-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
When i try to run CompileWIN, i get this error:
"Error using mex
Creating library mex_FDTD.lib and object mex_FDTD.exp
mex_FDTD.obj : error LNK2019: unresolved external symbol "public: void __cdecl FDTD::App::runVisualization(void)"
(?runVisualization@App@FDTD@@QEAAXXZ) referenced in function mexFunction
mex_FDTD.mexw64 : fatal error LNK1120: 1 unresolved externals
``
Error in compileWIN (line 39)
eval([compile_command ' mex_FDTD.cpp']);"
I found that problem is related to runVisualization function but i could not find the reason. When this function is commented in mex_FDTD.cpp file, compileWIN is working but after that, i can't run testbench.m due to new errors.
I am using vc140 with cuda 8.0. toolkit. boost version is 1.59.
Metadata
Metadata
Assignees
Labels
No labels