Problem with DirectX SDK 8.1

Started by
2 comments, last by mau 21 years, 9 months ago
Hi there! After I got my new computer (XP installed), i''ve downloaded the new SDK version 8.1. If I''m going to use it in VisualC++ 6.0, some error notes are listed. " unknown or undefined..." This happens when there is a directx 8.1 component inside the code. A funny fact: The code worked fine on my old system (without XP and the old 8.0 SDK). There weren''t any changes! Does someone has got an idea??? Thank you very much!
Advertisement
Did you unzip it to the same directory where 8.0 was? Did you
update vc6 to look for the new headers and libraries first?
Yap, did that! (Because there aren''t any NEW computers out there which are pre-installed with VC6 and DirectX SDK 8 I know) The pathes were set by the installation routine and moved to top of the list of pathes. I''ve checked for that because I thought that this could be a problem.
Mau,

What are your project''s Link settings? (Go to Project->Settings and click the "Link" tab). What do you have in the box labeled "Object/library modules?"

Secondly, on what kind of object/struct are you getting the error message?

--Hoozit
----------------------Check out my game demo and resume at www.fivestory.com/projects/game.

This topic is closed to new replies.

Advertisement