Click here to Skip to main content
15,896,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to load gif image under winCE?? Pin
goolie8318-Apr-07 16:46
goolie8318-Apr-07 16:46 
Questioncan these code fragments lead to a memory leak Pin
jossion17-Apr-07 18:38
jossion17-Apr-07 18:38 
AnswerRe: can these code fragments lead to a memory leak Pin
Stephen Hewitt17-Apr-07 18:42
Stephen Hewitt17-Apr-07 18:42 
AnswerRe: can these code fragments lead to a memory leak Pin
StevenWh17-Apr-07 20:06
StevenWh17-Apr-07 20:06 
QuestionHow to parse a file and to create a tree view from it??? Pin
syampj17-Apr-07 18:34
syampj17-Apr-07 18:34 
QuestionRe: How to parse a file and to create a tree view from it??? Pin
Hamid_RT17-Apr-07 22:04
Hamid_RT17-Apr-07 22:04 
AnswerRe: How to parse a file and to create a tree view from it??? Pin
syampj18-Apr-07 1:06
syampj18-Apr-07 1:06 
QuestionType conversion Pin
CarpenterJim17-Apr-07 18:15
CarpenterJim17-Apr-07 18:15 
Hi all, am writing a program in embedded VC++...
am new to programming so i need some help with a little thing..
i have a form that the user will input a hex value (memory address) and my program will copy this value to a pointer.. but it just isn't working. here is my code

DWORD *pDUMMY;
TCHAR sztTmp[10];
GetDlgItemText(hwndDlg, IDC_EDT_NAME,sztTmp, 10);
pDUMMY=(DWORD *)(sztTmp); //this line needs some editing

example: user enters 0x8fff42a2
should equal pDUMMY = (DWORD *) (0x8fff42a2)
sorry for the stupid question.. i'm helpless...
AnswerRe: Type conversion Pin
Rick York17-Apr-07 18:58
mveRick York17-Apr-07 18:58 
GeneralRe: Type conversion Pin
CPallini17-Apr-07 21:10
mveCPallini17-Apr-07 21:10 
GeneralRe: Type conversion Pin
CarpenterJim18-Apr-07 2:18
CarpenterJim18-Apr-07 2:18 
QuestionDLL and Lib Pin
amitmistry_petlad 17-Apr-07 17:45
amitmistry_petlad 17-Apr-07 17:45 
AnswerRe: DLL and Lib Pin
_AnsHUMAN_ 17-Apr-07 18:17
_AnsHUMAN_ 17-Apr-07 18:17 
AnswerRe: DLL and Lib Pin
Eytukan17-Apr-07 20:35
Eytukan17-Apr-07 20:35 
Questionerror in using strcat Pin
cyn817-Apr-07 16:05
cyn817-Apr-07 16:05 
AnswerRe: error in using strcat Pin
David Crow17-Apr-07 16:37
David Crow17-Apr-07 16:37 
AnswerRe: error in using strcat Pin
Stephen Hewitt17-Apr-07 17:21
Stephen Hewitt17-Apr-07 17:21 
AnswerRe: error in using strcat Pin
syampj17-Apr-07 18:31
syampj17-Apr-07 18:31 
QuestionType comparison in if statement Pin
Lasoryth17-Apr-07 13:25
Lasoryth17-Apr-07 13:25 
AnswerRe: Type comparison in if statement Pin
David Crow17-Apr-07 16:39
David Crow17-Apr-07 16:39 
QuestionScreensaver settings Pin
Al_Pennyworth17-Apr-07 12:53
Al_Pennyworth17-Apr-07 12:53 
QuestionRe: Screensaver settings Pin
David Crow17-Apr-07 16:40
David Crow17-Apr-07 16:40 
Questionaccessing parent variables from dialog mfc?? Pin
bimgot17-Apr-07 10:22
bimgot17-Apr-07 10:22 
AnswerRe: accessing parent variables from dialog mfc?? Pin
led mike17-Apr-07 11:36
led mike17-Apr-07 11:36 
GeneralRe: accessing parent variables from dialog mfc?? Pin
bimgot17-Apr-07 12:07
bimgot17-Apr-07 12:07 

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.