Jump to content
Leadwerks Community

Recommended Posts

Posted

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.

  • Upvote 4

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

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.

post-1-0-37069200-1479344719_thumb.jpg

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Additional dependencies:

vcruntimed.lib

ucrtd.lib

 

Remove the "d" at the end for release builds, I think.

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

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

My Leadwerks games!

https://ragingmages.itch.io/

Posted

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 ?

I made this with Leadwerks/UAK:

Structura Stacky Desktop Edition

Website:

Binary Station

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...