¡@

Home 

c++ Programming Glossary: dllgetclassobject

How do I use a COM DLL with LoadLibrary in C++

http://stackoverflow.com/questions/2187425/how-do-i-use-a-com-dll-with-loadlibrary-in-c

I look to the COM DLL with Depends.exe I see methods like DllGetClassObject and other functions but none of the functions I'm interested..

Windows/C++: how to use a COM dll which is not registered

http://stackoverflow.com/questions/2466138/windows-c-how-to-use-a-com-dll-which-is-not-registered

to load the DLL directly. Then use GetProcAddress DllGetClassObject . You can then use IClassFactory to do the equivalent of CoCreateInstance... GetLastError library not found BOOL WINAPI DllGetClassObject REFCLSID REFIID LPVOID BOOL WINAPI REFCLSID REFIID LPVOID GetProcAddress.. BOOL WINAPI REFCLSID REFIID LPVOID GetProcAddress hmodule DllGetClassObject if DllGetClassObject return HRESULT_FROM_WIN32 GetLastError..

Using SqlServer CE without installation

http://stackoverflow.com/questions/9102471/using-sqlserver-ce-without-installation

Calls LoadLibrary on the DLL Calls GetProcAddress for DllGetClassObject Calls DllGetClassObject to get an IClassFactory Uses returned.. the DLL Calls GetProcAddress for DllGetClassObject Calls DllGetClassObject to get an IClassFactory Uses returned IClassFactory to handle.. hr S_OK if hModule NULL return E_INVALIDARG BOOL WINAPI DllGetClassObject REFCLSID REFIID LPVOID NULL FARPROC DllGetClassObject GetProcAddress..