Thanks a bunch
DirectX SDK Help
#2 Anonymous Poster_Anonymous Poster_* Guests - Reputation:
Posted 19 December 1999 - 09:53 AM
Thanks A Bunch
#3 Anonymous Poster_Anonymous Poster_* Guests - Reputation:
Posted 19 December 1999 - 10:33 AM
Geez!! Someone help me already! Its a dumb simple problem for you game programmers! Help a newbie out...
Thanks a bunch
#4 Members - Reputation: 144
Posted 19 December 1999 - 11:13 AM
I will help you anyways. Click on setup.exe. Then read the documentation.
[This message has been edited by Gromit (edited December 19, 1999).]
#6 Anonymous Poster_Anonymous Poster_* Guests - Reputation:
Posted 19 December 1999 - 11:30 AM
#8 Anonymous Poster_Anonymous Poster_* Guests - Reputation:
Posted 19 December 1999 - 11:31 AM
#9 Anonymous Poster_Anonymous Poster_* Guests - Reputation:
Posted 19 December 1999 - 11:38 AM
#11 Senior Staff - Reputation: 1354
Posted 19 December 1999 - 11:46 AM
Kevin
#12 Anonymous Poster_Anonymous Poster_* Guests - Reputation:
Posted 19 December 1999 - 11:53 AM
Prog10_1.obj : error LNK2001: unresolved external symbol _DirectDrawCreate@12
Have you ever had this problem?
[This message has been edited by GameGuy (edited December 19, 1999).]
#16 Members - Reputation: 122
Posted 21 December 1999 - 10:51 AM
Add #define INITGUID above #include "stdafx.h" (if using MFC) and make sure you have dxguid.lib in the Object/library modules line in Project Settings->Link. I'm not sure what your programming, but if your not using MFC, stick #define INITGUID as the first line in your main.c or whatever. If this doesn't help, make sure your lib directory path is pointing to the location where the dx lib files are on your system as stated countless times in previous posts.
------------------
--Shannon Schlomer, BLAZE Technologies, Inc.
#17 Members - Reputation: 122
Posted 22 December 1999 - 06:38 PM
You want to make games,
You can't even use VC,
Quit while you're ahead.
Or another:
If you want to code,
Learn how to use a linker,
It would help a lot.
NOTE: This is all in good humor, don't hate me. :]






