Click here to Skip to main content
15,891,698 members
Home / Discussions / COM
   

COM

 
GeneralCOM dll connect to console client Pin
sheshidar2-Mar-08 19:19
sheshidar2-Mar-08 19:19 
QuestionRe: COM dll connect to console client Pin
CPallini2-Mar-08 21:04
mveCPallini2-Mar-08 21:04 
GeneralError on this dll file ( LpiCom_6_0.LPOrderPart ) Pin
Sujit Gupta29-Feb-08 23:01
Sujit Gupta29-Feb-08 23:01 
GeneralRe: Error on this dll file ( LpiCom_6_0.LPOrderPart ) Pin
User 2155971-Mar-08 2:06
User 2155971-Mar-08 2:06 
Generalproblem with a WebBrowser control Pin
sashka29-Feb-08 2:06
sashka29-Feb-08 2:06 
GeneralRe: problem with a WebBrowser control Pin
User 2155971-Mar-08 2:08
User 2155971-Mar-08 2:08 
GeneralRe: problem with a WebBrowser control Pin
sashka3-Mar-08 1:12
sashka3-Mar-08 1:12 
GeneralRe: problem with a WebBrowser control Pin
User 2155976-Mar-08 12:35
User 2155976-Mar-08 12:35 
Sorry for replying late. Is your problem resolved?
Can you point me to header/idl where E_UNKNOWNGROUP is defined?


sashka wrote:
i am not very familiar with COM, but i have read that
every COM object must be registered in system through
it's unique GUID. so i tried to use macro
DEFINE_GUID(CGID_MSHTML, XXX),
XXX - GUID for CGID_MSHTML command group (found with google).
that doesn't worked.


You are suppose to register COM servers and coclass only for the components you develop. All other COM servers, be it Out of process server(EXE) or Inprocess servers(DLLs), are suppose to be registered in a predefined way. For Inproc servers, we usually use Regsvr32.exe to register the DLL (See DllRegisterServer function that is exported by any COM inproc server. This function is called.)

I believe reading some basics about COM before going ahead, will help design your component/application in a better way.


Sohail



modified 21-Apr-21 21:01pm.

GeneralRe: problem with a WebBrowser control Pin
Member 471853120-Mar-08 6:43
Member 471853120-Mar-08 6:43 
AnswerRe: problem with a WebBrowser control Pin
User 21559720-Mar-08 10:06
User 21559720-Mar-08 10:06 
GeneralGeneral question Pin
KASR128-Feb-08 23:30
KASR128-Feb-08 23:30 
GeneralRe: General question [modified] Pin
CPallini29-Feb-08 2:06
mveCPallini29-Feb-08 2:06 
GeneralRe: General question Pin
KASR12-Mar-08 19:01
KASR12-Mar-08 19:01 
GeneralRe: General question Pin
CPallini2-Mar-08 20:59
mveCPallini2-Mar-08 20:59 
Questionproblem with adobe reader while sending fax using faxcom.dll Pin
saikiran28-Feb-08 21:44
saikiran28-Feb-08 21:44 
GeneralRational Rose Add-In, C++ Pin
Danoo27-Feb-08 22:19
Danoo27-Feb-08 22:19 
GeneralPlacement of CoInitializeEx call! Pin
rajandpayal27-Feb-08 5:34
rajandpayal27-Feb-08 5:34 
GeneralRe: Placement of CoInitializeEx call! Pin
User 21559727-Feb-08 8:48
User 21559727-Feb-08 8:48 
GeneralClass Object Release Pin
swjam26-Feb-08 19:51
swjam26-Feb-08 19:51 
GeneralRe: Class Object Release Pin
ThatsAlok26-Feb-08 22:12
ThatsAlok26-Feb-08 22:12 
GeneralRe: Class Object Release Pin
User 21559727-Feb-08 8:50
User 21559727-Feb-08 8:50 
GeneralRe: Class Object Release Pin
John M. Drescher7-Mar-08 23:03
John M. Drescher7-Mar-08 23:03 
GeneralVisual C++ Excel Addin causes Excel to crash Pin
ssaddi25-Feb-08 18:24
ssaddi25-Feb-08 18:24 
GeneralRe: Visual C++ Excel Addin causes Excel to crash Pin
Ernest Laurentin5-Mar-08 7:19
Ernest Laurentin5-Mar-08 7:19 
GeneralUsing C# managed DLL in C++ unmanaged code Pin
dany_ch20-Feb-08 23:26
dany_ch20-Feb-08 23:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.