Click here to Skip to main content
15,911,715 members
Home / Discussions / COM
   

COM

 
QuestionDocument imaging 12.0 OCR running error Pin
lalaBoss9-Oct-07 23:58
lalaBoss9-Oct-07 23:58 
AnswerRe: Document imaging 12.0 OCR running error Pin
lalaBoss11-Oct-07 11:52
lalaBoss11-Oct-07 11:52 
QuestionCOM Out of Process Servers Pin
Richard Andrew x649-Oct-07 11:46
professionalRichard Andrew x649-Oct-07 11:46 
AnswerRe: COM Out of Process Servers Pin
CPallini9-Oct-07 21:26
mveCPallini9-Oct-07 21:26 
QuestionRunning a thread in COM object Pin
kulile8-Oct-07 23:12
kulile8-Oct-07 23:12 
QuestionProblem with creating a component Pin
rajeev828-Oct-07 16:46
rajeev828-Oct-07 16:46 
AnswerRe: Problem with creating a component Pin
CPallini8-Oct-07 22:58
mveCPallini8-Oct-07 22:58 
GeneralRe: Problem with creating a component Pin
rajeev828-Oct-07 23:42
rajeev828-Oct-07 23:42 
CLSID aclsid;

//interface to be created
IMIConverter *m_pToConverter = NULL;

aIUnknown = NULL;
HRESULT hr;

//this step also gets the correct class ID
hr = CLSIDFromProgID(L"MITFConverter.MIConverter",&aclsid);

// This HRESULT gives the problem
hr=CoCreateInstance(aclsid,NULL,CLSCTX_ALL,IID_IMIConverter,(void**)&m_pToConverter);

Thanks for your help

GeneralRe: Problem with creating a component Pin
CPallini8-Oct-07 23:59
mveCPallini8-Oct-07 23:59 
GeneralRe: Problem with creating a component Pin
rajeev829-Oct-07 0:23
rajeev829-Oct-07 0:23 
GeneralRe: Problem with creating a component Pin
CPallini9-Oct-07 0:58
mveCPallini9-Oct-07 0:58 
GeneralRe: Problem with creating a component Pin
rajeev829-Oct-07 2:27
rajeev829-Oct-07 2:27 
GeneralRe: Problem with creating a component Pin
CPallini9-Oct-07 2:45
mveCPallini9-Oct-07 2:45 
GeneralRe: Problem with creating a component Pin
rajeev829-Oct-07 3:01
rajeev829-Oct-07 3:01 
Questioninterview questions Pin
neelu77794-Oct-07 21:45
neelu77794-Oct-07 21:45 
AnswerRe: interview questions Pin
Shaileshvb10-Oct-07 23:38
Shaileshvb10-Oct-07 23:38 
QuestionHow does ActiveX read and write cookie Pin
martinvan4-Oct-07 20:41
martinvan4-Oct-07 20:41 
QuestionLearning stage of COM Pin
Shaileshvb4-Oct-07 1:57
Shaileshvb4-Oct-07 1:57 
AnswerRe: Learning stage of COM Pin
Nathan Holt at EMOM4-Oct-07 9:58
Nathan Holt at EMOM4-Oct-07 9:58 
GeneralRe: Learning stage of COM Pin
Shaileshvb4-Oct-07 17:41
Shaileshvb4-Oct-07 17:41 
GeneralRe: Learning stage of COM Pin
QuickDeveloper5-Oct-07 1:38
QuickDeveloper5-Oct-07 1:38 
GeneralRe: Learning stage of COM Pin
Nathan Holt at EMOM5-Oct-07 5:44
Nathan Holt at EMOM5-Oct-07 5:44 
AnswerRe: Learning stage of COM Pin
ram.Jaddu8-Oct-07 23:43
ram.Jaddu8-Oct-07 23:43 
QuestionNeed book Pin
Tarek Jabri3-Oct-07 23:38
Tarek Jabri3-Oct-07 23:38 
QuestionAm I looking at this correctly? [modified] Pin
BubbaGeeNH2-Oct-07 6:18
BubbaGeeNH2-Oct-07 6:18 

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.