Re: Application size too large emulator is not loading prc File

2008-05-28 Thread Dave Lippincott
http://oasis.palm.com/dev/kb/faq/1848.cfm
http://oasis.palm.com/dev/kb/faq/1486.cfm
http://oasis.palm.com/dev/kb/faq/1418.cfm

Maybe you should try the smart code model.

- Original Message - 
From: amit saini [EMAIL PROTECTED]
To: Palm Developer Forum palm-dev-forum@news.palmos.com
Sent: Friday, October 20, 2000 9:50 AM
Subject: Re: Application size too large emulator is not loading prc File




-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: Application size too large emulator is not loading prc File

2008-05-28 Thread Dave Lippincott
You may need to break up your function into smaller chunks.  Your function
may be exceeding the max chunk size.

- Original Message -
From: amit saini [EMAIL PROTECTED]
To: Palm Developer Forum palm-dev-forum@news.palmos.com
Cc: [EMAIL PROTECTED]
Sent: Friday, October 20, 2000 4:54 AM
Subject: Application size too large emulator is not loading prc File


 Hi everybody,
   My Problem is that Emulator is not loading
 executable file and giving Error as Follows
   Error
  out of memmory occured while installing recource
 code it is possible that size of recource is larger
 than the currently allowed maximum of 65505.


 I have already converted our application from
 small to large project so I guess may be the problem
 is with huge size of recources taken up by the
 Application.If I comment  around 100 lines from
 our code then emulator excepts the file.

 Please Help me.
 Thanks
 [EMAIL PROTECTED]



 __
 Do You Yahoo!?
 Yahoo! Messenger - Talk while you surf!  It's FREE.
 http://im.yahoo.com/

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




-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


RE: Application size too large emulator is not loading prc File

2000-10-23 Thread Heather Tufts

I tried the smart code model but its giving the
 compiletime Error
 saying the code in the end is not referenced .
 Do u any body who has worked on large project earlier
 if yes please give me his contact .

Lots of people have worked on large projects (greater than 64K, split into
multiple segments).  You will have to convert your project to a
multi-segment app if yours is bigger than 64K now.  If you are using
CodeWarrior, check out pages 47-49 and 51 of the Targeting PalmOS manual
that came in your box to see how to convert your application to a
multi-segment app.  If you aren't, check the archives (see the bottom of
page http://www.palmos.com/dev/tech/support/forums/) for information about
multi-segment apps in other environments.

-hkmlt

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



Re: Application size too large emulator is not loading prc File

2000-10-20 Thread Dave Lippincott

You may need to break up your function into smaller chunks.  Your function
may be exceeding the max chunk size.

- Original Message -
From: "amit saini" [EMAIL PROTECTED]
To: "Palm Developer Forum" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, October 20, 2000 4:54 AM
Subject: Application size too large emulator is not loading prc File


 Hi everybody,
   My Problem is that Emulator is not loading
 executable file and giving Error as Follows
   Error
  "out of memmory occured while installing recource
 code it is possible that size of recource is larger
 than the currently allowed maximum of 65505".


 I have already converted our application from
 small to large project so I guess may be the problem
 is with huge size of recources taken up by the
 Application.If I comment  around 100 lines from
 our code then emulator excepts the file.

 Please Help me.
 Thanks
 [EMAIL PROTECTED]



 __
 Do You Yahoo!?
 Yahoo! Messenger - Talk while you surf!  It's FREE.
 http://im.yahoo.com/

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



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



Re: Application size too large emulator is not loading prc File

2000-10-20 Thread amit saini

Hi ,

  Can u explain things in detail . and where can I
find the solution .If  problem is of large function
then why its working when I comment any part of code
with approx 100 lines.
Please Help me Ihave got stuck up.
Looking forward to ur Mail
Thanks 
Amit Saini


--- Dave Lippincott [EMAIL PROTECTED] wrote:
 You may need to break up your function into smaller
 chunks.  Your function
 may be exceeding the max chunk size.
 
 - Original Message -
 From: "amit saini" [EMAIL PROTECTED]
 To: "Palm Developer Forum"
 [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Friday, October 20, 2000 4:54 AM
 Subject: Application size too large emulator is not
 loading prc File
 
 
  Hi everybody,
My Problem is that Emulator is not loading
  executable file and giving Error as Follows
Error
   "out of memmory occured while installing recource
  code it is possible that size of recource is
 larger
  than the currently allowed maximum of 65505".
 
 
  I have already converted our application from
  small to large project so I guess may be the
 problem
  is with huge size of recources taken up by the
  Application.If I comment  around 100 lines from
  our code then emulator excepts the file.
 
  Please Help me.
  Thanks
  [EMAIL PROTECTED]
 
 
 
  __
  Do You Yahoo!?
  Yahoo! Messenger - Talk while you surf!  It's
 FREE.
  http://im.yahoo.com/
 
  --
  For information on using the Palm Developer
 Forums, or to unsubscribe,
 please see
 http://www.palmos.com/dev/tech/support/forums/
 
 
 
 -- 
 For information on using the Palm Developer Forums,
 or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/


__
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/

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



Re: Application size too large emulator is not loading prc File

2000-10-20 Thread Dave Lippincott

http://oasis.palm.com/dev/kb/faq/1848.cfm
http://oasis.palm.com/dev/kb/faq/1486.cfm
http://oasis.palm.com/dev/kb/faq/1418.cfm

Maybe you should try the smart code model.

- Original Message - 
From: "amit saini" [EMAIL PROTECTED]
To: "Palm Developer Forum" [EMAIL PROTECTED]
Sent: Friday, October 20, 2000 9:50 AM
Subject: Re: Application size too large emulator is not loading prc File



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