CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Help!

  1. #1
    Guest

    Help!

    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.


  2. #2
    Join Date
    Apr 1999
    Location
    Chennai, India
    Posts
    48

    Re: Help!

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured