Re: Quick Launch Resume




"vinny@work" <vinny@xxxxxxxxxxxxxx> wrote in message news:gpf78c$dk9$1@xxxxxxxxxxxxx

"John Scheldroup" <johnscheldroup@xxxxxxxxx> wrote in message news:gpf0jo$agd$1@xxxxxxxxxxxxx
Resume for John Scheldroup

http://documents.scribd.com/docs/lm19yrskliqqnhyj634.pdf



I'm about to jump into C++ express 2008, trying to learn enough to edit code for gaming. I have a bunch of experience on perl and php writing servers and web pages, so I'm hoping at least the basics will be just review.
Thing is I'm leary of c++ express, have you used it?

I have not used express I have Visual Studio 2008 (v.8-9)


If yes, please try to answer this, if a game is written in 2005, should I use 2005 to edit the code or can I use 2008? Or should I not even be using c++ express at all and something else?


You can use 2008 IDE to edit 2005 Dark GDK code because both
require DirectX SDK 9.

Install:
http://gdk.thegamecreators.com/?f=install
VC++ 2005 and VC++ 2008 will install DirectX 9 not DX10 or DX11
Dark GDK with VCE05 or VCE08 you will need the August 2007 DirectX SDK 9

Do not install:
DirectX 10 or November 2008 DirectX SDK Direct3D 11

http://www.gamedev.net/community/forums/topic.asp?topic_id=482247
[
So for the guy or gal who finds this post on a search here is how I fixed it for Vista x64 system running Visual Studio 2008:

1) Install the DirectX SDK like the GDK recommends
2) Install DarkGDK. When asked to continue even tho it does not detect your compiler go ahead and continue.
3) once installed start your compiler and click on tools->options
4) Under Projects and Solutions->VC++ Directories select "include files" from the drop down box.
5) click the new folder button, then click the three dots button. Direct it to your DarkGDK include directory (C:\Program Files (x86)\The Game Creators\Dark GDK\Include by default)
6) click the new folder button again, then click the three dots button. Direct it to your DirectX SDK include directory (C:\Program Files (x86)\Microsoft DirectX SDK (August 2007)\Include by default)
7) from the drop down box in the upper right select "library files"
8) click the new folder button, then click the three dots button. Direct it to your DarkGDK lib\vs9 directory (C:\Program Files (x86)\The Game Creators\Dark GDK\Lib\vs9 by default)
9) click the new folder button again, then click the three dots button. Direct it to your DirectX SDK lib\x86 directory (C:\Program Files (x86)\Microsoft DirectX SDK (August 2007)\Lib\x86 by default)

Make sure your proper media folders are in the same folder as your VC++ Project folder. And be sure to use the right media folder. Searching your DarkGDK folder for the media files you are looking for is a fast way to find which folder you need.

Good luck.
]

.



Relevant Pages

  • Re: Including d3dx9_24.dll with shipping title
    ... The technical method for installing D3DX as a DLL is to use DirectSetup, ... You should create a folder on your CD for the REDIST and copy ... Agreements folder in the February SDK for the file 'directx redist.txt' ... ..cab file from an older SDK's REDIST folder into a copy of the newer SDK's ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: Including d3dx9_24.dll with shipping title
    ... The technical method for installing D3DX as a DLL is to use DirectSetup, ... You should create a folder on your CD for the REDIST and copy ... Agreements folder in the February SDK for the file 'directx redist.txt' ... ..cab file from an older SDK's REDIST folder into a copy of the newer SDK's ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: installation of dx9 managed doesnt work...
    ... There is a folder in %WINDIR%/Microsoft.NET called Managed DirectX ... The log file indicates that it did not install because the version currently ... The Microsoft.DirectX.* assemblies should be there. ...
    (microsoft.public.win32.programmer.directx.managed)
  • Re: installation of dx9 managed doesnt work...
    ... > There is a folder in %WINDIR%/Microsoft.NET called Managed DirectX ... this means the assemblies have been installed correctly. ... You should probably get a newer release of DirectX ... you should really get the DX SDK (current version: ...
    (microsoft.public.win32.programmer.directx.managed)
  • Re: Determining overlay capabilities?
    ... Since ddraw.h and ddraw.lib are still in the DirectX SDK ... DDCAPS ddcHardwareCaps; ...
    (microsoft.public.win32.programmer.directx.video)