The issues only concerns the linker. Constructor works with any combination.

1) My old project resource in CW8, linked without problem:

   xyz.rsrc (4k) in source folder
   xyz.rscr (120k) in hidden RESOURCE.FRK folder inside the source folder

 note: the 120k files is the _real_ file that contains latest resource,
       the 4k file is an ancient version (that's why some bitmaps are not
there.)

2) I upgrade the project to CW9, and CW9 linked the 4k
   .rsrc instead of the 120k .rsrc

   then I filed my first error report.

3) To fix:

   a) I delete the 4k xyz.rsrc file
   b) Create a 0-byte xyz.rsrc in the same folder of the original 4k file

   then the CW9 linker links the correct (120k) resource file.

4) now:

   xyz.rsrc (0-byte) in source folder
   xyz.rscr (120k) in hidden RESOURCE.FRK folder inside the source folder


horace

"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:107323@palm-dev-forum...

At 23:08 2003-1-2 -0800, you wrote:

If I got any of these steps wrong, please let me know.  We adjusted how the
Mac OS linker imports resources slightly in order to solve some link
errors, so its possible we loosened the behavior too much, leading to
errors like this.




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

Reply via email to