|
-
Jun 10th, 2019, 09:46 AM
#27
Re: initializing runtime in standard dll
 Originally Posted by jsvenu
Dear Trick,
But DllGetClassObject is not exported by standard dll and so after calling LoadLibrary we cannot call DllGetClassObject
and so we have to use different way for calling exported function of standard dll.
regards,
JSVenu
I don't understand you. You load a library and call GetProcAddress("DllGetClassObject"). What's the problem? Okay, if you don't want to call DllGetClassObject just export other function which you intend to call which'll call DllGetClassObject.
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
|