Need help!!!!!!!!!

hi

I’m a newbie to OpenGL and I’m struggling getting it to work at the moment. I have followed the directions of instillation but still have problems, I’m using Borland C++ builder. When compiling I get the following error messages depending on the source code:

[Linker Error] Fatal: Access violation. Link terminated.

[Linker Error] Unresolved external ‘WinMain’ referenced from C:\PROGRAM FILES\BORLAND\CBUILDER6\LIB\C0W32.OBJ

If anyone can help or knows of a site that explains the instillation process pleases advice.

Many thx

hey.

WinMain is the entry point for win32 applications.
you probably have a main() instead, which you expect it to call - Try to change the project to a console application instead, at it will probably find your main().

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.