Click here to Skip to main content
15,904,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can I set properties of ActiveX control Pin
zwsonic24-Nov-05 0:20
zwsonic24-Nov-05 0:20 
AnswerRe: How can I set properties of ActiveX control Pin
Jagadeesh VN24-Nov-05 1:38
Jagadeesh VN24-Nov-05 1:38 
GeneralRe: How can I set properties of ActiveX control Pin
zwsonic24-Nov-05 16:21
zwsonic24-Nov-05 16:21 
QuestionHow to avoid flickering? Pin
jayshml23-Nov-05 23:51
jayshml23-Nov-05 23:51 
AnswerRe: How to avoid flickering? Pin
PJ Arends24-Nov-05 16:19
professionalPJ Arends24-Nov-05 16:19 
QuestionVariable Scope Pin
Gizzo23-Nov-05 23:47
Gizzo23-Nov-05 23:47 
AnswerRe: Variable Scope Pin
khan++23-Nov-05 23:56
khan++23-Nov-05 23:56 
AnswerRe: Variable Scope Pin
Owner drawn23-Nov-05 23:59
Owner drawn23-Nov-05 23:59 
AnswerRe: Variable Scope Pin
sunit524-Nov-05 18:41
sunit524-Nov-05 18:41 
Questioncode execution Pin
micutzu23-Nov-05 23:25
micutzu23-Nov-05 23:25 
Questionhelp needed from "Albert Hermann's article(Easy to use class for ScreenCapture to printer)" Pin
a_david12323-Nov-05 23:23
a_david12323-Nov-05 23:23 
AnswerRe: help needed from "Albert Hermann's article(Easy to use class for ScreenCapture to printer)" Pin
toxcct23-Nov-05 23:41
toxcct23-Nov-05 23:41 
QuestionMultiple application.exe Pin
Boder Coder23-Nov-05 23:19
Boder Coder23-Nov-05 23:19 
AnswerRe: Multiple application.exe Pin
toxcct23-Nov-05 23:36
toxcct23-Nov-05 23:36 
AnswerRe: Multiple application.exe Pin
micutzu23-Nov-05 23:38
micutzu23-Nov-05 23:38 
GeneralRe: Multiple application.exe Pin
Owner drawn24-Nov-05 0:15
Owner drawn24-Nov-05 0:15 
GeneralRe: Multiple application.exe Pin
Boder Coder24-Nov-05 0:39
Boder Coder24-Nov-05 0:39 
GeneralRe: Multiple application.exe Pin
Rage24-Nov-05 1:22
professionalRage24-Nov-05 1:22 
GeneralRe: Multiple application.exe Pin
Jagadeesh VN24-Nov-05 1:24
Jagadeesh VN24-Nov-05 1:24 
Hey,

You have to add those files to the project. You have caopied them, But didn't add them to your project.

The compiler had no problem, since the header files were there in the same folder. But when linking, the object file must have the signatures of the function that you have used in your program.

The errors you have posted means, CInstanceChecker class is not compiled and the manged names are not generated, which made the linker show these errors.

Add those files to your project and everything will work fine.

Cheers
Jugs

"A robust program is resistant to errors -- it either works correctly, or it does not work at all; whereas a fault tolerant program must actually recover from errors."
GeneralRe: Multiple application.exe Pin
Boder Coder24-Nov-05 2:24
Boder Coder24-Nov-05 2:24 
GeneralRe: Multiple application.exe Pin
toxcct24-Nov-05 2:42
toxcct24-Nov-05 2:42 
GeneralRe: Multiple application.exe Pin
Boder Coder24-Nov-05 2:55
Boder Coder24-Nov-05 2:55 
GeneralRe: Multiple application.exe Pin
Boder Coder24-Nov-05 2:58
Boder Coder24-Nov-05 2:58 
GeneralRe: Multiple application.exe Pin
Blake Miller28-Nov-05 12:58
Blake Miller28-Nov-05 12:58 
QuestionParallel Programming Pin
Gordon Robert Speirs23-Nov-05 23:09
professionalGordon Robert Speirs23-Nov-05 23:09 

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.