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

C / C++ / MFC

 
AnswerRe: Program Involving Many changing strings, library’s, and or databases and files? Pin
jschell28-Feb-14 13:21
jschell28-Feb-14 13:21 
AnswerRe: Program Involving Many changing strings, library’s, and or databases and files? Pin
leon de boer4-Mar-14 13:47
leon de boer4-Mar-14 13:47 
QuestionReceiving double value differently Pin
narasingubhanu27-Feb-14 20:20
narasingubhanu27-Feb-14 20:20 
AnswerRe: Receiving double value differently Pin
CPallini27-Feb-14 21:15
mveCPallini27-Feb-14 21:15 
AnswerRe: Receiving double value differently Pin
Jochen Arndt27-Feb-14 21:20
professionalJochen Arndt27-Feb-14 21:20 
QuestionIs MFC resources occupy memory? Pin
econy27-Feb-14 18:09
econy27-Feb-14 18:09 
AnswerRe: Is MFC resources occupy memory? Pin
CPallini27-Feb-14 21:15
mveCPallini27-Feb-14 21:15 
QuestionCDHtmlDialog : Memory Management Pin
Don Guy27-Feb-14 13:41
Don Guy27-Feb-14 13:41 
Hey there,

I have a MFC app that has a CDHtmlDialog embedded in it. During run time i update the HTML content from the C++ code. There's a IMAGE tag in the content and the SRC for the tag is updated multiple times in a second to show different images.

Basically i go over a WHILE loop in the C++ and call a JavaScript function to update the "src" for the "img" tag.

The issue am seeing is that, after running this code for a while the application kinda hangs and the system takes up lot's of memory.

I have no idea how to solve this, as all the code that's in the browser side of app is HTML & JavaScript. I looked through the C++ code plugged all memory leaks there.

Any suggestions on how to fix this?

Thanks in advance.
AnswerRe: CDHtmlDialog : Memory Management Pin
Richard Andrew x6427-Feb-14 14:05
professionalRichard Andrew x6427-Feb-14 14:05 
QuestionCMAP vs String table resource Pin
econy27-Feb-14 3:06
econy27-Feb-14 3:06 
AnswerRe: CMAP vs String table resource Pin
Richard MacCutchan27-Feb-14 5:56
mveRichard MacCutchan27-Feb-14 5:56 
GeneralRe: CMAP vs String table resource Pin
econy27-Feb-14 7:47
econy27-Feb-14 7:47 
AnswerRe: CMAP vs String table resource Pin
CPallini27-Feb-14 7:24
mveCPallini27-Feb-14 7:24 
GeneralRe: CMAP vs String table resource Pin
econy27-Feb-14 17:53
econy27-Feb-14 17:53 
GeneralRe: CMAP vs String table resource Pin
CPallini27-Feb-14 21:10
mveCPallini27-Feb-14 21:10 
GeneralRe: CMAP vs String table resource Pin
econy28-Feb-14 2:07
econy28-Feb-14 2:07 
GeneralRe: CMAP vs String table resource Pin
CPallini28-Feb-14 2:14
mveCPallini28-Feb-14 2:14 
QuestionWindows Store Apps And Desktop App Pin
Kishan Kumar27-Feb-14 1:45
Kishan Kumar27-Feb-14 1:45 
AnswerRe: Windows Store Apps And Desktop App Pin
Richard MacCutchan27-Feb-14 5:51
mveRichard MacCutchan27-Feb-14 5:51 
Question3-byte Unicode characters? Pin
Anthony Appleyard27-Feb-14 1:04
Anthony Appleyard27-Feb-14 1:04 
AnswerRe: 3-byte Unicode characters? Pin
Richard MacCutchan27-Feb-14 1:30
mveRichard MacCutchan27-Feb-14 1:30 
GeneralRe: 3-byte Unicode characters? Pin
Anthony Appleyard27-Feb-14 4:48
Anthony Appleyard27-Feb-14 4:48 
GeneralRe: 3-byte Unicode characters? Pin
Richard MacCutchan27-Feb-14 5:50
mveRichard MacCutchan27-Feb-14 5:50 
AnswerRe: 3-byte Unicode characters? Pin
jschell27-Feb-14 8:48
jschell27-Feb-14 8:48 
GeneralRe: 3-byte Unicode characters? Pin
Anthony Appleyard27-Feb-14 10:19
Anthony Appleyard27-Feb-14 10:19 

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.