Re: error - bad size for resource file

2008-05-28 Thread Shay
at [EMAIL PROTECTED] wrote: At 12:00am -0700 00-08-24, Palm Developer Forum digest wrote: Subject: error - bad size for resource file From: Shay [EMAIL PROTECTED] Date: Wed, 23 Aug 2000 12:16:18 +0200 X-Message-Number: 11 Hi, i want to include another resource in my codewarrior project

error - bad size for resource file

2008-05-28 Thread Shay
Hi, i want to include another resource in my codewarrior project, and i get link error : unexpected error #32. bad size for resource file. i've got a warning too - ignored duplicate resource ... (16400) but i read to just ignored it. what to do about the link error ? shay

how the link establish with resource file...?

2008-03-10 Thread karthik
resource file, please explain me the process. Thanks Regards, karthik -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Resource file conversion

2007-06-26 Thread parimala
There is no need to switch linkers just for multiple segment support unless what you need to divide is a PNO or other resources and you're relying on the SBIN splitting that the Palm OS Linker does. Thanks for your reply. I tried converting my application into multisegments without changing the

Re: Resource file conversion

2007-06-26 Thread parimala
Might be a problem in your settings. Try creating a new project using the wizard. Try compiling it. See if you still have the problem. The wizard seems to do the job. I was trying to change both the linker as well as the number of segments at one shot. I have let the linker be. Now I have a

Re: Resource file conversion

2007-06-22 Thread parimala
As for your problem, I never looked into it, but if you are using CW, a quick fix should be to create a new target whuch has only your Rsrc file, link it using the MAC linker, and include the output of that target into your main target, which will link with the Palm Linker. This can all be done

Re: Resource file conversion

2007-06-22 Thread Lionscribe
Might be a problem in your settings. Try creating a new project using the wizard. Try compiling it. See if you still have the problem. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Resource file conversion

2007-06-21 Thread parimala
I have been developing my application under the Macintosh 68k linker. Now that its size is exceeding the single segment limit, I need to convert it into multi segment. The prerequisite for doing so is that the linker is set to PalmOS 68k. This messes up my resource file, I've noticed. I first

Re: Resource file conversion

2007-06-21 Thread Lionscribe
First of all, there are a number of command-line tools that do a pretty good job with converting Rsrc files to RCP files. With a little work you can gain all the benefits of PilRC (like navigation and other objects). As for your problem, I never looked into it, but if you are using CW, a quick fix

Re: Resource file conversion

2007-06-21 Thread Ben Combee
. This messes up my resource file, I've noticed. There is no need to switch linkers just for multiple segment support unless what you need to divide is a PNO or other resources and you're relying on the SBIN splitting that the Palm OS Linker does. -- For information on using the ACCESS Developer

Custom Data in .RCP resource file.

2007-02-08 Thread Sagar Mody
Hi All, I'm interested in adding a Custom Data resource in my project with .RCP file as resource. I'm using Codewarrior 9.3. I usually create a .rsrc file using Constructor and use PilRC Designer to open the .rsrc file and save as .RCP file. I then use the so generated .RCP file in my project.

Re: Custom Data in .RCP resource file.

2007-02-08 Thread Neil Whitworth
Sagar Mody wrote: Hi All, I'm interested in adding a Custom Data resource in my project with .RCP file as resource. I'm using Codewarrior 9.3. I usually create a .rsrc file using Constructor and use PilRC Designer to open the .rsrc file and save as .RCP file. I then use the so generated .RCP

Re: Custom Data in .RCP resource file.

2007-02-08 Thread Sagar Mody
Hi, HEX type ID res_id 0x00 0x01 0x02 ... I Tried : HEX Hex Data ID HexData 0x53 0x61 0x67 0x61 0x72 0x00 DATA type ID res_id blob.bin I Tried : DATA Binary Data ID BinData icon-lg-8-d144.bmp This compiled well. But I try to get the same resource records by : hexMemH =

Re: Custom Data in .RCP resource file.

2007-02-08 Thread Michal Seliga
if you use HEX type ID HexData 0x53 0x61 0x67 0x61 0x72 0x00 you must use hexMemH = DmGetResource ('type', HexData); similar for DATA resource is found using type and id. so you must set same type as you are searching for. type is generally 32bit integer, but for simplicity it is usually

Re: Custom Data in .RCP resource file.

2007-02-08 Thread Borszczuk
Sagar Mody wrote: DATA Binary Data ID BinData icon-lg-8-d144.bmp This compiled well. But I try to get the same resource records by : hexMemH = DmGetResource (binaryGeneralRscType, HexData); You try to read data of type binaryGeneralRscType but your resource does not contain any data

RE: Buttons in resource file

2006-06-23 Thread Miro Pomsar
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Mohr Sent: Thursday, June 22, 2006 20:49 To: Palm Developer Forum Subject: Buttons in resource file Hi all, got a probably simple but (to me) unintuitive problem with graphical buttons.. I'm drawing buttons on a form which

RE: Buttons in resource file

2006-06-23 Thread Stefan Mohr
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miro Pomsar Sent: Friday, June 23, 2006 12:16 AM To: Palm Developer Forum Subject: RE: Buttons in resource file Hi, if thisButton is a bitmap family ( BITMAPFAMILYEX ), then PalmOS relies on the dimensions of the LOW DENSITY member. So

Buttons in resource file

2006-06-22 Thread Stefan Mohr
no longer able to open the resource file in PilRC so Im stuck coding by hand in CodeWarrior. I declare a button like this: BUTTON ID myButton AT ( 1 1 32 32 ) NONUSABLE NOFRAME BITMAPID thisButton SELECTEDBITMAPID thisButtonInverted GRAPHICAL The devices and sims Im using are all hi-res colour

Is it possible to draw a table without initializing it in the resource file?

2006-03-23 Thread sangita . dalei
Hi, Can you do me a favour? I am totaly new to palm os? So I just want to know whether it is possible to draw a table without initializing it in the resource file? Thanks Sangita -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http

Re: The resource file XYZMain.rsrc appears to be corrupt

2006-01-05 Thread Logan Shaw
Mike wrote: more Palm Constructor 1.9 horrors! the palm resource file for my app is corrupt (AGAIN). it opens with no resources and won't work until i restore from a backup. see how it looks when i open the file in attached GIF. my wish is to know why this is happening and how to prevent

Re: Resource file error in PODS

2005-05-28 Thread Ben Combee
At 10:44 PM 5/27/2005, you wrote: I am new to PODS. When I try to open Palm OS Resource Editor.exe or when I try to open the .xrd file, I get the following error The PALMOSRESOURCEEDITOR.EXE file is linked with missing export GDI32.DLL but that dll file is present in system path. I am using

Resource file error in PODS

2005-05-27 Thread moulieswaran e
I am new to PODS. When I try to open Palm OS Resource Editor.exe or when I try to open the .xrd file, I get the following error The PALMOSRESOURCEEDITOR.EXE file is linked with missing export GDI32.DLL but that dll file is present in system path. I am using Win98. Is it a problem with the OS?

Re: Resource file missing?

2004-04-28 Thread Ariel Ayala
Thanks for the reply Ben. It works!! Ariel Ayala Software Development Corrientes - Argentina - Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 9:18 PM Subject: Re: Resource file missing? At 05:51 PM 4/27

Resource file missing?

2004-04-27 Thread Ariel Ayala
Hi guys: I have an error that's driving me crazy! I hope someone can help me. I'm working with CW9 and Constructor 1.8. I have this (simplified) structure for the project: \Starter\Rsc\Starter.rsrc \Starter\Rsc\StarterRsc.h \Starter\Rsc\resource.frk\Starter.rsrc

Re: Resource file missing?

2004-04-27 Thread Ben Combee
At 05:51 PM 4/27/2004, you wrote: Hi guys: I have an error that's driving me crazy! I hope someone can help me. I'm working with CW9 and Constructor 1.8. I have this (simplified) structure for the project: \Starter\Rsc\Starter.rsrc \Starter\Rsc\StarterRsc.h

CW 9.3 - resource file

2004-03-01 Thread Vu Pham
I searched on eScribe and Google but still unlucky. After upgrading CW9.2 to 9.3, I get the following error when opening a project : Resource file error 207012 Unable to open project. The resource file could not be open. Anybody got

Re: CW 9.3 - resource file

2004-03-01 Thread Vu Pham
: Monday, March 01, 2004 9:51 AM Subject: CW 9.3 - resource file I searched on eScribe and Google but still unlucky. After upgrading CW9.2 to 9.3, I get the following error when opening a project : Resource file error 207012 Unable to open project. The resource file

RE: CW 9.3 - resource file

2004-03-01 Thread Muriph, Michael
To: Palm Developer Forum Subject: CW 9.3 - resource file I searched on eScribe and Google but still unlucky. After upgrading CW9.2 to 9.3, I get the following error when opening a project : Resource file error 207012 Unable to open project. The resource file could

Re: CW 9.3 - resource file

2004-03-01 Thread Vu Pham
- Original Message - From: Muriph, Michael [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, March 01, 2004 10:05 AM Subject: RE: CW 9.3 - resource file I am fairly new but I'll try an answer. Are you using rcp files or rsrc files If rsrc Make

Re: Unable to add Resource File to Project

2004-02-08 Thread Patrick Tuan
I'm not sure if this is the right answer to you, but I had a somewhat similar problem last nigh: The Palm 68K Linker target does not have a proper file mapping for .rsrc files. As you may know, Palm 68K Linker works entirely on .rcp/.ro files, whereas Mac 68K Linker uses .rsrc. Now you have two

Unable to add Resource File to Project

2004-02-07 Thread Ken Dwyer
no longer active) is the same as the one that I used on the Mac machine, and I can successfully add the resource to this target. But for some reason, I can't add the resource file to the new target. I checked the actual files and none of them are read only - in fact I can edit them in Constructor

Re: Unable to add Resource File to Project

2004-02-07 Thread Vu Pham
of the files back again from the original ones. Vu - Original Message - From: Ken Dwyer [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Saturday, February 07, 2004 8:38 AM Subject: Unable to add Resource File to Project Hi everyone, Earlier this week I had a problem moving

Re: Unable to add Resource File to Project

2004-02-07 Thread Ben Combee
At 08:38 AM 2/7/2004, you wrote: Earlier this week I had a problem moving resource files from Mac to Windows, and thanks to the advice I received on this forum, I learned how to move the files successfully. I can now open the files using Constructor in Windows, and edit them without any problems.

Resource file

2003-11-28 Thread Marianne
Hello all, I have received a resource file ( the one which we normally open with size 0KB) and its header file. But they forgot to include the resource.frk folder. They have gone on leave. Is there any way to recover the actual resource file ? Please help asap . Thanks in advance , Mariane

Re: Resource file

2003-11-28 Thread Michael Yam
Marianne [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello all, I have received a resource file ( the one which we normally open with size 0KB) and its header file. But they forgot to include the resource.frk folder. They have gone on leave. Is there any way to recover the actual

RE: What to do w/resource file greater than 64k?

2003-07-11 Thread Jeff Ishaq
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Combee Sent: Thursday, July 10, 2003 10:40 PM To: Palm Developer Forum Subject: RE: What to do w/resource file greater than 64k? With that said, I am baffled. Here's the problem I'm

RE: What to do w/resource file greater than 64k?

2003-07-10 Thread Ben Combee
dozen small bitmaps, that's about it), the problem isn't anything to do with the resource file? This is very odd. Turn of linker map file generation in the 68K Linker pref panel and look at the contents of the first code segment. It may be that you have inline or template code from other segments

What to do w/resource file greater than 64k?

2003-07-09 Thread Jeff Ishaq
I know, I know. You're not supposed to have a segment 64K, so if this happens, you convert your app to a multi-segmented app and move the .cpp files around until each segment has 64K in size, and there are no unresolved 16-bit references, etc. Been there, done that. Problem is, I have a

Re: What to do w/resource file greater than 64k?

2003-07-09 Thread Mark A. Peters
Assuming your graphics take the most space, one thing you can do is move bitmaps into separate resource files (as many as needed), and define a new build target for each one, placing those into segments as needed. As I recall, you have to include a dummy .c/.cpp file in each target containing one

Re: What to do w/resource file greater than 64k?

2003-07-09 Thread Ben Combee
At 04:03 PM 7/9/2003, Jeff Ishaq wrote: I know, I know. You're not supposed to have a segment 64K, so if this happens, you convert your app to a multi-segmented app and move the .cpp files around until each segment has 64K in size, and there are no unresolved 16-bit references, etc. Been there,

Re: What to do w/resource file greater than 64k?

2003-07-09 Thread Chris Tutty
within each resource file and there's no cross-file management tool (yet) but that's just a matter of choosing groups of numbers for each resource file. Chris Tutty -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: What to do w/resource file greater than 64k?

2003-07-09 Thread Jeff Ishaq
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Combee Sent: Wednesday, July 09, 2003 3:01 PM To: Palm Developer Forum Subject: Re: What to do w/resource file greater than 64k? At 04:03 PM 7/9/2003, Jeff Ishaq wrote: Problem is, I have

Re: Export and Import constructor resource file?

2002-09-03 Thread Henk Jonas
Is there any third party resource editor UltraEdit :-) Henk -- - [EMAIL PROTECTED] www.metaviewsoft.de A

Re: Export and Import constructor resource file?

2002-08-28 Thread Regis St-Gelais
Joe Malone [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] 4. Select File | Save Source from the menu. That way I loose all the names I gave to my resources :o( -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Export and Import constructor resource file?

2002-08-28 Thread Joe Malone
--- Regis St-Gelais [EMAIL PROTECTED] wrote: Joe Malone [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] 4. Select File | Save Source from the menu. That way I loose all the names I gave to my resources :o( If you saved your resource header file that constructor

Re: Export and Import constructor resource file?

2002-08-28 Thread Regis St-Gelais
and use MainForm, instead of 1000, after you do the conversion. So constructor does not save those names in its resource file, It read them back from the header file when you open a file?? I don't think so, the header file is an output file for constructor. Just rename or delete the header file

Re: Export and Import constructor resource file?

2002-08-28 Thread Ben Combee
So constructor does not save those names in its resource file, It read them back from the header file when you open a file?? Constructor saves the names in its resources. However, Constructor uses the Mac OS resource format, which allows naming resources. In the current CodeWarrior build

Export and Import constructor resource file?

2002-08-27 Thread Regis St-Gelais
Is there a way to export and import (in text format) a resource file created with constructor. Here is what I need to do: I want to change a lot of Bitmap family ID number that are used on many forms. There is no search and replace in constructor and simply changing a bitmap falimy ID number

Re: Export and Import constructor resource file?

2002-08-27 Thread Joe Malone
--- Regis St-Gelais [EMAIL PROTECTED] wrote: Is there a way to export and import (in text format) a resource file created with constructor. If you are using Windows... 1. Create a prc containing your resources (compile the app). 2. Download Regis Nicolas' PrcExplorer from http

Resource File Question with CW

2002-01-03 Thread Ralph Krausse
When I drop my first object on my form and save it using constructor, the res header file adds an entry like this (replace AppName with the applications real name) #define AppNameFormGroupID 0 for example: // Resource: tFRM 1000 #define MainForm

Re: Resource File Question with CW

2002-01-03 Thread Ben Combee
When I drop my first object on my form and save it using constructor, the res header file adds an entry like this (replace AppName with the applications real name) #define AppNameFormGroupID 0 group IDs are mainly used for push button controls. You group a set of push

Resource file created on a Mac to Windows

2001-08-09 Thread Leonardo G. Holanda
Hello, I have created a project on CodeWarrior Lite For MacOS and when I try to open the Starter.rsrc on CodeWarrior for Windows it has no resources, it's empty! Is there any format issues? Are they different? Do I have to use any tool to convert before transfering it to Windows? I have already

How to create new rsrc(resource file)?

2001-06-22 Thread Shoeb
Hi, Hey I'm not able to change the Starter.rsrc filename, can anyone help me ?? Also how to create new resource file (.rsrc) file to an existing project ? thanks regards Shoeb -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: How to create new rsrc(resource file)?

2001-06-22 Thread Santhosh
Hi To create a new resource file (.rsrc) all you need to do is start Constructor and click on the Menu File-New Project option . Thanks, Santhosh Shoeb [EMAIL PROTECTED] wrote in message news:53940@palm-dev-forum... Hi, Hey I'm not able to change the Starter.rsrc filename, can anyone

Re: How to create new rsrc(resource file)?

2001-06-22 Thread Ben Combee
Santhosh [EMAIL PROTECTED] wrote in message news:53962@palm-dev-forum... To create a new resource file (.rsrc) all you need to do is start Constructor and click on the Menu File-New Project option . To add to this, to rename an existing .rsrc file, on Windows, you need to rename both the 0

Converting CodeWarrior resource file into Pilrc resource file.

2001-01-10 Thread POS
Hi, Does it exist a tool for converting a .rsrc file (CodeWarrior resource file) into a .rcp file (Pilrc resource file)? If yes, where can I find it? /POS -- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Converting CodeWarrior resource file into Pilrc resource file.

2001-01-10 Thread Heather KML Tufts
Does it exist a tool for converting a .rsrc file (CodeWarrior resource file) into a .rcp file (Pilrc resource file)? If yes, where can I find it? I don't know of a way to convert a .rsrc file into a .rcp file. You can convert it to a .r file, and edit it as a text-based resource file

Re: Converting CodeWarrior resource file into Pilrc resource file.

2001-01-10 Thread Tilo Christ
Hi! Does it exist a tool for converting a .rsrc file (CodeWarrior resource file) into a .rcp file (Pilrc resource file)? If yes, where can I find it? Falch.net IDE (www.falch.net) includes a rudimentary tool to do this. It is full of bugs, but might save you some work, Cheers, Tilo

Re: popup trigger in resource file

2001-01-10 Thread Alfonso Urdaneta
Jacky Cheung wrote: Hi, here is the part of the code on my pop up trigger. I am new to palm programming so it may not be useful to you. I just treat it as a ctrlSelectEvent. If you are using codewarrior, set the List ID for the popup trigger to the ID of the list you want to associate it

popup trigger in resource file

2001-01-08 Thread Alfonso Urdaneta
Does anyone out there have a working example of how to handle a popup trigger and it's associated list in the resource file and in the c ? Thanks, Alfonso. -- -o0o- Alfonso Urdaneta [EMAIL PROTECTED

RE: popup trigger in resource file

2001-01-08 Thread Jacky Cheung
in resource file Does anyone out there have a working example of how to handle a popup trigger and it's associated list in the resource file and in the c ? Thanks, Alfonso. -- -o0o- Alfonso Urdaneta

(urgent) insert a whole PDB inside a resource file

2000-12-12 Thread Shay
Hi, i want to insert a PDB file (header + data) in a resource file (PRC). my problem is to read the PDB file and copy the content into a memory chunk with a valid handle to it. ideas ? Thanks, Shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: error - bad size for resource file

2000-08-30 Thread Ken Krugler
At 12:00am -0700 00-08-30, Palm Developer Forum digest wrote: Subject: Re: error - bad size for resource file From: "Shay" [EMAIL PROTECTED] Date: Tue, 29 Aug 2000 10:58:02 +0200 X-Message-Number: 3 at last the news-group is working... and if i have a prc that exceed 1M ??? and y

Re: error - bad size for resource file

2000-08-29 Thread Shay
Krugler at [EMAIL PROTECTED] wrote: At 12:00am -0700 00-08-24, Palm Developer Forum digest wrote: Subject: error - bad size for resource file From: "Shay" [EMAIL PROTECTED] Date: Wed, 23 Aug 2000 12:16:18 +0200 X-Message-Number: 11 Hi, i want to include another resource in my c

Re: error - bad size for resource file

2000-08-29 Thread Aaron Ardiri
at last the news-group is working... :)) finally and if i have a prc that exceed 1M ??? and yes, i want to have 2 resources in my prc. and i can't do it, because it give me the error i mentioned. you want to have two 512Kb chunks? why? you are limited to having a maximum "record"

Re: error - bad size for resource file

2000-08-29 Thread Tom Zerucha
/00 11:17 AM, Ken Krugler at [EMAIL PROTECTED] wrote: At 12:00am -0700 00-08-24, Palm Developer Forum digest wrote: Subject: error - bad size for resource file From: "Shay" [EMAIL PROTECTED] Date: Wed, 23 Aug 2000 12:16:18 +0200 X-Message-Number: 11 Hi, i want to inclu

Re: error - bad size for resource file

2000-08-24 Thread Ken Krugler
At 12:00am -0700 00-08-24, Palm Developer Forum digest wrote: Subject: error - bad size for resource file From: "Shay" [EMAIL PROTECTED] Date: Wed, 23 Aug 2000 12:16:18 +0200 X-Message-Number: 11 Hi, i want to include another resource in my codewarrior project, and i get link error :

Re: error - bad size for resource file

2000-08-24 Thread JB Parrett
on 8/24/00 11:17 AM, Ken Krugler at [EMAIL PROTECTED] wrote: At 12:00am -0700 00-08-24, Palm Developer Forum digest wrote: Subject: error - bad size for resource file From: "Shay" [EMAIL PROTECTED] Date: Wed, 23 Aug 2000 12:16:18 +0200 X-Message-Number: 11 Hi, i want to inclu

error - bad size for resource file

2000-08-23 Thread Shay
Hi, i want to include another resource in my codewarrior project, and i get link error : unexpected error #32. bad size for resource file. i've got a warning too - ignored duplicate resource ... (16400) but i read to just ignored it. what to do about the link error ? shay

bad size for resource file - error

2000-08-14 Thread shay
Hi, i want to include another resource in my codewarrior project, and i get link error : unexpected error #32. bad size for resource file. i've got a warning too - ignored duplicate resource ... (16400) but i read to just ignored it. what to do about the link error ? shay

RE: How to send Palm resource file to Windows from a Mac

2000-06-21 Thread Jun-Kiat Lam
to open the resource file. Note that the creation of the \resource.frk\ is transparent on the Mac, you don't do anything. You can't even see the \resource.frk directory from the Mac. Also, this only applies to files moved with PC Exchange (floppy disks or cartridges (jaz, etc.) mounted on the Mac

How to send Palm resource file to Windows from a Mac

2000-06-20 Thread Baiss E. Magnusson
I have developed a Palm application using CW on a Macintosh and I need to share development with Windows programmers. When I send them my project folder they can launch the IDE file but can't link because the rsrc file of resources is empty as they can't see the Mac resource fork. What do I