Thread: DX8 from the dev-cpp resource site.

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    100

    DX8 from the dev-cpp resource site.

    I downloaded it and followed all the instructions but i get this error[in attacthed pic below]... please help... thanks

  2. #2
    Registered User
    Join Date
    May 2002
    Posts
    100
    Nevermind... i got it now but now it asks for d3d8x.dll...
    and i got it and put it in the folder... but it said something different about ddraw.dll... whats wrong? and where are some beginner directx 8 tutorials that work on dev-cpp thanks

  3. #3
    looking for the truth moemen ahmed's Avatar
    Join Date
    Feb 2002
    Location
    Egypt
    Posts
    161
    execuse me..where can i download it????
    Programming is a high logical enjoyable art for both programer and user !!

  4. #4
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138

  5. #5
    Registered User
    Join Date
    Nov 2001
    Posts
    162
    You have to link the .dll files in the project setting. It's somewhere in the project menu. Also I don't know if dev-C++ supports it or not but you can use

    #pragma comment(lib, "ddraw.lib")

    and it will do it automatically.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dev Resource problem
    By algi in forum Windows Programming
    Replies: 3
    Last Post: 04-19-2005, 03:53 PM
  2. Resource Files with Dev C++
    By EasterEggs in forum Windows Programming
    Replies: 2
    Last Post: 07-18-2004, 07:40 PM
  3. Congrats on a wonderful resource site
    By boredman_007 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 03-28-2004, 07:12 PM
  4. Resource Editor to use with Dev C++
    By rip1968 in forum C++ Programming
    Replies: 1
    Last Post: 06-02-2002, 09:17 PM