DirectDraw help

Started by
1 comment, last by Muxec 19 years, 9 months ago
Tryed to complie my first DirectDraw project based on GameDev.net's articles. Linker error: Linking... main.obj : error LNK2001: unresolved external symbol _DirectDrawCreateEx@16 main.obj : error LNK2001: unresolved external symbol _IID_IDirectDraw7 Help!
Advertisement
You have to check if you link all needed libraries, such as dxguid.lib or ddraw.lib
Yes.

#include <ddraw.h>

Project->Settings->Link

Now works.

Thank you.

[Edited by - Muxec on July 6, 2004 2:58:21 AM]

This topic is closed to new replies.

Advertisement