Closed GoogleCodeExporter closed 9 years ago
I apologize for the triple post on this issue.
I was experiencing connection problems upon submission.
Original comment by MikeyTee...@gmail.com
on 23 Jun 2012 at 6:41
I seem to have figured out the issue:
I installed the 2010 DXSDK prior to the 2004 SDK, so my environment variable
for $(DXSDK_DIR) was pointing to the wrong directory.
To resolve the matter (Win 7):
1.) Start -> Right-click Computer -> Properties -> Advanced system settings ->
Environment variables...
2.) Under "System variables," add a new variable named DXSDK9_DIR, and point it
to your 2004 SDK.
3.) Add another variable named DXSDK10_DIR, and point it to your 2010 SDK.
4.) Find the variable DXSDK_DIR and edit it's value to be %DXSDK10_DIR%
5.) Click OK...
6.) Open explorer. In the address bar, type %DXSDK_DIR% and hit ENTER to test
if it is pointing to the correct SDK (2010).
7.) Rebuild SlimDX (You will need to restart Visual Studio first)
Original comment by MikeyTee...@gmail.com
on 23 Jun 2012 at 6:43
Original comment by Mike.Popoloski
on 23 Jun 2012 at 7:03
Original issue reported on code.google.com by
MikeyTee...@gmail.com
on 23 Jun 2012 at 6:35Attachments: