trifleJS icon indicating copy to clipboard operation
trifleJS copied to clipboard

trifleJS shut down & builds error :Please install Windows SDK 2010.

Open vercha opened this issue 6 years ago • 1 comments

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!

vercha avatar Jul 12 '17 09:07 vercha

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 . image

vercha avatar Aug 04 '17 06:08 vercha