Game Development Community

Problems with DirectX DirectDraw and VC

by Tony Valderrama · in Technical Issues · 10/09/2005 (6:20 pm) · 1 replies

I'm having a little problem programming using DirectX's DirectDrawCreateEx() function to initialize a pointer to a DirectDraw object.

The error message I recieve is:
error LNK2001: unresolved external symbol _DirectDrawCreateEx@16

I'm using DirectX SDK 8.1

Thanks

Tony =8-)

About the author

Recent Threads


#1
10/21/2005 (3:08 am)
You need to add the directdraw library to your linking list. Check your project settings.