CodePudding user response:
CB can't directly access managed DLL, using managed c + +,If the DLL is COM Visible, you can use the SDK tlbexp. Exe tool from a type library DLL export, introducing the type library in C + + program can use the COM interface to access it, otherwise, or writing an intermediate DLL in MC++ elicit C interface, or unconventional methods: http://www.blong.com/Conferences/BorConUK2002/Interop1/Win32AndDotNetInterop.htm