How to export m files as proper un managed code library files?

I had exported MATLAB scripts as C/C++ shared library files(Un managed code). The problem with this lib is that could not find the entry point. If I export them as managed code dll (C#) there is no problem. How can i check that the files exported C/C++ dll properly?

Answers (0)

This question is closed.

Asked:

on 26 Sep 2013

Closed:

on 20 Aug 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!