Open GarrickLin opened 6 years ago
@GarrickLin would you like to send a pr?
@GarrickLin you can link caffe.lib (release version) for both debug and release in your project. Thus, you need to compile release version first.
I can link caffe.lib successfully but cause an error (something like caffe parser errors) during runtime.
I found that I cannot use release version of
caffe.dll
andcaffe.lib
when I try to debug my project. It is a good idea to set postfixd
to distinguish them just like opencv does.