Prev: Matlab fsolve problem
Next: color segmentation
From: Matthew C on 19 Mar 2010 18:43 For awhile, I have been compiling a fairly large application (GUIs and functions) with success. The file is about 800KB. Recently, I changed a couple of small things in the code and everything runs fine in MATLAB. Then, when I compile, it says compiled with success, but the file is only 48KB and of course doesn't work. As far as I know, I have not changed anything related to the 'Project' that lists all the files as each time I just open the Project and don't change any of the supporting files. I haven't had much time to play around with this problem so maybe I will figure something else out, just wondering if anyone else has had a similar problem.
From: mouna on 29 Mar 2010 07:35 On 13 mar, 10:41, "Marcin " <mkorbasiew...(a)gnail.com> wrote: > I'm trying to learn how to use matlab compiler. Unfortunatly I'm experiencing several problems. So far I've been trying to follow the example available on Matworks web site:http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/f2-972... > > That discribes the making of a C shared library. > > After I compile the "m" files as described above i try to use run a C program using Visual Studio 2008 i get the following error: > > Error 1 error LNK2019: unresolved external symbol _mxGetPr_proxy referenced in function "void __cdecl display(struct mxArray_tag const *)" (?display@@YAXPBUmxArray_tag@@@Z) kal.obj stefan > Error 2 error LNK2019: unresolved external symbol _mxGetN_proxy referenced in function "void __cdecl display(struct mxArray_tag const *)" (?display@@YAXPBUmxArray_tag@@@Z) kal.obj stefan > Error 3 error LNK2019: unresolved external symbol _mxGetM_proxy referenced in function "void __cdecl display(struct mxArray_tag const *)" (?display@@YAXPBUmxArray_tag@@@Z) kal.obj stefan > Error 4 error LNK2019: unresolved external symbol _mclTerminateApplication_proxy referenced in function _main kal.obj stefan > Error 5 error LNK2019: unresolved external symbol _libmatrixTerminate referenced in function _main kal.obj stefan > Error 6 error LNK2019: unresolved external symbol _mlfEigmatrix referenced in function _main kal.obj stefan > Error 7 error LNK2019: unresolved external symbol _mlfMultiplymatrix referenced in function _main kal.obj stefan > Error 8 error LNK2019: unresolved external symbol _mxDestroyArray_proxy referenced in function _main kal.obj stefan > Error 9 error LNK2019: unresolved external symbol _mlfAddmatrix referenced in function _main kal.obj stefan > Error 10 error LNK2019: unresolved external symbol _mxCreateDoubleMatrix_730_proxy referenced in function _main kal.obj stefan > Error 11 error LNK2019: unresolved external symbol _libmatrixInitialize referenced in function _main kal.obj stefan > Error 12 error LNK2019: unresolved external symbol _mclInitializeApplication_proxy referenced in function _main kal.obj stefan > > Does anybody know what's causing these errors?? i have this problem. Can you resolve this problem
|
Pages: 1 Prev: Matlab fsolve problem Next: color segmentation |