problem of link
- From: gaetan <vgaetan@xxxxxxxxxxx>
- Date: Thu, 8 Dec 2005 08:45:04 -0500
Hello!
I try to compile my mex file, but there are link error. However, at
the beginning, my C program had no problem.
Here my error message
My C program is encore.cpp
encore.obj
Creating library _lib2717.x and object _lib2717.exp
encore.obj : error LNK2001: unresolved external symbol
_CC_CaptureSingle@24
encore.obj : error LNK2001: unresolved external symbol
_CC_SetRegister@12
encore.obj : error LNK2001: unresolved external symbol
_CC_SetParameter@12
encore.obj : error LNK2001: unresolved external symbol
_CC_LoadCamera@8
encore.obj : error LNK2001: unresolved external symbol _CC_Open@12
encore.dll : fatal error LNK1120: 5 unresolved externals
C:\MATLAB7\BIN\WIN32\MEX.PL: Error: Link of 'encore.dll' failed.
All the "external symbols" are functions of a librairy but I have
already added this librairy which did not provoke any link errors
when I compiled only the C program. But with the mex file it does not
work anymore.
and I use the same compiler when I use matlab (visual C++)
I need help...
Thanks
.
- Prev by Date: Re: values in colorbar not the same like in the matrix
- Next by Date: Re: Problems when calling functions from a .dll
- Previous by thread: "From Memory" block using C2000 embedded target
- Next by thread: how can i greate a logarithmic colormap?
- Index(es):
Relevant Pages
|
Loading