|
-
Dec 13th, 2001, 03:30 AM
#1
Importing a Function from a DLL
Hi Everyone,
I have a quick question on C++ DLLs, I have made a DLL and an export API function using:
bool WINAPI Myfunc (unsigned short Arg1)
{
....Code
}
I now want to use it from an executable however I am not sure how to access the Myfunc. Can someone tell me how?
Thanks
Needaname16
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
|