You can try to create a window with WIncreateOffscreenWindow
and use its allocated memory as your own using

UInt8 *mem = (UInt8 *)(BmpGetBits(WinGetBitmap(myWinHandle)));

i use this in my port of ScummVM for cli� and it work fine for me.
But i don't know the maximum size you can use for a window.

----Original Message Follows----
From: [EMAIL PROTECTED]
Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Subject: Macintosh Emulator for PalmOS
Date: Fri, 22 Nov 2002 13:06:48 +1100


I would like to know what people think of this idea. I have started porting mini
vMac to PalmOS but ran into trouble allocating the memory (i need atleast 1MB).
Anyways if anyone has any ideas on some ways around the memory limit - or
ideas for the emulator itself please let me know.


Thank you

Peter Godwin

--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/


_________________________________________________________________
MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp


--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to