|
-
May 27th, 1999, 09:14 PM
#1
Please help me!!
How can i use external dll function?
Here is my problem
prototype of this function in external dll file.
--> extern void pascal DoBeginStart(char *src);
How can i use this function in visual
Is that possible ?
this is Delphi code..
var
Filefile : String;
begin
DoBeginStart(PChar(Filefile));
end;
my e-mail address :
[email protected]
Thanks for your help.
*^^*
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
|