View Single Post
  #5  
Old 10-12-2016, 06:36 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Compile the zlib project first and it will create a dll file.

The build version of this should match your build version of your server (Debug, Release, etc...)


You will find a sub-folder named for the type of build you compiled.

Copy the dll file from there and paste it twice:

1) In your server run folder

2) In the dependencies\zlib folder where you put the header files.

You will need to rename both copies of the file to "zlib1.dll"


You should be able to load up the server solution and compile at this point.


EDIT: If you compiled with any debug info, you can also copy the linker files to your server directory to help with zlib-based crashes.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote