Re: GDI+ newbye

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: jh_Zzz (jh_Zzz_at_hotmail.com)
Date: 10/19/04


Date: Tue, 19 Oct 2004 16:03:06 +0800

I did met the same problem, after comment below lines in the cpp file is ok.

#ifdef _DEBUG
#define new DEBUG_NEW

Regards
Jack

"Mojo" <MojosHouse@wanadoo.fr>
??????:bhk5n0tokla8luiumfq5bfi5b52dur469a@4ax.com...
> I'm trying to use GDI+ in a MFC applcation, and have troubles
> creating an Image.
> When I do this:
> Image *Image_draw=new Image(FileName);
> The compiler tells me:
> error C2660:the compiler doen't need 3 parameters.
>
> Does someone have an idea?



Relevant Pages

  • Re: instantiation point discussion
    ... Or buy the full compiler. ... code to a cpp file, compile it with /FAsc, and look at the resulting .cod ... Tim Roberts, timr@xxxxxxxxx ...
    (microsoft.public.vc.language)
  • Re: Very basic question
    ... > Yes, of course, it would be very hard to write programs in seperate files ... one cpp file within the other I got lots of errors because I used the same ... the compiler *guess* that there must be a b.cpp if there is a b.h? ... Regards, ...
    (comp.lang.cpp)
  • Re: Full path to src in a static library
    ... Oleg Starodumov wrote: ... to the .cpp file that was passed to the compiler. ... Best Regards ...
    (microsoft.public.vc.debugger)
  • Re: report with lines
    ... Any advice on how to use GDI+ or where to start looking. ... But now I've changed the textbox in the report ...
    (microsoft.public.fox.programmer.exchange)
  • Re: report with lines
    ... Regards ... Any advice on how to use GDI+ or where to start looking. ... The only alternative I can think of is to use a Report Listener that does some monitoring to figure out where the last line was drawn, and then use GDI+ to manually draw the extra lines on the page to fill up to the footer band. ... "christophe" wrote in message ...
    (microsoft.public.fox.programmer.exchange)