Josh Posted November 17, 2016 Share Posted November 17, 2016 I am working on upgrading our lib to VS2017. Your existing projects will need the following changes. Add $(UniversalCRT_LibraryPath) to your header search paths. Add $(UniversalCRT_LibraryPath_x86) to your library search paths. More as I discover it. 4 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Josh Posted November 17, 2016 Author Share Posted November 17, 2016 To install, select Desktop C++ development and check the Windows XP option if you wish to support Windows XP. You DO need the WIndows 10 (or 8) SDK for the engine to compile, it has basic Windows components. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Genebris Posted November 17, 2016 Share Posted November 17, 2016 Wait, I thought Leadwerks doesn't work on XP? It does with new VS or you are talking in general? Quote Link to comment Share on other sites More sharing options...
Josh Posted November 17, 2016 Author Share Posted November 17, 2016 It's not listed in the supported platforms, but it might work. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Josh Posted November 17, 2016 Author Share Posted November 17, 2016 Additional dependencies: vcruntimed.lib ucrtd.lib Remove the "d" at the end for release builds, I think. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
DooMAGE Posted November 22, 2016 Share Posted November 22, 2016 I am having a hard time to compile anything in the VS2017, reinstalled did a repair and I am still getting this error even with simple hello world code. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(253,5): error MSB6006: "CL.exe" exited with code -1073741515 Quote My Leadwerks games! https://ragingmages.itch.io/ Link to comment Share on other sites More sharing options...
aiaf Posted November 23, 2016 Share Posted November 23, 2016 I get this link error with beta: Leadwerks.lib(window.win32.obj) : error LNK2019: unresolved external symbol __imp__GradientFill@24 refe renced in function "public: void __thiscall Leadwerks::Window::DrawRect(int,int,int,int,int,int)" (?Dra wRect@Window@Leadwerks@@QAEXHHHHHH@Z) Linked the right libraries i think. Directory for libs C:\Program Files (x86)\Windows Kits\10\Lib\10.0.14393.0\ucrt\x86 Any idea ? Quote I made this with Leadwerks/UAK: Structura | Stacky Desktop Edition Website: Binary Station Link to comment Share on other sites More sharing options...
DooMAGE Posted November 23, 2016 Share Posted November 23, 2016 I fixed my problem, there was an old CL.exe in my Syswow64 folder. Quote My Leadwerks games! https://ragingmages.itch.io/ Link to comment Share on other sites More sharing options...
Josh Posted November 23, 2016 Author Share Posted November 23, 2016 They put the wow in sys! Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.