
jmXpress
Canada
Asked
— Edited
In the SDK download, I see a DLL but no headers that I can convert to my compiler to use. Is it possible to use straight C type coding with this DLL ? I know very little about .Net -sorry.
Thx.
Jules
So, you're asking about using managed code from an unmanaged environment. That's kind of funny really
Oh that might have gotten off topic. Well I've used .Net functions via COM in MFC++, but never really tried a whole DLL. You could try REGASM to register the DLL and generate a TLB file.
AH Look! I just found a great link that will save me from having to type much more...
Clickity Click
it generates dispatch only interfaces that can only be used with late binding... not sure how to make methods visible for my com browser / typelibbrowser, will do some more reading.
Thx.
Jules