A quick glance at the reference shows there are only two error codes (errNone is a success):
sysErrParamErr sysErrNoFreeResource The sysErrorClass is 0x500 or 1280 and sysErrNoFreeResource is the 3rd error... we have a winner. Take a look at SystemMgr.h for the system errors. Hope that helps, Aaron -----Original Message----- From: Jeremy Swanson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 5:13 PM To: Palm Developer Forum Subject: RE: Palm offscreen windows When I call the following... m_windowHandle = WinCreateOffscreenWindow (320, 640, genericFormat, &result); result contains error code 1283 and m_windowHandle = NULL. What am I doing wrong? -----Original Message----- From: %%email.bounce%% [mailto:%%email.bounce%%] On Behalf Of Harald Schlangmann Sent: Wednesday, July 25, 2007 7:02 PM To: Palm Developer Forum Subject: RE: Palm offscreen windows Yes, that works. Take care of your heap memory. Kind regards, Harald No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.10.19/917 - Release Date: 7/25/2007 1:16 AM -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/ -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
