-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project generator doesnt add references to DX headers and libs #86
Comments
Do you have the DX SDK installed somewhere other than the default location, or the DX SDK environment variable not defined on your machine? |
Speaking of that I know I personally changed the dx paths to use the environment variables so that it doesn't mess something up when someone is on a 64 bit os. That should probably be done to the head build just to make things easier. |
That's why I asked that. It shouldn't be an issue as I updated the project generator last year to use the DX environment variables for VS2010 and it should have already been using them in VS2008. |
DX SDK installed in C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\ and DXSDK_DIR environment variable points to correct location. I see that this variable is used only in two files: |
Closing this ticket as Pull Request #92 took care of this and was also closed. |
I use VS2008 projects. When I try to build newly generated project in it, I get errors like that:
To correct these errors I add additional headers and libraries directories for DX SDK to "test DLL" project. But it is pretty inconvenient, because I want to regenerate IDE projects easily for example when I add files to source directory inside my Torque project.
The text was updated successfully, but these errors were encountered: