Click here to Skip to main content
15,885,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can we create a Toolbar without MenuBar? Pin
Abhijit D. Babar23-Mar-09 0:19
Abhijit D. Babar23-Mar-09 0:19 
GeneralRe: Can we create a Toolbar without MenuBar? Pin
Iain Clarke, Warrior Programmer23-Mar-09 0:28
Iain Clarke, Warrior Programmer23-Mar-09 0:28 
Questionfloating point exceptions instead of INF, NaN Pin
sor73naf22-Mar-09 22:42
sor73naf22-Mar-09 22:42 
AnswerRe: floating point exceptions instead of INF, NaN Pin
Dominik Reichl22-Mar-09 23:59
Dominik Reichl22-Mar-09 23:59 
GeneralRe: floating point exceptions instead of INF, NaN Pin
sor73naf23-Mar-09 3:03
sor73naf23-Mar-09 3:03 
QuestionWinInet - INTERNET_CACHE_ENTRY_INFO - Header Info [modified] Pin
CString(0xcccccccc)22-Mar-09 22:33
CString(0xcccccccc)22-Mar-09 22:33 
QuestionWhat is the SEH in release build VS2008 with fclose()? Pin
Chesnokov Yuriy22-Mar-09 22:32
professionalChesnokov Yuriy22-Mar-09 22:32 
AnswerRe: What is the SEH in release build VS2008 with fclose()? Pin
Eytukan23-Mar-09 0:26
Eytukan23-Mar-09 0:26 
Chesnokov Yuriy wrote:
fp = fopen(txtfile, "rt");
//read it with fscanf
fclose(fp);


Are you sure "txtfile" exist? And the opening is successful?

Just try this protectionalism:
fp = fopen(txtfile, "rt");
//read it with fscanf
if(fp){
fclose(fp);}


He never answers anyone who replies to him. I've taken to calling him a retard, which is not fair to retards everywhere.-Christian Graus

QuestionRe: What is the SEH in release build VS2008 with fclose()? Pin
Chesnokov Yuriy23-Mar-09 2:10
professionalChesnokov Yuriy23-Mar-09 2:10 
AnswerRe: What is the SEH in release build VS2008 with fclose()? Pin
Eytukan23-Mar-09 2:47
Eytukan23-Mar-09 2:47 
QuestionDMA access from user-mode Pin
Maxwell Chen22-Mar-09 21:58
Maxwell Chen22-Mar-09 21:58 
AnswerRe: DMA access from user-mode Pin
Iain Clarke, Warrior Programmer22-Mar-09 23:35
Iain Clarke, Warrior Programmer22-Mar-09 23:35 
GeneralRe: DMA access from user-mode Pin
Maxwell Chen23-Mar-09 3:58
Maxwell Chen23-Mar-09 3:58 
AnswerRe: DMA access from user-mode Pin
Eytukan23-Mar-09 0:41
Eytukan23-Mar-09 0:41 
GeneralRe: DMA access from user-mode Pin
CPallini23-Mar-09 1:32
mveCPallini23-Mar-09 1:32 
GeneralRe: DMA access from user-mode Pin
Eytukan23-Mar-09 2:48
Eytukan23-Mar-09 2:48 
GeneralRe: DMA access from user-mode Pin
Maxwell Chen23-Mar-09 4:13
Maxwell Chen23-Mar-09 4:13 
GeneralRe: DMA access from user-mode Pin
Maxwell Chen23-Mar-09 4:09
Maxwell Chen23-Mar-09 4:09 
GeneralRe: DMA access from user-mode Pin
Eytukan23-Mar-09 4:52
Eytukan23-Mar-09 4:52 
GeneralRe: DMA access from user-mode Pin
Maxwell Chen23-Mar-09 4:56
Maxwell Chen23-Mar-09 4:56 
GeneralRe: DMA access from user-mode Pin
Eytukan23-Mar-09 17:56
Eytukan23-Mar-09 17:56 
GeneralRe: DMA access from user-mode Pin
Maxwell Chen23-Mar-09 18:30
Maxwell Chen23-Mar-09 18:30 
JokeRe: DMA access from user-mode Pin
Eytukan23-Mar-09 18:33
Eytukan23-Mar-09 18:33 
GeneralRe: DMA access from user-mode Pin
Maxwell Chen23-Mar-09 19:33
Maxwell Chen23-Mar-09 19:33 
Questionproblem facing in updating images dynamically at runtime using IWebBrwoser2 and IHTMLElement in custom browser Pin
Abhijit A22-Mar-09 21:39
Abhijit A22-Mar-09 21:39 

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.