|
From: Georg F. <fu...@is...> - 2000-12-08 08:16:44
|
Sudhir Kumar wrote: > > The "undefined ref to WinMain@16" is because you probably didn't specify > -mwindows while comppiling and so, GCC treats it as a console app. > I don NOT think so: The function WinMain( .. ) is allways writte by the user. The linker looks for it, if it see the -mwindows option. > I guess, you can redirect compiler outuput like 'gcc [commandline options] > > output.txt'. But I don't know if output from ld will get redirected as well > > sudhir > > _______________________________________________ > MinGW-users mailing list > Min...@li... > > You may change your MinGW Account Options at: > http://lists.sourceforge.net/mailman/listinfo/mingw-users -- Georg Fusz Technische Universitaet Berlin, Germany Fon: Uni.: +49 30 314 26 884 privat: +49 30 815 30 32 Handy: +49 173 20 10 696 Homepage: http://www.cadlab.tu-berlin.de/~fusz/ |