Click here to Skip to main content
15,887,585 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
I think I may have a clue what's causing this...

I'm developing the program with VS2008 on the Windows 7 machine, but I'm maintaining compatibility with VC++6 on an XP machine because I want to compile the release version there. This is a commercial program for home users, and my customers will mostly be running XP. I don't want to statically compile MFC, and I don't want to make them go get updated DLLs.

On the XP machine, there is no delay in the file open dialog. It's just on the Windows 7 machine. I think this is because the common file dialog has been superceded on Vista and later:

http://msdn.microsoft.com/en-us/library/ms646927(VS.85).aspx[^]

I'll try switching to GetOpenFileName. If that's faster on Windows 7, then maybe I can use precompiler directives to use GetOpenFileName on Vista or later.
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 
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 
AnswerRe: Getting absolute address of variable in memory Pin
Stephen Hewitt22-Apr-10 13:58
Stephen Hewitt22-Apr-10 13:58 
GeneralRe: Getting absolute address of variable in memory Pin
chapultec22-Apr-10 14:33
chapultec22-Apr-10 14:33 

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.