|
-
April 29th, 1999, 02:26 AM
#1
GDI Resources in WIN9x
Hi,
in our application we use a lot of BITMAPS in
a catalog. NT has no problems with this, but
WIN9x loses GDI-Resources.
I only uses CDC pointer from the OnPaint-functions in my own functions like this:
..::OnPaint(..)
{
CPaintDC dc(this); // device context for
DoStuff(&dc,...);
}
..: oStuff(CDC *pDC,..)
{
}
has someone a idea how to solve this problem ?
Thanks in advance,
Reinhard
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|