How to create a C shared library that contain Matlab GUI function, and how to call the function from visual studio 2008?
이전 댓글 표시
Hello
I have created my own matlab GUI, and I also can compile simple functions into a C shared library from matlab. But I tried to compile a GUI into a C shared library, and call the GUI function from Visual studio 2008, it failed. The error logs show that "error LNK2001: unresolved external symbol _mclTerminateApplication_proxy...."
I don't know how to compile a GUI function into a C shared library from matlab, and how can the dll and lib files be used to run the same application (GUI) from Visual studio 2008. Is there a step by step procedure where I can read about it. Thanks.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 C Shared Library Integration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!