|
-
May 5th, 2020, 02:36 AM
#4
Re: How to use a _declspec(dllexport) in VB6?
 Originally Posted by Jacob Roman
Ya think if I write a C++ dll file containing this one line would do the trick? I should try it right now to give it a whirl 
The idea is to have a C/C++ compiled *object* file which can be *staticly* linked to your final VB6 executable and thus force the linker to add the "magic entry" in PE file's export table.
cheers,
</wqw>
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
|