Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CompileWIN error #2

Open
ginazalmus opened this issue Oct 29, 2020 · 0 comments
Open

CompileWIN error #2

ginazalmus opened this issue Oct 29, 2020 · 0 comments

Comments

@ginazalmus
Copy link

ginazalmus commented Oct 29, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant