View Single Post
  #1  
Old 08-18-2018, 02:34 AM
Mortow's Avatar
Mortow
Hill Giant
 
Join Date: Apr 2013
Posts: 215
Default Compile errors in map.cpp

It's been quite a while since I have done a compile. I am using VS2017 and all builds succeed except Zone. I get three C3861 errors in map.cpp.

Description Project File Line
'InflateData': identifier not found zone map.cpp 999
'EstimateDeflateBuffer': identifier not found zone map.cpp 1055
'DeflateData': identifier not found zone map.cpp 1059

I have tried pulling a fresh clone from git but still come up with the same errors. Anyone have any ideas of what I might have going on?

Thanks,
Mortow
Reply With Quote