com
COM
2
Posts
2
Posters
7
Views
1
Watching
-
Hi, COM object is a binary file, and dll also binary file. what is difference between them (internally)? thanks, koteswara
Hi, COM object can be stored in the DLL or EXE file. When a COM object is stored in the DLL the only difference with the usual DLL file, is that the COM DLL must have several COM related methods: DllGetClassObject DllRegisterServer DllUnregisterServer DllCanUnloadNow See description of these functions in MSDN for more details... Regards, Alex Gorev, Dundas Software.