You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
I see, in your code:
SET WinSDK70A=C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin.
SET WinSDK71=C:\Program Files\Microsoft SDKs\Windows\v7.1\bin.
then I change the path to:
SET WinSDK70A=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin.
SET WinSDK71=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1\bin.
It seems build successfully.
but when I open trifleJS.exe in the binary directory, it shut down .
vercha
changed the title
trifleJS builds error :Please install Windows SDK 2010.
trifleJS shut down & builds error :Please install Windows SDK 2010.
Aug 4, 2017
E:\trifleJS-master\Build>.\Build.TrifleJS.bat
Please install Windows SDK 2010.
http://www.microsoft.com/en-us/download/details.aspx?id=8279
after installation , it will fail as well .
In directory C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A ;I found sdk2010 has already been installed.
but,why it fails to build?
Thanks for any advice!
The text was updated successfully, but these errors were encountered: