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
Hi, I find to compile the lib on Windows in this way:
In a DOS prompt, setup the VC++ environment variables by executing
VCVARS32.BAT (somewhere in your VC++ install) and start the build
using:
nmake -f makefile.vc
The lib can't used in debug model in VS2017, I want to know how to get .lib that can be used in debug model!
The text was updated successfully, but these errors were encountered:
Hi, I find to compile the lib on Windows in this way:
The lib can't used in debug model in VS2017, I want to know how to get .lib that can be used in debug model!
The text was updated successfully, but these errors were encountered: