Re: gdi+ question

2002-02-08 Thread Larry Hall (RFK Partners, Inc)
At 07:04 AM 2/8/2002, vipin aravind wrote: >The following code snippet is failing when I use >local variable for Pen and Graphics instead of >dynamically allocating them. Can someone help me out with a reason? Perhaps but I implore anyone who does wish to help to take i

gdi+ question

2002-02-08 Thread vipin aravind
The following code snippet is failing when I use local variable for Pen and Graphics instead of dynamically allocating them. Can someone help me out with a reason? StartDoc(dlg.hDC, &di); StartPage(dlg.hDC); GdiplusStartup(&gdiplusToken, &gdiplusStartupInput