|
-
Mar 21st, 2000, 05:54 PM
#1
Thread Starter
Addicted Member
Hello,
I have an issue calling a dll written in C. The function I require expects a string parameter and passes another string back:
char * Plc_genpass(char *);
however when I call the function from VB it crashes my application:
Declare Function Plc_genpass Lib "u4ntpgen.dll" ( _
ByVal ls_string As String) As String
Can anyone point me in the right direction?
Thnaks
Tony.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|