Calling a C++ DLL function which takes an C++ object as parameter 
Author Message
 Calling a C++ DLL function which takes an C++ object as parameter

If a exported function in a C++ Dll is something like this

void Push(Base b, char** s);
where 'Base' is a class like

class Base
{
public:
    Base(){}
    int i;

Quote:
}

how would I make VB understand the first parameter to the function.


Fri, 12 Jan 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. accessing objects in a c++ DLL from a c++ activeX control placed in a VB application

2. VB 5.0 calling C++ 5.0 DLL that calls winsock.dll

3. Calling VBA dll functions with C or C++

4. How do you call a Visual C++ (DLL) function from Visual Basic

5. Calling Visual C++ 5.0 DLL Functions From Visual Basic 5.0

6. Calling a VB function from within a C++ DLL interrupt

7. Call C++ Class member function in a DLL ??

8. VB calling C++ Dll function twice?

9. Calling a VB function/procedure from Visual C++ DLL

10. Calling a function in a C++ Win32 Dll from VB 6

11. Calling a VB function from a C++ DLL

12. Holding a pointer to a C++ object being returned from a DLL call

 

 
Powered by phpBB® Forum Software