开发者

Expand heap size or allocate seperate heap for different Forms in .netCF

开发者 https://www.devze.com 2023-02-24 00:38 出处:网络
I\'m working on an internal image viewer for an application, and some of the images that I\'m loading up can be pretty big.

I'm working on an internal image viewer for an application, and some of the images that I'm loading up can be pretty big.

I read a wonderful article about loading big ima开发者_开发知识库ges (Thanks Chris!), but since it's internal to another application, it usually won't start with enough memory to allocate a buffer image large enough for the visible portion of the image. It runs in a different Form (one that is full screen w/o the startbar and the notification bar, where as the application Form has both) and so I would like to know if there is any way to allocate a heap specific for that Form that is seperate from the other? Or is there any way that I can expand the heap beyond 32mb?

Thanks for any help!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号