Click here to Skip to main content
15,891,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalusing OpenDocumentFile( ) to open series if bimaps Pin
mr20036-Jul-01 8:47
mr20036-Jul-01 8:47 
GeneralRe: using OpenDocumentFile( ) to open series if bimaps Pin
Ben Burnett6-Jul-01 13:48
Ben Burnett6-Jul-01 13:48 
GeneralDll Class Export Problem Pin
6-Jul-01 7:54
suss6-Jul-01 7:54 
GeneralRe: Dll Class Export Problem Pin
Oscar Londono6-Jul-01 8:01
Oscar Londono6-Jul-01 8:01 
GeneralRe: Dll Class Export Problem Pin
6-Jul-01 8:38
suss6-Jul-01 8:38 
GeneralRe: Dll Class Export Problem Pin
6-Jul-01 12:20
suss6-Jul-01 12:20 
GeneralRe: Dll Class Export Problem Pin
Pavlos Touboulidis6-Jul-01 14:16
Pavlos Touboulidis6-Jul-01 14:16 
GeneralRe: Dll Class Export Problem Pin
6-Jul-01 14:54
suss6-Jul-01 14:54 
Just a hunch, but apparently your resources involve GDI objects? Bitmaps? Are you sure your cleanup is not doing a DeleteObject call on something still selected into the DC? When you remove the virtual from the destructor, that chain is broken and the gdi object is not deleted, hence, no crash, just a leak. You wouldn't be the first person to be bit by that.
QuestionPopup menus without MFC? Pin
6-Jul-01 6:13
suss6-Jul-01 6:13 
AnswerRe: Popup menus without MFC? Pin
Tomasz Sowinski6-Jul-01 6:33
Tomasz Sowinski6-Jul-01 6:33 
GeneralRe: Popup menus without MFC? Pin
6-Jul-01 8:25
suss6-Jul-01 8:25 
QuestionHow can I convert a LOGFONT's lfHeight into a CHARFORMAT's yHeight without a handle to a dc? Pin
Bart-Man6-Jul-01 6:02
Bart-Man6-Jul-01 6:02 
Generalquestion about memory allocation in win32 dll Pin
Jim Howard6-Jul-01 6:01
Jim Howard6-Jul-01 6:01 
GeneralRe: question about memory allocation in win32 dll Pin
Tomasz Sowinski6-Jul-01 6:40
Tomasz Sowinski6-Jul-01 6:40 
GeneralRe: question about memory allocation in win32 dll Pin
Jim Howard6-Jul-01 6:58
Jim Howard6-Jul-01 6:58 
GeneralRe: question about memory allocation in win32 dll Pin
Tomasz Sowinski6-Jul-01 7:07
Tomasz Sowinski6-Jul-01 7:07 
GeneralRe: question about memory allocation in win32 dll Pin
Jim Howard6-Jul-01 8:20
Jim Howard6-Jul-01 8:20 
GeneralFollowup to : question about memory allocation in win32 dll Pin
Jim Howard6-Jul-01 8:59
Jim Howard6-Jul-01 8:59 
GeneralWindow 2000 COM issue (maybe) Pin
Chris Klecker6-Jul-01 5:54
Chris Klecker6-Jul-01 5:54 
GeneralDrag and drop Pin
Kevnar6-Jul-01 5:52
Kevnar6-Jul-01 5:52 
GeneralRe: Drag and drop Pin
Tomasz Sowinski6-Jul-01 6:07
Tomasz Sowinski6-Jul-01 6:07 
Generalstl algorithms Pin
6-Jul-01 4:47
suss6-Jul-01 4:47 
GeneralRe: stl algorithms Pin
Chris Losinger6-Jul-01 5:07
professionalChris Losinger6-Jul-01 5:07 
GeneralRe: stl algorithms Pin
markkuk8-Jul-01 20:52
markkuk8-Jul-01 20:52 
GeneralUnzip a file through VC++ Pin
6-Jul-01 4:01
suss6-Jul-01 4:01 

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.