Click here to Skip to main content
15,897,334 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to use CHtmlEditView in MFC? Pin
sunnyram22-Apr-10 21:59
sunnyram22-Apr-10 21:59 
GeneralRe: how to use CHtmlEditView in MFC? Pin
CPallini22-Apr-10 22:10
mveCPallini22-Apr-10 22:10 
GeneralRe: how to use CHtmlEditView in MFC? Pin
Richard MacCutchan22-Apr-10 22:49
mveRichard MacCutchan22-Apr-10 22:49 
QuestionRe: how to use CHtmlEditView in MFC? Pin
David Crow23-Apr-10 3:38
David Crow23-Apr-10 3:38 
Questionfile operations very slow Pin
permutations22-Apr-10 17:10
permutations22-Apr-10 17:10 
AnswerRe: file operations very slow Pin
Gwenio22-Apr-10 17:52
Gwenio22-Apr-10 17:52 
GeneralRe: file operations very slow Pin
permutations23-Apr-10 4:21
permutations23-Apr-10 4:21 
AnswerRe: file operations very slow Pin
Stephen Hewitt22-Apr-10 20:56
Stephen Hewitt22-Apr-10 20:56 
GeneralRe: file operations very slow Pin
permutations23-Apr-10 4:25
permutations23-Apr-10 4:25 
AnswerRe: file operations very slow Pin
permutations23-Apr-10 4:53
permutations23-Apr-10 4:53 
GeneralRe: file operations very slow Pin
Chris Losinger23-Apr-10 5:17
professionalChris Losinger23-Apr-10 5:17 
GeneralRe: file operations very slow Pin
permutations23-Apr-10 14:36
permutations23-Apr-10 14:36 
AnswerRe: file operations very slow Pin
permutations23-Apr-10 6:28
permutations23-Apr-10 6:28 
QuestionNeed help from freelancer turning a Firefox add-on into an IE extension Pin
marshallg22-Apr-10 10:35
marshallg22-Apr-10 10:35 
AnswerRe: Need help from freelancer turning a Firefox add-on into an IE extension Pin
«_Superman_»22-Apr-10 11:22
professional«_Superman_»22-Apr-10 11:22 
GeneralRe: Need help from freelancer turning a Firefox add-on into an IE extension Pin
Stephen Hewitt22-Apr-10 13:48
Stephen Hewitt22-Apr-10 13:48 
GeneralRe: Need help from freelancer turning a Firefox add-on into an IE extension Pin
«_Superman_»22-Apr-10 18:15
professional«_Superman_»22-Apr-10 18:15 
GeneralRe: Need help from freelancer turning a Firefox add-on into an IE extension Pin
Stephen Hewitt22-Apr-10 20:53
Stephen Hewitt22-Apr-10 20:53 
QuestionCalling COM from C [modified] Pin
Fayu22-Apr-10 10:19
Fayu22-Apr-10 10:19 
AnswerRe: Calling COM from C Pin
Gwenio22-Apr-10 10:50
Gwenio22-Apr-10 10:50 
AnswerRe: Calling COM from C Pin
Richard MacCutchan22-Apr-10 11:09
mveRichard MacCutchan22-Apr-10 11:09 
QuestionGetting absolute address of variable in memory Pin
chapultec22-Apr-10 10:10
chapultec22-Apr-10 10:10 
AnswerRe: Getting absolute address of variable in memory Pin
Gwenio22-Apr-10 11:01
Gwenio22-Apr-10 11:01 
It would seem that like most modern operating systems, the one you are using makes use of paging; therefore all addresses are fake. Therefore it can load them to diffrent real addresses, and tell the program it is at the address it was meant to run at (all programs are compiled to run at a specific base address).
GeneralRe: Getting absolute address of variable in memory Pin
chapultec22-Apr-10 14:23
chapultec22-Apr-10 14:23 
GeneralRe: Getting absolute address of variable in memory Pin
CPallini22-Apr-10 21:57
mveCPallini22-Apr-10 21:57 

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.