Quote Originally Posted by franco.amato View Post
how can I call the function directly instead using COM? I don't have the associated *.lib and the dll is a com ( I have no experience with com )
Check the exports of the DLL with a PE viewer. If the function is exported, you can link with it. You don't need the .lib