Quote Originally Posted by The trick View Post
Why don't you want to call LoadLibrary and then call DllGetClassObject? All will work without any troubles? Why do you need these difficulties?
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