passing vb5 arrays of strings to a vc++ 5 C dll 
Author Message
 passing vb5 arrays of strings to a vc++ 5 C dll

Does anyone know how to pass arrays of strings from vb5 to a C dll written
in vc++5?  Here's is the function prototype in C:

long FAR Pascal processString( char** someString).

tom



Mon, 06 Dec 1999 03:00:00 GMT  
 passing vb5 arrays of strings to a vc++ 5 C dll

On 19 Jun 1997 14:58:23 GMT, "Thomas J. Clancy"

Quote:

>Does anyone know how to pass arrays of strings from vb5 to a C dll written
>in vc++5?  Here's is the function prototype in C:

You have to be aware of the difference between Unicode and ANSI
strings.  I believe there is a knowledge base example of passing
arrays of strings as well as a discussion on the differences between
the two types of strings.

Christopher F. Costello, Thermal Design Engineer
Frederick A. Costello, Inc.
12864 Tewksbury Drive
Herndon VA  22071



Mon, 06 Dec 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Passing String Arrays between VB and VC

2. Passing String Arrays between VB and VC

3. Need help passing a DC to a vc++ dll

4. Need help passing a DC handle from vb to a vc++ dll

5. Need help passing a DC to a vc++ dll

6. Passing arrays from VB to a DLL written in VC++

7. Passing String (BSTR) from VB5 to VC++ - stress test fails

8. making dll for vb5 with vc++

9. How to pass Variant Array to VB ActiveX DLL from a VC++ application

10. Help pls re passing array to VC++ DLL

11. Passing an Array to a VC++ DLL

12. VB5.0 *.dll vs VC++5.0 *.dll

 

 
Powered by phpBB® Forum Software