Submitted by ctedie on Mon, 02/21/2011 - 22:07
I have done a DLL with the DLLWizard in Visual C++ 2010. (It's a DLL which copy the In to the Out, it's for test) Then, I've call the DLL in Vissim with the userBlock.
Now I've these errors on the compilation :
undefined symbol | first referenced in file
_myFunc | Essai01.obj
_myFuncSE | Essai01.obj
_myFuncSS | Essai01.obj
error: unresolved symbols remain
error: errors encountered during linking; 'Essai01.out' not built
I think I have a problem with some declarations.
Could you help me, or provide me an example?
Thanks