Hello Sally,

BTW, if I'm not mistaken, the Palm OS 3.5 SDK includes a linker plugin that
fixes the error message, although admittedly not the cause of the error
message (debugger fails to connect to the emulator).

My guess as to how 'a little more code' causes the failed connection is that
you've exceeded the 64K per segment limit. The acid test for this is to try
to install the PRC manually, either onto the emulator or via HotSync onto
the device. If either one refuses to install it (you will get an error) then
you have hit this problem. If that is the case you will need to convert your
app into a multi-segment application. Check out the Targeting Palm OS docs,
page 47 for more information.

Rgds,
Jun-Kiat Lam
Metrowerks Technical Support

----- Original Message -----
From: "Sally-Anne Palmer" <[EMAIL PROTECTED]>
Newsgroups: emulator-forum,palm-dev-forum
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Monday, February 21, 2000 5:00 PM
Subject: Emulator Error Help Needed


> Hi,
>
> I know there has been discussion recently on the list about the BDWM error
> when using POSE with Codewarrior 6.  I've come across this error as
> described in this discussion.  However I was wondering if there was any
case
> when Codewarrior would throw this error other then those cases described
in
> the discussion.
>
> I have been writing an application and all was going fine and I had got my
> first section compiling and running on the emulator.  I went to link in a
> new command section in and my program compiles and links fine but when I
got
> to run it I get the BDWM error.  Originally I though this was just another
> case of have to close Codewarrior and the emulator and start again which
> works in other cases but.  This did not work.  It will not download the
prc
> file.
>
> Then oddly if in the same session (after getting the BDWM register key not
> found error) if I take that line out of the code it compiles and links and
> will then download the prc file and work.  Then if I re add the line it
> won't download, and I can keep repeating this process and the emulator
will
> run the app without the line but not with that line.  This is what leads
me
> to believe it not a case of the ordinary BDWM error.
>
> Has any body got any possible ideas at what the problem is?  I completely
> stumped and if I can't get this fixed I'm going to have a serious problem.
>
> thanks,
>
> Sally-Anne.
>
>
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palm.com/devzone/mailinglists.html
>


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to