Advertisement

Error linking in VC++. What should I do?

Started by October 08, 2000 03:24 AM
1 comment, last by eiro 24 years, 2 months ago
I was using VC++ 6 Ent. I had compiled a DirectDraw7 example file, but after compiled there were some error when linking objects. Debug window said: example.obj:error LNK2001: unresolved external symbol _DirectDrawCreate@16 example.obj:error LNK2001: unresolved external symbol _IID_IDirectDraw7 LIBCD.lib(crt0.obj):error LNK2001: unresolved external symbol _main what shoud I do? I can do ''furthure'' learning with those errors Would you PLEASE helping me? Thx
e i r o
Go to Project Settings on the Project menu. Under the linker tab, add ddraw.lib. Read your compiler docs.
==========================================In a team, you either lead, follow or GET OUT OF THE WAY.
Advertisement
Thanks so much. That''s help a lot.
e i r o

This topic is closed to new replies.

Advertisement