"Eric W. Sirko" <[EMAIL PROTECTED]> wrote in message
news:70280@palm-dev-forum...
>
> I'm having trouble using the DATA object definition.  My .rcp file
looks
> like this:
>
> DATA "data" ID 1 "0493.pcx"
>
> During the build process, the PilRC plugin seems to go into an
infinite
> loop -- the build never ends and I have to invoke the Task Manager to
stop
> CodeWarrior.
>
> If I change the file name to something invalid (i.e. a file name that
> doesn't exist), then the build crashes CodeWarrior immediately.  I
think
> I've set up the File Mapping stuff correctly; I can successfully use
the
> BITMAPGREY object definition.  I am using the Windows plugin 2.8p7c,
with
> CW7, on Windows 2000.
>
> Anybody see anything like this before?

Very odd.  I've not verified this yet -- how large is the PCX file
you're reading in here?

You can duplicate this functionality without the PilRC plugin using your
own .r file.  Just make one with the line

    read 'data' (1) "0493.pcx";

This should match the output that the PilRC plugin would make for that.
The plugin might also just read the file and output hex -- I don't
remember its behavior, but either Neil Rhodes or I will try to look at
it soon.



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

Reply via email to