Hello Ilias, the relevant code is in glpk-4.45/src/glpapi19.c.
Your problem is described in http://www.c-plusplus.de/forum/198279 For a translation see http://translate.google.de/translate?sl=de&tl=el&u=http%3A%2F%2Fwww.c-plusplus.de%2Fforum%2F198279 It recommends variables __argv und __argc. These variables are documented in http://support.microsoft.com/kb/455064/fr For a translation see http://translate.google.de/translate?sl=fr&tl=el&u=http%3A%2F%2Fsupport.microsoft.com%2Fkb%2F455064%2Ffr My understanding is that __argv is in ansii while __wargv is in utf16. Best regards Xypron -------- Original-Nachricht -------- > Datum: Tue, 5 Jul 2011 11:14:52 +0300 > Betreff: Re: [Help-glpk] GLPK for Windows CE > Also I should mention that whatever the argument that I pass is, I get the > same output > for example if I enter > glpsol -m foo.mod > > I get the same error that "-" is not recognised, and again it suggest that > I > should enter > glpsol --help, which in turn it is not recognised. > I'll try to debug when I find some time. > > As far as additional libraries are concerned, thank you for your proposals > but the only unimplemented function up until now is the unlink() one which > is called whenever remove() is called. I haven't implemented this one yet > so > whenever it gets called it just returns back and no further action is > talking place. > So I am not sure If I need any other libraries, time and trial will tell. > Regards > Ilias > > On Tue, Jul 5, 2011 at 11:06 AM, Ilias Nakos <[email protected]> > wrote: > > > > > The problem is that even when I enter > > > >> glpsol --help > >> > > > > I get an error saying that "-" is not recognised. and it is suggesting > that > > i should enter "glpsol --help" which I already did. > > > > Do you think that it might be the character encoding that is wrong? > > Any ideas? > > > >> > > On Sat, Jul 2, 2011 at 11:43 PM, Andrew Makhorin <[email protected]> wrote: > > > >> The following two projects may help: > >> > >> http://cegcc.sourceforge.net/ > >> http://sourceforge.net/projects/wcelibcex/ > >> > >> I'd like to add that newlib has all necessary functions to build a > basic > >> version of glpk on any supported platform. > >> > >> > >> _______________________________________________ > >> Help-glpk mailing list > >> [email protected] > >> https://lists.gnu.org/mailman/listinfo/help-glpk > >> > >> > >> > > -- NEU: FreePhone - kostenlos mobil telefonieren! Jetzt informieren: http://www.gmx.net/de/go/freephone _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
