Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: AfxLoadLibrary problems Pin
netsharq31-Mar-06 8:30
netsharq31-Mar-06 8:30 
GeneralRe: AfxLoadLibrary problems Pin
David Crow31-Mar-06 8:39
David Crow31-Mar-06 8:39 
GeneralRe: AfxLoadLibrary problems Pin
netsharq31-Mar-06 9:20
netsharq31-Mar-06 9:20 
GeneralRe: AfxLoadLibrary problems Pin
David Crow3-Apr-06 2:44
David Crow3-Apr-06 2:44 
QuestionOnSize for CDialog doesn't get entered Pin
ns31-Mar-06 5:08
ns31-Mar-06 5:08 
AnswerRe: OnSize for CDialog doesn't get entered Pin
Maximilien31-Mar-06 5:30
Maximilien31-Mar-06 5:30 
GeneralRe: OnSize for CDialog doesn't get entered Pin
ns31-Mar-06 6:05
ns31-Mar-06 6:05 
QuestionProblems again Pin
Waldermort31-Mar-06 4:39
Waldermort31-Mar-06 4:39 
I finally finished my project. So I thought I would test it on a neighbours computers, just in case. And it doesn't work :'(

I have narrowed the problem down to the importing and initialising of an activeX dll. But I can't find out why it works on my machine and not on another (with identical configuration).

Here is the code:
_clsXLPtr xls;

try {
    CoInitialize(NULL);

    xls.CreateInstance(__uuidof(clsXL)); // failing
    xls->Visible(&vis);

The CreateInstance call is failing, but why?
AnswerRe: Problems again Pin
Wes Aday31-Mar-06 4:46
professionalWes Aday31-Mar-06 4:46 
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 
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 

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.