VB/VBA and C++ classes
-
Hi all, I am looking for a way to import a C++ class (exported from a DLL) in a VB or VBA project. I know how to work with "declare" for exported functions and with COM but the requirement I have is for a C++ class. Thanks in advance!!!!!!!!:) Alberto Gattegno Software Engineer http://www.itginc.com
-
Hi all, I am looking for a way to import a C++ class (exported from a DLL) in a VB or VBA project. I know how to work with "declare" for exported functions and with COM but the requirement I have is for a C++ class. Thanks in advance!!!!!!!!:) Alberto Gattegno Software Engineer http://www.itginc.com
-
Hi all, I am looking for a way to import a C++ class (exported from a DLL) in a VB or VBA project. I know how to work with "declare" for exported functions and with COM but the requirement I have is for a C++ class. Thanks in advance!!!!!!!!:) Alberto Gattegno Software Engineer http://www.itginc.com
Not possible. In order for VB to understand a "class" it must be a COM object. VB has no idea what a straight C++ class is. ___________ Klaus [www.vbbox.com]