 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Nils Boedeker Guest
|
Posted: Thu Sep 21, 2006 1:56 am Post subject: TBitmap/Handle independent Graphic Lib |
|
|
Hi
I looking for a TBitmap (Handle) independent graphic lib.
I like to use this in an ISAPI application and with handle/tbitmap based
graphics I have ressouren problems with multitasking access under heavy
load.
Nils Bödeker |
|
| Back to top |
|
 |
David M Guest
|
Posted: Fri Sep 22, 2006 8:12 am Post subject: Re: TBitmap/Handle independent Graphic Lib |
|
|
You could have a look at Graphics32, but I have no idea whether it would
suit your needs. (As far as I know it doesn't use any Windows API stuff
under the hood, so no handles, but I've never used it.) But I think if
you're running out of handles it may indicate a more serious problem, and
changing libraries might hide it rather than solve it.
To see if you're leaking handles, try running Process Explorer
(sysinternals.com) while your app is running and watch the handle count. It
should stay roughly the same (ie if it goes up, it should go down again.)
If it steadily goes up, you're probably leaking them. (Check any places you
use Win32 calls on your bitmaps instead of VCL wrapper calls.) Even one
leak can cause problems over time.
David
"Nils Boedeker" <nils.boedeker.support@t-online.de> wrote in message
news:4511aaf4 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi
I looking for a TBitmap (Handle) independent graphic lib.
I like to use this in an ISAPI application and with handle/tbitmap based
graphics I have ressouren problems with multitasking access under heavy
load.
Nils Bödeker |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|