Click to See Complete Forum and Search --> : Help!


April 29th, 1999, 10:52 AM
I am using VC++5 and am trying to compile the DirectDraw samples and no matter what I do I get errors. ( too many to name) I was wondering if besides including the files and adding the lib's there was something else I can do to complie using direct x???
Thank you.

rajasekar.s
April 29th, 1999, 01:17 PM
hi,

The problem is not specific. so i can suggest a few things !

1) if u are using 95/98 get the latest platform SDK from microsoft site.

2) check the link tab in the project settings and include the lib files

ddraw.lib dxguid.lib d3dim.lib d3drm.lib dinput.lib dplayx.lib

I used directplay, input etc and u can neglect them if u dont use them !

bye.