Jump to content

Upgrading Leadwerks 4.1 C++ projects to 4.2


Josh
 Share

Recommended Posts

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.

Link to comment
Share on other sites

  • 3 weeks later...
  • 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.

 Share

×
×
  • Create New...