Quote Originally Posted by jsvenu View Post
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.