Click here to Skip to main content
16,005,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalwhatif (ptr = malloc ( nSize ) ) == NULL Pin
Mike Doner23-Jan-02 6:25
Mike Doner23-Jan-02 6:25 
GeneralRe: whatif (ptr = malloc ( nSize ) ) == NULL Pin
Joaquín M López Muñoz23-Jan-02 10:24
Joaquín M López Muñoz23-Jan-02 10:24 
GeneralDouble Buffering vs. Private DC's Pin
Mark Lenz23-Jan-02 4:56
Mark Lenz23-Jan-02 4:56 
GeneralRe: Double Buffering vs. Private DC's Pin
Mark Lenz23-Jan-02 7:58
Mark Lenz23-Jan-02 7:58 
GeneralRe: Double Buffering vs. Private DC's Pin
Michael Dunn23-Jan-02 8:15
sitebuilderMichael Dunn23-Jan-02 8:15 
GeneralRe: Double Buffering vs. Private DC's Pin
Mark Lenz23-Jan-02 10:16
Mark Lenz23-Jan-02 10:16 
GeneralRe: Double Buffering vs. Private DC's Pin
Shog923-Jan-02 15:28
sitebuilderShog923-Jan-02 15:28 
GeneralRe: Double Buffering vs. Private DC's Pin
Michael Dunn23-Jan-02 19:24
sitebuilderMichael Dunn23-Jan-02 19:24 
So, you're still making a lot of GDI objects, since you repaint the controls often. First thing I'd suggest is to move the GDI objects so they're memeber variables of the control classes, so that you only create the objects once.
And btw, the problem doesn't appear on 2000 because NT doesn't have the 16-bit limitations that 9x does.

--Mike--
"COM didn't solve the old version of DLL hell - it just provided us with a new and improved version of hell."
  -- John Simmons, 1/22/2002
My really out-of-date homepage
Sonork - 100.10414 AcidHelm
Big fan of Alyson Hannigan.

GeneralRe: Double Buffering vs. Private DC's Pin
Mark Lenz23-Jan-02 11:22
Mark Lenz23-Jan-02 11:22 
GeneralCDROM Information Pin
Adrian Metcalfe23-Jan-02 4:42
Adrian Metcalfe23-Jan-02 4:42 
GeneralRe: CDROM Information Pin
moliate23-Jan-02 15:29
moliate23-Jan-02 15:29 
GeneralAFX_EXT_CLASS no assure export Pin
Franck George23-Jan-02 4:25
Franck George23-Jan-02 4:25 
GeneralRe: AFX_EXT_CLASS no assure export Pin
Joao Vaz23-Jan-02 4:43
Joao Vaz23-Jan-02 4:43 
GeneralRe: AFX_EXT_CLASS no assure export Pin
Joao Vaz23-Jan-02 4:46
Joao Vaz23-Jan-02 4:46 
GeneralRe: AFX_EXT_CLASS no assure export Pin
Member 18414215-Jul-10 0:23
Member 18414215-Jul-10 0:23 
GeneralPLEASE Help URGENT Pin
Sonu Kapoor23-Jan-02 4:11
Sonu Kapoor23-Jan-02 4:11 
GeneralVisual C++ & OpenGL Pin
Rajveer23-Jan-02 3:16
Rajveer23-Jan-02 3:16 
QuestionIs MFC thread-safe? DialogBar with DLGTEMPL? Pin
HintiFlo23-Jan-02 2:21
HintiFlo23-Jan-02 2:21 
GeneralOnInitDialog called in Release, but not in Debug! Pin
Jonnie White23-Jan-02 0:50
Jonnie White23-Jan-02 0:50 
GeneralRe: OnInitDialog called in Release, but not in Debug! Pin
Alvaro Mendez23-Jan-02 9:37
Alvaro Mendez23-Jan-02 9:37 
GeneralRe: OnInitDialog called in Release, but not in Debug! Pin
Shog923-Jan-02 15:38
sitebuilderShog923-Jan-02 15:38 
GeneralRe: OnInitDialog called in Release, but not in Debug! Pin
Jonnie White24-Jan-02 0:21
Jonnie White24-Jan-02 0:21 
GeneralRegisterClass() in 98.. Pin
Neha23-Jan-02 0:51
Neha23-Jan-02 0:51 
GeneralRe: RegisterClass() in 98.. Pin
Michael P Butler23-Jan-02 0:53
Michael P Butler23-Jan-02 0:53 
QuestionHow to configure STLPort ? Pin
Ravish23-Jan-02 0:48
Ravish23-Jan-02 0:48 

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.