Re: CW9 skips bitmaps in .rsrc

2003-01-03 Thread Ben Combee
At 23:08 2003-1-2 -0800, you wrote: The problem is solved. When I tried to create an empty CW9 (as I have no problem of building new project from CW9 so far) and migrate my code and resource to the empty project, I found the zero byte .rsrc is 4k is size! Constructor opens the proper .rsrc file

Re: CW9 skips bitmaps in .rsrc

2003-01-03 Thread Horace Ho
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

CW9 skips bitmaps in .rsrc

2003-01-02 Thread Horace Ho
Converted a previous CW8 project automatically into CW9. CW9 compiles and link without any error. However, when I load the .prc in the Simulator/Emulator, the 256 icon is not shown, only the bw one is shown. Then I just ran the app. Crashed. Later I found that the .prc file size is

Re: CW9 skips bitmaps in .rsrc

2003-01-02 Thread Horace Ho
The problem is solved. When I tried to create an empty CW9 (as I have no problem of building new project from CW9 so far) and migrate my code and resource to the empty project, I found the zero byte .rsrc is 4k is size! Constructor opens the proper .rsrc file in the hidden Resource.frk folder.