You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to compile protobuf v2.4.1. I suceeded to convert the sln, but when I try to compile i have many errors.
I succeed to solve most of them, but I still have one weird error: 'min' : identifier not found or 'max' : identifier not found. Do you know how to nicely solve that issue ? (I already try to add "/D NOMINMAX")
The text was updated successfully, but these errors were encountered:
The problem was the fact that the upgrade solution use MachineX86 instead of MachineX64. I did not found any nice windows solution to do that. So, my current solution is using sed on the vcxproj to replace this value.
I am currently trying to compile protobuf v2.4.1. I suceeded to convert the sln, but when I try to compile i have many errors.
I succeed to solve most of them, but I still have one weird error: 'min' : identifier not found or 'max' : identifier not found. Do you know how to nicely solve that issue ? (I already try to add "/D NOMINMAX")
The text was updated successfully, but these errors were encountered: