exporting a C style method from DLL with dot-net

M

Markus E?mayr

Hello,

yes, it is, but you'll have to use MC++ (Managed C++) to create the DLL.
Inside this DLL, you must "convert" calls to the function to calls to ..NET methods. Whatever you need ...

Max

Hi,

is it possible to export a C style method from a dot-net DLL?

TIA, z.
 
Z

z. f.

is there any sample out there for creating a general MC++ dll that export a function with no parameters and calls a dot-net function in a DLL?

TIA!
z.

"Markus E?mayr" <essmayr/at/racon-linz.at> wrote in message Hello,

yes, it is, but you'll have to use MC++ (Managed C++) to create the DLL.
Inside this DLL, you must "convert" calls to the function to calls to ..NET methods. Whatever you need ...

Max

Hi,

is it possible to export a C style method from a dot-net DLL?

TIA, z.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top