Click here to Skip to main content
15,898,987 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Excel automation from a worker thread Pin
Jörgen Sigvardsson1-Feb-07 10:47
Jörgen Sigvardsson1-Feb-07 10:47 
GeneralRe: Excel automation from a worker thread Pin
BuckBrown1-Feb-07 12:09
BuckBrown1-Feb-07 12:09 
AnswerRe: Excel automation from a worker thread Pin
Roger Stoltz1-Feb-07 11:11
Roger Stoltz1-Feb-07 11:11 
GeneralRe: Excel automation from a worker thread Pin
BuckBrown1-Feb-07 12:10
BuckBrown1-Feb-07 12:10 
QuestionCommunicating dialog boxes Pin
kitty51-Feb-07 7:57
kitty51-Feb-07 7:57 
AnswerRe: Communicating dialog boxes Pin
led mike1-Feb-07 8:19
led mike1-Feb-07 8:19 
GeneralRe: Communicating dialog boxes [modified] Pin
kitty51-Feb-07 8:30
kitty51-Feb-07 8:30 
GeneralRe: Communicating dialog boxes Pin
led mike1-Feb-07 8:41
led mike1-Feb-07 8:41 
kitty5 wrote:
picViewer is the class that is related to the picViewer dialog.


I don't know that that means.

In the first code you posted:

void commanding::load()
{
UpdateData (TRUE);

FILE *pic, *pic1, *pic2;
picViewer cam1; 


that instance of picViewer is local to that function so it is not related to anything else.


led mike

GeneralRe: Communicating dialog boxes Pin
kitty51-Feb-07 8:50
kitty51-Feb-07 8:50 
GeneralRe: Communicating dialog boxes Pin
led mike1-Feb-07 9:01
led mike1-Feb-07 9:01 
GeneralRe: Communicating dialog boxes Pin
Mark Salsbery1-Feb-07 11:39
Mark Salsbery1-Feb-07 11:39 
AnswerRe: Communicating dialog boxes Pin
Hamid_RT1-Feb-07 21:20
Hamid_RT1-Feb-07 21:20 
GeneralRe: Communicating dialog boxes Pin
kitty52-Feb-07 2:33
kitty52-Feb-07 2:33 
GeneralRe: Communicating dialog boxes Pin
Hamid_RT2-Feb-07 4:32
Hamid_RT2-Feb-07 4:32 
QuestionDeclaration of CSemaphore fails Pin
BuckBrown1-Feb-07 7:57
BuckBrown1-Feb-07 7:57 
AnswerRe: Declaration of CSemaphore fails Pin
led mike1-Feb-07 8:06
led mike1-Feb-07 8:06 
GeneralRe: Declaration of CSemaphore fails Pin
BuckBrown1-Feb-07 8:21
BuckBrown1-Feb-07 8:21 
GeneralRe: Declaration of CSemaphore fails Pin
led mike1-Feb-07 8:44
led mike1-Feb-07 8:44 
GeneralRe: Declaration of CSemaphore fails Pin
BuckBrown1-Feb-07 9:32
BuckBrown1-Feb-07 9:32 
GeneralRe: Declaration of CSemaphore fails Pin
Zac Howland1-Feb-07 9:31
Zac Howland1-Feb-07 9:31 
GeneralRe: Declaration of CSemaphore fails Pin
BuckBrown1-Feb-07 12:19
BuckBrown1-Feb-07 12:19 
Questionfatal error C1083: Cannot open include file: 'X11/Xlib.h' Pin
Khoramdin1-Feb-07 6:09
Khoramdin1-Feb-07 6:09 
AnswerRe: fatal error C1083: Cannot open include file: 'X11/Xlib.h' Pin
toxcct1-Feb-07 6:17
toxcct1-Feb-07 6:17 
AnswerRe: fatal error C1083: Cannot open include file: 'X11/Xlib.h' Pin
jhwurmbach1-Feb-07 6:18
jhwurmbach1-Feb-07 6:18 
AnswerRe: fatal error C1083: Cannot open include file: 'X11/Xlib.h' Pin
Mark Salsbery1-Feb-07 7:47
Mark Salsbery1-Feb-07 7:47 

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.