المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : trying to access functions in a dll created in VB



C++ Programming
09-09-2009, 12:15 AM
Hi,
I am trying to access an activeX dll from a C++ program. The dll does not have any exported functions and I am trying to access it explicitly, do I need to use create an interface using COM? LoadLibrary does not work because none of the functions are exported, Is there some tutorial on how to create a com interface?

Thanks