Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC using Visual C++ Pin
Iceberg7621-Apr-04 12:41
Iceberg7621-Apr-04 12:41 
GeneralRe: MFC using Visual C++ Pin
Christian Graus21-Apr-04 12:56
protectorChristian Graus21-Apr-04 12:56 
GeneralLoading OEM Icon's into a Dialog Template Pin
armentage21-Apr-04 6:48
armentage21-Apr-04 6:48 
GeneralRe: Loading OEM Icon's into a Dialog Template Pin
David Crow21-Apr-04 7:43
David Crow21-Apr-04 7:43 
GeneralRecommendation Pin
doctorpi21-Apr-04 6:29
doctorpi21-Apr-04 6:29 
GeneralRe: Recommendation Pin
David Crow21-Apr-04 7:40
David Crow21-Apr-04 7:40 
GeneralRe: Recommendation Pin
doctorpi21-Apr-04 12:34
doctorpi21-Apr-04 12:34 
GeneralRe: Recommendation Pin
Christian Graus21-Apr-04 12:58
protectorChristian Graus21-Apr-04 12:58 
First of all, you can use GDI+ without using .NET, you can use it in C++ so long as you are using VC++7, or you have a recent SDK installed.

Secondly, if you're running out of graphics resources, no library will help you. The problem is almost certainly that you're leaking resources in your code, and the best a library can do is automatically handle ( and then clean up ) the errors that you have been making. That is to say, it may solve the problem, but it would be better for you to work out what is causing it instead.


Christian

I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
GeneralRe: Recommendation Pin
doctorpi22-Apr-04 0:53
doctorpi22-Apr-04 0:53 
GeneralRe: Recommendation Pin
Christian Graus22-Apr-04 11:55
protectorChristian Graus22-Apr-04 11:55 
GeneralDoes DDK "install sample" work? [src:%ddkroot%\src\setup\install] Pin
Behzad Ebrahimi21-Apr-04 5:57
Behzad Ebrahimi21-Apr-04 5:57 
GeneralRe: Does DDK "install sample" work? [src:%ddkroot%\src\setup\install] Pin
Mike Dimmick21-Apr-04 6:06
Mike Dimmick21-Apr-04 6:06 
GeneralRe: Does DDK "install sample" work? [src:%ddkroot%\src\setup\install] Pin
Behzad Ebrahimi24-Apr-04 3:07
Behzad Ebrahimi24-Apr-04 3:07 
GeneralRe: Does DDK "install sample" work? [src:%ddkroot%\src\setup\install] Pin
tareqsiraj21-Apr-04 6:14
tareqsiraj21-Apr-04 6:14 
GeneralButton Bitmaps Pin
mavgoose21-Apr-04 5:53
mavgoose21-Apr-04 5:53 
GeneralRe: Button Bitmaps Pin
RChin21-Apr-04 6:03
RChin21-Apr-04 6:03 
GeneralRe: Button Bitmaps Pin
VBZ21-Apr-04 21:07
VBZ21-Apr-04 21:07 
GeneralRe: Button Bitmaps Pin
toxcct21-Apr-04 6:13
toxcct21-Apr-04 6:13 
GeneralRe: Button Bitmaps Pin
David Crow21-Apr-04 8:16
David Crow21-Apr-04 8:16 
GeneralUpload file without file-selection field Pin
intelligent21-Apr-04 5:33
intelligent21-Apr-04 5:33 
GeneralCapture KeyPress event of CRichEditCtrl Pin
Chauhan Chirag21-Apr-04 4:52
Chauhan Chirag21-Apr-04 4:52 
GeneralRe: Capture KeyPress event of CRichEditCtrl Pin
Iain Clarke, Warrior Programmer21-Apr-04 5:42
Iain Clarke, Warrior Programmer21-Apr-04 5:42 
GeneralRe: Capture KeyPress event of CRichEditCtrl Pin
Chauhan Chirag21-Apr-04 7:22
Chauhan Chirag21-Apr-04 7:22 
GeneralProgramme is bad. Pin
Alikasb21-Apr-04 4:43
Alikasb21-Apr-04 4:43 
GeneralRe: Programme is bad. Pin
Ravi Bhavnani21-Apr-04 4:44
professionalRavi Bhavnani21-Apr-04 4:44 

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.