FAQ

Started by
10 comments, last by Kylotan 23 years, 9 months ago
OK, I did get to work but from what I gather you don''t actually have to copy over the old DXSDK that exists in the VC++ catalog. Could someone confírm this for me, before I put it in the FAQ?

- WitchLord

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Advertisement
quote:Original post by WitchLord

OK, I did get to work but from what I gather you don''t actually have to copy over the old DXSDK that exists in the VC++ catalog.


Correct, but why keep the old Dx5 headers and lib around when the new ones have them already.

By overwriting them,
1. Compiliation time is shorten as you do not need to add another search path to the INCLUDE and LINK area
2. The order you add the Dx7 directory in the INCLUDE and LINK area may cause confusion to VC++ (It might confuse the Dx5 header with the Dx7) so I prefer to overwrite them

..

This topic is closed to new replies.

Advertisement