Click here to Skip to main content
15,900,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problems again Pin
David Crow31-Mar-06 4:49
David Crow31-Mar-06 4:49 
GeneralRe: Problems again Pin
Waldermort31-Mar-06 4:56
Waldermort31-Mar-06 4:56 
GeneralRe: Problems again Pin
David Crow31-Mar-06 5:06
David Crow31-Mar-06 5:06 
GeneralRe: Problems again Pin
Waldermort31-Mar-06 5:26
Waldermort31-Mar-06 5:26 
GeneralRe: Problems again Pin
David Crow31-Mar-06 5:30
David Crow31-Mar-06 5:30 
GeneralRe: Problems again Pin
Waldermort31-Mar-06 5:58
Waldermort31-Mar-06 5:58 
QuestionRe: Problems again Pin
David Crow31-Mar-06 6:05
David Crow31-Mar-06 6:05 
AnswerRe: Problems again Pin
Waldermort31-Mar-06 6:17
Waldermort31-Mar-06 6:17 
-2147221164.

#import "ExCom.dll"  no_namespace

WinExec("regsvr32 /s ExCom.dll",SW_SHOW);
	
try {
    CoInitialize(NULL);

    long foo = xls.CreateInstance(__uuidof(clsXL));
    char *val = new char [100];
    ltoa(foo,val,10);
    MessageBox(NULL,val,0,0);
    delete val;
		
    xls->Visible(&vis);
} catch(_com_error &e) {
    data.error = e.Description();
    MessageBox(NULL,_com_util::ConvertBSTRToString(data.error),0,0);
}


I'm sorry about this, and I thank you for your kind replies.
GeneralSolved Pin
Waldermort31-Mar-06 6:36
Waldermort31-Mar-06 6:36 
GeneralRe: Solved Pin
David Crow31-Mar-06 6:59
David Crow31-Mar-06 6:59 
GeneralRe: Problems again Pin
David Crow31-Mar-06 6:55
David Crow31-Mar-06 6:55 
GeneralRe: Problems again Pin
Waldermort31-Mar-06 7:11
Waldermort31-Mar-06 7:11 
GeneralRe: Problems again Pin
David Crow31-Mar-06 7:17
David Crow31-Mar-06 7:17 
QuestionHow to encrpyt a file and decrpyt on the fly Pin
beko31-Mar-06 3:32
beko31-Mar-06 3:32 
QuestionRe: How to encrpyt a file and decrpyt on the fly Pin
David Crow31-Mar-06 3:57
David Crow31-Mar-06 3:57 
AnswerRe: How to encrpyt a file and decrpyt on the fly Pin
beko31-Mar-06 22:03
beko31-Mar-06 22:03 
Questionhow can i add DLL file in my application Pin
baldha rakesh31-Mar-06 2:27
baldha rakesh31-Mar-06 2:27 
GeneralRe: [OT] Pin
kakan31-Mar-06 2:51
professionalkakan31-Mar-06 2:51 
GeneralRe: [OT] Pin
kakan31-Mar-06 2:57
professionalkakan31-Mar-06 2:57 
GeneralRe: [OT] Pin
Toby Opferman31-Mar-06 21:45
Toby Opferman31-Mar-06 21:45 
AnswerRe: how can i add DLL file in my application Pin
Cedric Moonen31-Mar-06 2:53
Cedric Moonen31-Mar-06 2:53 
AnswerRe: how can i add DLL file in my application Pin
Laxman Auti31-Mar-06 17:53
Laxman Auti31-Mar-06 17:53 
QuestionHow to create an AVI file from a compressed buffer? Pin
dvillet31-Mar-06 1:45
dvillet31-Mar-06 1:45 
AnswerRe: How to create an AVI file from a compressed buffer? Pin
Hamid_RT31-Mar-06 2:31
Hamid_RT31-Mar-06 2:31 
GeneralRe: How to create an AVI file from a compressed buffer? Pin
dvillet31-Mar-06 2:52
dvillet31-Mar-06 2:52 

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.