niuzhiheng / caffe

Caffe
http://caffe.berkeleyvision.org/
BSD 2-Clause "Simplified" License
317 stars 129 forks source link

Any idea how to compile caffe.lib for Windows and link it with Win32 platform? #83

Open aabramovrepo opened 8 years ago

aabramovrepo commented 8 years ago

Hello everybody,

for my project I need the Caffe library for Windows (actually only for the forward pass, tre whole training is running under Linux). Does anybody have an idea how I can compile caffe.lib for Windows and link it with a Win32 plattform application? The current project seems to compile only .exe application...

any advice is kindly welcome! Thanks in advance!

Best regards, Alexey

LeoVernaza commented 8 years ago

Hello @aabramovrepo , did you a caffe library for a Windows application? currently I have the same problem.