Building .mex file in Visual Studio 2015 for Matlab R2015A -
i'm trying build fork of caffe windows .mex
file used in matlab (r2015a) code. in fork there .mexa64
files present, since i'm on windows machine have rebuild .mex
/.mexw64
.
i've got cmake
work various dependencies , generate .sln
project files. have visual studio 2015 installed.
i tried solution: building matlab mex file in visual studio gives "lnk2019 unresolved external symbol _mexprintf referenced in function mexfunction"? i'm getting on 1000 errors of various types (syntax error, cannot open file, undeclared identifier, etc.), i'm doing wrong.
how go creating .mexw64
files in vs2015 (or in matlab if possible)?
edit: got rid of bunch of errors including dependency folders in configuration manager , following: https://github.com/bvlc/caffe/issues/1761. still loads go..
Comments
Post a Comment