Jump to content
Leadwerks Community

Upgrading Leadwerks 4.1 C++ projects to 4.2


Recommended Posts

Posted

Windows

Install Visual Studio 2015.

 

The following libraries must be added to your project:

  • libcryptoMT.lib
  • libsslMT.lib
  • Rpcrt4.lib
  • crypt32.lib
  • libcurl.lib
  • Msimg32.lib

 

The following header search paths must be added to your project:

  • $(LeadwerksHeaderPath)\Libraries\openssl\include

Linux

In the project build options for both the debug and release targets, under Linker Settings, add these libraries to the list of link libraries:
  • Xrender
  • Xext
  • Xft

 

post-1-0-57646500-1481846312_thumb.png

  • Upvote 3

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

  • 3 weeks later...
Posted

I can.t find where to put the linker items. Anyone help with precise directions???? Windows version

amd quad core 4 ghz / geforce 660 ti 2gb / win 10

Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++

Posted

thanks. Strange thing is one of my old projects works in vs 2015 without any of the above instructions while my other project does not.

amd quad core 4 ghz / geforce 660 ti 2gb / win 10

Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++

  • Josh unpinned this topic

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