VB and C++ clients declaring the same ActiveX .dll 
Author Message
 VB and C++ clients declaring the same ActiveX .dll

Hi, I am writing a COM ActiveX.dll using VB 5 enterprise. The .dll will
be used by VB clients and C++ clients.  This .dll will have functions in
it to connect to a database and retrieve data.  The data will consists
of name, address, state,
and zipcode, so it can be either a single record or a list of records
with these fields that get returned from the database.  I need to pass
this data along to VB clients and C++ clients.  For VB clients I can
pass them an n-dim array or a collection of objects(collection of
classes).  But what about C++ clients?

1. How would I pass this data to a C++ client, so they can extract out
the different fields of the data?

2. What do I need to do when creating this VB .dll in order for it to
pass data correctly to C++ clients?

3. What datatype or object type do I need return back for C++ clients
that will hold this knid of data?

Thanks!



Mon, 11 Sep 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. VB and C++ Clients declaring the same ActiveX .dll

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

3. IMPORTANT Declare a C++ DLL under VB%

4. Calling A C++ DLL from VB without having Declare Statements

5. VB Active X DLL crashing on form.show when accessed by C++ client

6. a major problem: vb client of a c++ dll com server

7. VB client of C++ DLL COM server

8. VERY IMPORTANT: How to declare a C++ DLL under VB5

9. C++ ActiveX dll in VB

10. Rewrite VB activeX dll to C++

11. VB-ActiveX-DLL access violation error when call from C++

12. Calling VB ActiveX DLL from Visual C++ problem

 

 
Powered by phpBB® Forum Software