-
glut for BCB5.0
how do I set up glut under borland C++ builder 5.0 and
where can I find glut for BCB5.0
thanks...
-
Re: glut for BCB5.0
You have to use the console wizard, and then you can write the programe like you would for any other compiler, Also make sure you include windows.h, and glut.h, and to include glut32.lib in your project, and that your using the correct .lib file. .lib files for borland C++ and MSVC are not compatible, but you can use the command line program importlib.exe(I think its something like that) or coff2omf.exe, to convert from a MSVC to BC .lib file
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules