Click here to Skip to main content
15,891,204 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Advanced Pointers and References Pin
toxcct8-Oct-07 5:11
toxcct8-Oct-07 5:11 
GeneralRe: Advanced Pointers and References Pin
aquawicket8-Oct-07 5:15
aquawicket8-Oct-07 5:15 
GeneralRe: Advanced Pointers and References Pin
toxcct8-Oct-07 5:21
toxcct8-Oct-07 5:21 
GeneralRe: Advanced Pointers and References Pin
aquawicket8-Oct-07 5:29
aquawicket8-Oct-07 5:29 
GeneralRe: Advanced Pointers and References Pin
toxcct8-Oct-07 5:38
toxcct8-Oct-07 5:38 
GeneralRe: Advanced Pointers and References Pin
aquawicket8-Oct-07 5:42
aquawicket8-Oct-07 5:42 
GeneralRe: Advanced Pointers and References Pin
aquawicket8-Oct-07 6:31
aquawicket8-Oct-07 6:31 
Questionerror no such interface supported Pin
jomons8-Oct-07 4:28
jomons8-Oct-07 4:28 
I ve come across a problem,

I want to Run an application as a Service using VC++

It is an MFC application with ATL Support

I ve registered the exe using /RegServer and in my service program I ve a function like

if(SUCCEEDED(hResult))
{
hResult = CoCreateInstance(__uuidof(QBFeeder), 0,
CLSCTX_SERVER, __uuidof(IQBFeeder), (void **)&m_pQBFeeder);

}
if(!SUCCEEDED(hResult))
{
return E_FAIL;
}

but the CoCreateInstance function returns a value -2147467262.It gives an error like "no such interfaces supported"

It works in one of my machines(AMD) but it fails in another machines(Intel)....

Has anyone come across a similar situation?

Can anyone give me a solution?

Regards,
Jomon Jacob
AnswerRe: error no such interface supported Pin
Iain Clarke, Warrior Programmer8-Oct-07 6:31
Iain Clarke, Warrior Programmer8-Oct-07 6:31 
QuestionHorizontal scroll bar for CListCtrl(report view) Pin
shir_k8-Oct-07 4:05
shir_k8-Oct-07 4:05 
QuestionGenerate class diagrams - VS2005 MFC C++ Pin
Andy H8-Oct-07 3:43
Andy H8-Oct-07 3:43 
AnswerRe: Generate class diagrams - VS2005 MFC C++ Pin
Maxwell Chen8-Oct-07 21:45
Maxwell Chen8-Oct-07 21:45 
QuestionCan Some one please help me out very urgent ? Pin
oronnorh8-Oct-07 3:23
oronnorh8-Oct-07 3:23 
QuestionRe: Can Some one please help me out very urgent ? Pin
David Crow8-Oct-07 3:30
David Crow8-Oct-07 3:30 
AnswerRe: Can Some one please help me out very urgent ? Pin
oronnorh8-Oct-07 3:36
oronnorh8-Oct-07 3:36 
GeneralRe: Can Some one please help me out very urgent ? Pin
toxcct8-Oct-07 3:39
toxcct8-Oct-07 3:39 
GeneralRe: Can Some one please help me out very urgent ? Pin
oronnorh8-Oct-07 4:38
oronnorh8-Oct-07 4:38 
GeneralRe: Can Some one please help me out very urgent ? Pin
toxcct8-Oct-07 4:43
toxcct8-Oct-07 4:43 
GeneralRe: Can Some one please help me out very urgent ? Pin
David Crow8-Oct-07 4:02
David Crow8-Oct-07 4:02 
QuestionRe: Can Some one please help me out very urgent ? Pin
oronnorh8-Oct-07 4:35
oronnorh8-Oct-07 4:35 
AnswerRe: Can Some one please help me out very urgent ? Pin
toxcct8-Oct-07 4:40
toxcct8-Oct-07 4:40 
AnswerRe: Can Some one please help me out very urgent ? Pin
oronnorh8-Oct-07 4:46
oronnorh8-Oct-07 4:46 
GeneralRe: Can Some one please help me out very urgent ? Pin
toxcct8-Oct-07 4:51
toxcct8-Oct-07 4:51 
AnswerRe: Can Some one please help me out very urgent ? Pin
oronnorh8-Oct-07 4:59
oronnorh8-Oct-07 4:59 
GeneralRe: Can Some one please help me out very urgent ? Pin
jhwurmbach8-Oct-07 4:54
jhwurmbach8-Oct-07 4:54 

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.