Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Correct VB5 declaration of C dll
Message
From
05/03/1998 14:25:57
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, United States
 
 
To
05/03/1998 10:45:38
General information
Forum:
Visual Basic
Category:
Windows API functions
Miscellaneous
Thread ID:
00082700
Message ID:
00082784
Views:
26
>-C declaration:
>
>int _stdcall ChArray (LPTSTR *s1, int d);
>
>-VB declaration:
>
>Declare Function ChArray Lib "c:\project\dll\debug\testvb\dll.dll" _
> (????? Str1 As ??????, ByVal dimen As Long) As Long
>
>Explanation:
>
>In the C routine, s1 is an array of strings.
>
>When I work with regular strings (LPTSTR), I have no problem modifying and returning the string. But when I tried to modify an array of strings (LPTSTR *), well, there is something I am missing. So maybe just my declaration isn't correct in VB, or maybe the way I'm declaring it on the C side isn't correct either.

I really am not sure, but could you pass ByRef Str1 as Variant?
Jay Shepherd
Previous
Reply
Map
View

Click here to load this message in the networking platform