Passing string Arrays between VB and VC 
Author Message
 Passing string Arrays between VB and VC

  Does anyone know anthing about how to make a VC++ DLL that uses
variable length string arrays passed from VB?  I know how to make one
that accesses other arrays and variable length strings but NOT arrays
of variable length strings.  I would also like info on BYTE array
conversion and finding an LBOUND and UBOUND function in C++ that works
on VB arrays.

                                            Thanks,
                                            Cedric Johnson



Sat, 21 Nov 1998 03:00:00 GMT  
 Passing string Arrays between VB and VC


Quote:
>  Does anyone know anthing about how to make a VC++ DLL that uses
>variable length string arrays passed from VB?  I know how to make one
>that accesses other arrays and variable length strings but NOT arrays
>of variable length strings.  I would also like info on BYTE array
>conversion and finding an LBOUND and UBOUND function in C++ that works
>on VB arrays.

None of this is about the C language. Try posting in more appropriate
group(s).

Mike Shannon
Houston, Texas

<!>  Once we had computers and dumb terminals.
<!>  Now we have computers and stupid terminals.
<!>  Thanks, Microsoft.



Wed, 25 Nov 1998 03:00:00 GMT  
 Passing string Arrays between VB and VC


Quote:

>>  Does anyone know anthing about how to make a VC++ DLL that uses
>>variable length string arrays passed from VB?  I know how to make one
>>that accesses other arrays and variable length strings but NOT arrays
>>of variable length strings.  I would also like info on BYTE array
>>conversion and finding an LBOUND and UBOUND function in C++ that works
>>on VB arrays.

To overcome this prob I used fixed length vars.

I found it faster than trying to get micro$oft techs give me B.S.
answers.

There are unpublished  papers .... ask MS for them.

yeah.



Sat, 28 Nov 1998 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Passing array of Strings between VB and VC

2. How to pass a string array from VB to VC

3. How To pass 2D String array to VB from VC++ Using Safe array

4. Passing array from VB to VC

5. HOWTO: Pass VB UDT that contains an array to VC dll

6. Pass array ByRef from VB to VC 6 DLL

7. Passing an VB array by reference to a VC Win32 DLL

8. Passing Arrays from VC to VB funtion

9. passing arrays from vb to vc

10. Passing Strings from VB to VC

11. Passing strings between VC and VB

12. Can I pass string between VC and VB?

 

 
Powered by phpBB® Forum Software