A
Austin Ehlers
(I apologize if this is a fairly trivial question, but I mostly use
C#, not MC++.)
Problem: I've got an unmanaged DLL (and the LIB file), that exports a
bunch of static functions. I'd like to be able to wrap this with a
__gc class, and then access it from C#. All of the examples I've seen
are based upon wrapping unmanaged code (H and CPP files), not existing
DLLs. I'm sure I'm missing something.
Thanks,
Austin Ehlers
C#, not MC++.)
Problem: I've got an unmanaged DLL (and the LIB file), that exports a
bunch of static functions. I'd like to be able to wrap this with a
__gc class, and then access it from C#. All of the examples I've seen
are based upon wrapping unmanaged code (H and CPP files), not existing
DLLs. I'm sure I'm missing something.
Thanks,
Austin Ehlers