|
-
Mar 7th, 2025, 12:32 AM
#3
Re: Issue with GetProcAddress in that it will not return ptr
If this is a DLL that you made yourself, you probably forgot to export the functions. For example in VC++ 6.0 this is done in a ".def" file using an "EXPORTS" section where you list the functions you wish to export. Then you will be able to call GetProcAddress successfully but probably you want to use a "Declare" statement instead and call the function directly by name..
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
|