VC++ linking error

G

Guest

I get a linking error when building an openGl program under Visual C++ 6.
I've set the entry point symbol to wWinMainCRTStartup as per the solution
posted but still no luck

The error message i get is posted below.

LIBCD.lib(wwincrt0.obj) : error LNK2001: unresolved external symbol
_wWinMain@16
Debug/newestgl.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

any help would be great!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top