From: Colin L. <Col...@wa...> - 2000-09-18 21:14:22
|
Hi ! You can't use Microsoft .lib files with Dev-C++ since the Mingw compiler supports another object format for libraries and object files. You should use opengl libs distributed with Dev-C++, they'll probably do the same as Microsoft .lib files. Greetings, Colin ----- Original Message ----- From: Ralph Tan <ga...@em...> To: <dev...@li...> Sent: Monday, September 18, 2000 9:32 PM Subject: [Dev-C++] OpenGL glaux problem > Hello, > > I couldn't execute an OpenGL file. The > system demanded an glaux.dll file. I > compiled using both the -lopengl32 and > -lglaux options with no compilation or > linker errors/warnings. > > I downloaded the development kit and > compiled with libraries 'opengl32.lib' > and 'glaux.lib' instead of the above > two options. A lot of linker warning > and system error when executing the > file in Windows 98 environment. > > Is there something I did wrong? The > file works fine in Visual C++. > > Thanks. > > Ralph. > > > ----------------------------------------------- > FREE! The World's Best Email Address @email.com > Reserve your name now at http://www.email.com > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users |