

What youre attempting (while you may get it to work with some clever hacks) is not a scenario supported by Microsoft. Visual Studio SDKs are tied to a specific version of Visual Studio. To avoid errors when passing multi-byte strings to a function which expects a unicode string set the character set – use multibyte character set. Id download VS 2010 SDK and upgrade your project to use it or leave the whole project in 2008 Michael. You can set this for all projects by selecting “ALL CONFIGURATIONS” under the configuration drop down. Visio 2010 SDK and Visio 2010 Viewer available for download Sai Deepthi September 11th, 2018 Along with the Visio 2010 Release to Manufacturing, we are also pleased to announce that the Visio 2010 SDK and Visio 2010 Viewer are now available for download. Now we add the links to the static libraries for DirectX, add the d3d9.lib to your Addition Dependencies, d3dx9.lib I had to give an absolute reference to.

This can be done be simply selecting the drop down box and adding $(DXSDK_DIR)include & $(DXSDK_DIR)Lib respectively. The SDK will be installed to your harddrive, mine is located at C:Program FilesMicrosoft DirectX SDK (June 2010). After installing VS2010 start up a new project, select project> Properties (ALT+F7), from here you’ll need to change the following:Ĭonfiguration Properties > VC++ DirectoriesĪdd the SDK Include folder to the Include Directories, proceed to do the same with the library directory as shown below. Visual Studio 2010 won’t work ‘out of the box’, a few things need to be changed. The SDK will be installed to your harddrive, mine is located at C:\Program Files\Microsoft DirectX SDK (June 2010). Visual Studio 2010 won’t work ‘out of the box’, a few things need to be changed.

2.Install Visual Studio / Visual C++ (The express version is free!)įirst things first, we need the correct tools for the job, and we need these tools to work with DirectX.
