Eynix
❔ COM type library integration in C++ project
so here's what I've figured so far :
There's at least 2 ways to use COM interrop DLL.
1. by registering the DLL, which requires admin rights
2. by directly using the DLL (with the
#using
instruction, which requires CLR enabled which means I'm limited to C++1742 replies