How to call COM Interop DLL from Native C (win32) -


I have a program (WIN32) and call me a 3D party "COM interop" DLL in my program is. I did not find any useful results in Google. (Usually "Com DLL calls from managed code" returns) What are the instructions?

Is there an example or tutorial for this?

Thanks

Murat

Both of you help Can:


Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -