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
"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.
The text was updated successfully, but these errors were encountered:
When i try to run CompileWIN, i get this error:
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.
The text was updated successfully, but these errors were encountered: