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

C / C++ / MFC

 
GeneralRe: Convert from CStringW to CString Pin
Hamid_RT13-Sep-06 8:11
Hamid_RT13-Sep-06 8:11 
GeneralRe: Convert from CStringW to CString Pin
wiemounir13-Sep-06 23:06
wiemounir13-Sep-06 23:06 
GeneralRe: Convert from CStringW to CString Pin
Hamid_RT13-Sep-06 23:33
Hamid_RT13-Sep-06 23:33 
QuestionBinary was not built with debug information Pin
RugbyLeague12-Sep-06 3:44
RugbyLeague12-Sep-06 3:44 
AnswerRe: Binary was not built with debug information Pin
toxcct12-Sep-06 3:46
toxcct12-Sep-06 3:46 
GeneralRe: Binary was not built with debug information Pin
RugbyLeague12-Sep-06 3:50
RugbyLeague12-Sep-06 3:50 
Questionhelp please!!!!!!!!!!!!!!! Pin
wiemounir12-Sep-06 3:42
wiemounir12-Sep-06 3:42 
AnswerRe: help please!!!!!!!!!!!!!!! Pin
toxcct12-Sep-06 3:48
toxcct12-Sep-06 3:48 
in your headers, ,do you use exclusive macros, to avoid redefinitions ?
you should have something like that :
#pragma once


or if you compiler doesn't understand this, use the following instead :
#ifndef __A_UNIQUE_MACRO_KNOWN_ONLY_BY_YOUR_HEADER__
#define __A_UNIQUE_MACRO_KNOWN_ONLY_BY_YOUR_HEADER__
 
// your code here...
 
#endif



TOXCCT >>> GEII power

[VisualCalc 3.0  updated ][Flags Beginner's Guide  new! ]

Generalnothing changes Pin
wiemounir12-Sep-06 4:25
wiemounir12-Sep-06 4:25 
Questionhow to handle screen resolution changes in a floating ccontrolbar Pin
PrabhuDev12-Sep-06 2:55
PrabhuDev12-Sep-06 2:55 
QuestionProblem with MessageBox & Pointing Pin
Semion_N12-Sep-06 2:49
Semion_N12-Sep-06 2:49 
AnswerRe: Problem with MessageBox & Pointing [modified] Pin
_AnsHUMAN_ 12-Sep-06 2:55
_AnsHUMAN_ 12-Sep-06 2:55 
GeneralRe: Problem with MessageBox & Pointing Pin
Semion_N12-Sep-06 3:02
Semion_N12-Sep-06 3:02 
GeneralRe: Problem with MessageBox & Pointing Pin
toxcct12-Sep-06 3:02
toxcct12-Sep-06 3:02 
AnswerRe: Problem with MessageBox & Pointing Pin
Waldermort12-Sep-06 3:11
Waldermort12-Sep-06 3:11 
GeneralRe: Problem with MessageBox & Pointing Pin
Semion_N12-Sep-06 3:22
Semion_N12-Sep-06 3:22 
GeneralRe: Problem with MessageBox & Pointing Pin
Waldermort12-Sep-06 3:38
Waldermort12-Sep-06 3:38 
GeneralRe: Problem with MessageBox & Pointing Pin
Semion_N12-Sep-06 3:42
Semion_N12-Sep-06 3:42 
AnswerRe: Problem with MessageBox & Pointing Pin
_AnsHUMAN_ 12-Sep-06 3:47
_AnsHUMAN_ 12-Sep-06 3:47 
GeneralRe: Problem with MessageBox & Pointing Pin
Semion_N12-Sep-06 4:12
Semion_N12-Sep-06 4:12 
AnswerRe: Problem with MessageBox & Pointing Pin
Semion_N12-Sep-06 5:20
Semion_N12-Sep-06 5:20 
GeneralRe: Problem with MessageBox & Pointing Pin
Waldermort12-Sep-06 6:42
Waldermort12-Sep-06 6:42 
GeneralRe: Problem with MessageBox & Pointing Pin
Semion_N12-Sep-06 8:10
Semion_N12-Sep-06 8:10 
Questionwho sent the message "WM_CREATE" and "WM_PAINT"? Pin
bloodwinner12-Sep-06 1:58
bloodwinner12-Sep-06 1:58 
AnswerRe: who sent the message "WM_CREATE" and "WM_PAINT"? Pin
HakunaMatada12-Sep-06 2:13
HakunaMatada12-Sep-06 2:13 

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.