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.