Problem with debugging Zire 72 with cw 9.2

2005-04-01 Thread Les Brinkworth
Please can someone help!! I am unable to run debugging to the device through a USB cable connection. I am using the same process I used on the Symbol 1550: running the DotDotTwoV2 application. When I press reset the screen on the Zire just goes haywire. I am using the following Versions of

Re: Problem with debugging Zire 72 with cw 9.2

2005-04-01 Thread Ben Combee
At 04:27 AM 4/1/2005, you wrote: Please can someone help!! I am unable to run debugging to the device through a USB cable connection. I am using the same process I used on the Symbol 1550: running the DotDotTwoV2 application. When I press reset the screen on the Zire just goes haywire. I am

How to debug runtime lib in CW.9.2

2004-03-15 Thread Wojtek
Hi. I'm trying to debug PalmOS_Runtime.lib. But actually I have no idea how to do this. I've already compiled library with debug info. I don't know how to set up other things in CW. In docs it looks little messy for me. Can anyone drop me a line. Thanks -- -- For information on using the

Re: How to debug runtime lib in CW.9.2

2004-03-15 Thread Wojtek
Wojtek [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi. I'm trying to debug PalmOS_Runtime.lib. But actually I have no idea how to do this. I've already compiled library with debug info. I don't know how to set up other things in CW. In docs it looks little messy for me. Can

Problems applying the Palm OS SDK 5.0 R3 to a clean CW 9.2 instal lation

2004-02-26 Thread Muriph, Michael
After performing the above on a new device. The CW IDE routinely times out trying to debug or even run a simple palm app. If we uninstall everything. Install CW 9.0 apply the 9.2 patch all is well. I am following the instructions I found searching e-scribe. So I know I

Re: Problems applying the Palm OS SDK 5.0 R3 to a clean CW 9.2 instal lation

2004-02-26 Thread Ben Combee
At 08:37 AM 2/26/2004, you wrote: After performing the above on a new device. The CW IDE routinely times out trying to debug or even run a simple palm app. If we uninstall everything. Install CW 9.0 apply the 9.2 patch all is well. I am following the instructions I found searching

RE: Problems applying the Palm OS SDK 5.0 R3 to a clean CW 9.2 in stal lation

2004-02-26 Thread Muriph, Michael
to a clean CW 9.2 instal lation At 08:37 AM 2/26/2004, you wrote: After performing the above on a new device. The CW IDE routinely times out trying to debug or even run a simple palm app. If we uninstall everything. Install CW 9.0 apply the 9.2 patch all is well. I am following

PilRC Designer and CW 9.2 ( Easy question )

2004-02-10 Thread Muriph, Michael
I open a CW project that has a .rcp file for a resource. i.e. File New project Palm OS C app When I double click the .rcp file it opens as text in the right CW pane. When I click a .rsrc file in a CW project Construcor opens. Is this how it should be working? Is this the desired

RE: PilRC Designer and CW 9.2 ( Easy question )

2004-02-10 Thread Ben Combee
Yes, this is expected as .rcp files are text files. You can launch PilRC designer from the PalmOS menu then drag the rcp file from the project window to PD. -Original Message- From: Muriph, Michael Date: 2/10/04 10:22 am To: Palm Developer Forum Subj: PilRC Designer and CW 9.2

Possible compiler bug in CW 9.2

2004-02-07 Thread Regis St-Gelais
Here is a peace of code: typedef struct tagRGBTRIPLE { UInt8Red; UInt8Green; UInt8Blue; } RGBTRIPLE; UInt8 gustrArray[256]; void foo(void) { Int16 intI; RGBTRIPLE *rgbpTriplet; UInt8 uchrR,uchrG,uchrB; for (intI=0;intI256;intI++) {

Re: Possible compiler bug in CW 9.2

2004-02-07 Thread Robert Scott
On Sat, 7 Feb 2004 10:48:46 -0500, Regis St-Gelais [EMAIL PROTECTED] wrote: Here is a peace of code: typedef struct tagRGBTRIPLE { UInt8Red; UInt8Green; UInt8Blue; } RGBTRIPLE; UInt8 gustrArray[256]; void foo(void) { Int16 intI; RGBTRIPLE

CW 9.2 socket Connection error to sim/emulator

2004-02-07 Thread RVRoadie
Launch of POSE or Sim works from CW. But debug or run from CW yields the following message: Attempting a socket connection to Palm OS Emulator or Simulator. Will timeout in 10 seconds... This is followed by a dialog box saying connection failed. I can drop a prc file one either

Re: CW 9.2 socket Connection error to sim/emulator

2004-02-07 Thread Ben Combee
At 04:52 PM 2/7/2004, you wrote: Launch of POSE or Sim works from CW. But debug or run from CW yields the following message: Attempting a socket connection to Palm OS Emulator or Simulator. Will timeout in 10 seconds... This is followed by a dialog box saying connection failed. I can drop a prc

Re: CW 9.2 socket Connection error to sim/emulator

2004-02-07 Thread RVRoadie
With POSE running, netstat -a shows the following relavent entry: TCP desktop:2000 desktop:0 LISTENING When I exit POSE, this entry goes away. Looks like PSOSE is ready for connection, but CW doesn't get there. Have tried using EndItAll to kill everything running, then try the CW to POSE

Re: CW 9.2 socket Connection error to sim/emulator

2004-02-07 Thread RVRoadie
Success!! Your comments about McAfee got me to poking around.. Turns out that CW was blocked from internet access. Don't remember why I did that, but guess I am too paranoid. Allowing access corrected the problem. Thanks for your thoughts. Ben Combee [EMAIL PROTECTED] wrote in message

CInPlacePopupTrigger in CW 9.2

2004-01-14 Thread kjs
I have built and run CustomGridTest that is Object Library Example for CW9.0 But I could not chosen the item of CInPlacePopupTrigger. How to use this control? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-07 Thread Flex
68K to the sub-target it crashes. The same goes when playing with the memory modes - expanded, etc. [EMAIL PROTECTED] wrote: Hi all I have an extremely irritating issue with CW 9.2 crashing every 3rd or 4th compilation attempt with the following error CodeWarrior Plugin Error Palm OS 68K Linker

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-07 Thread Regis St-Gelais
-- Flex [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] I have regular crashes from it when I mess something in the project properties. In general it's working fine but on some (completely reproducable) settings it's crashing 100%. Yesterday I played with multisegment

Re: Sticky breakpoints gone in CW 9.2?

2004-01-07 Thread Tom Frauenhofer
I can guarantee that it's not from a saved image (I have a specific set of POSE image configurations that I've built up to test various device/data configurations, I rarely save POSE images). When it happens it's usually not the first time I've tried debugging my program in that POSE session

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-07 Thread Flex
4 times? - are you working 2 hours per day? :))) Yea... it's too buggy... the whole ide+compiller+linker+idon'tknowwhat but it's surely the best one around. Regis St-Gelais wrote: -- Flex [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] I have regular crashes from it when I

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-07 Thread Regis St-Gelais
-- Flex [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] 4 times? - are you working 2 hours per day? :))) Only 4 times because I always build the subtarget first. Yea... it's too buggy... the whole ide+compiller+linker+idon'tknowwhat but it's surely the best one around.

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-07 Thread Matthew Henry
Alan Ingleby [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] FWIW, I use CW9.2 a LOT, and never get crashes. I use it all day, every day, on a fairly complicated project with many object files and segments and I'd say it crashes at most a couple of times a week. Usually while

CW 9.2/Palm OS 68K Linker crashes

2004-01-06 Thread [EMAIL PROTECTED]
Hi all I have an extremely irritating issue with CW 9.2 crashing every 3rd or 4th compilation attempt with the following error CodeWarrior Plugin Error Palm OS 68K Linker encountered an unhandled exception 0xc0005 at address 0x0041c384 (The memory at address 0x0084 could not be read

Re: Sticky breakpoints gone in CW 9.2?

2004-01-06 Thread Luc Le Blanc
it and control hangs. Deleting all breakpoints usually doesn't do any good: running a new debug session still stops and hangs at the previous breakpoints. Was this solved in CW 9.2? I don't remember this bug being reported in 8.3, and I've not seen similar behavior in any of the 9.x builds. When

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-06 Thread Ben Combee
At 05:22 AM 1/6/2004, [EMAIL PROTECTED] wrote: Hi all I have an extremely irritating issue with CW 9.2 crashing every 3rd or 4th compilation attempt with the following error Does it produce valid results on the other links? I currently have two open bugs with this linker that I'm trying

CW 9.2 Include paths for statements like #include StringMgr.h a nd PalmOS.h

2004-01-06 Thread Muriph, Michael
Where can I find the paths that CW 9.2 searches for the above types of includes? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: CW 9.2 Include paths for statements like #include StringMgr.h a nd PalmOS.h

2004-01-06 Thread Matthew Henry
Muriph, Michael [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Where can I find the paths that CW 9.2 searches for the above types of includes? Edit- targetname Settings- Target - Access Paths -System Paths -- For information on using the Palm Developer Forums

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-06 Thread Regis St-Gelais
-- Ben Combee [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] At 05:22 AM 1/6/2004, [EMAIL PROTECTED] wrote: Does it produce valid results on the other links? I currently have two open bugs with this linker that I'm trying to reproduce. One seems to be a problem with

RE: CW 9.2 Include paths for statements like #include StringMgr. h a nd PalmOS.h

2004-01-06 Thread Muriph, Michael
Of Matthew Henry Sent: Tuesday, January 06, 2004 12:26 PM To: Palm Developer Forum Subject: Re: CW 9.2 Include paths for statements like #include StringMgr.h a nd PalmOS.h Muriph, Michael [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Where can I find the paths that CW 9.2 searches

CW 9.2 crashes with HsNavSample ( always)

2004-01-06 Thread Vu Pham
Learning the source of HsNavSample makes my app run with navigator keys, but compiling the sample causes the Cw9.2 crashes with the error : Palm OS 68K Linker encountered an unhandled exception 0x0005 at addres ( the memory at address ... could not be written ) Localtion :

Re: CW 9.2 crashes with HsNavSample ( always)

2004-01-06 Thread Vu Pham
Sorry that I didn't say clearly : this sample was downloaded from Handspring site. Vu - Original Message - From: Vu Pham [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 12:09 PM Subject: CW 9.2 crashes with HsNavSample ( always) Learning

Re: Sticky breakpoints gone in CW 9.2?

2004-01-06 Thread Tom Frauenhofer
and hangs at the previous breakpoints. Was this solved in CW 9.2? I don't remember this bug being reported in 8.3, and I've not seen similar behavior in any of the 9.x builds. When you say quit a debug session, are you working with POSE, PalmSim, or a device? There are potential problems with ending

Re: CW 9.2 crashes with HsNavSample ( always)

2004-01-06 Thread Ben Combee
At 12:09 PM 1/6/2004, Vu Pham wrote: Learning the source of HsNavSample makes my app run with navigator keys, but compiling the sample causes the Cw9.2 crashes with the error : Palm OS 68K Linker encountered an unhandled exception 0x0005 at addres ( the memory at address ... could not be

RE: CW 9.2 Include paths for statements like #include StringMgr. h a nd PalmOS.h

2004-01-06 Thread Ben Combee
At 11:51 AM 1/6/2004, Muriph, Michael wrote: I looked there and there was nothing entered. I was wondering how CW was finding the files. What you mention is a target specific setting. I am guessing there is something in the global prefs for CW? There are no global access paths. However, CW

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-06 Thread Ben Combee
At 11:50 AM 1/6/2004, Regis St-Gelais wrote: I've noticed that it often crashs when the compiler create a segment bigger that 64K. Maybe it can help you reproduce the probleme. That's a useful point. The libprc library that's used by the linker did not like large segments in the original 9.0

Re: Sticky breakpoints gone in CW 9.2?

2004-01-06 Thread Ben Combee
At 12:28 PM 1/6/2004, Tom Frauenhofer wrote: I have had something similar happen to me. I start debugging, then hit a breakpoint. It has happened to me when I hit F5 (or the Run icon) or when I single-step (sometimes after several single-steps) (could be either the step inside or step over).

Re: CW 9.2 crashes with HsNavSample ( always)

2004-01-06 Thread Ben Combee
At 12:28 PM 1/6/2004, Ben Combee wrote: At 12:09 PM 1/6/2004, Vu Pham wrote: Learning the source of HsNavSample makes my app run with navigator keys, but compiling the sample causes the Cw9.2 crashes with the error : Palm OS 68K Linker encountered an unhandled exception 0x0005 at addres (

Re: CW 9.2 crashes with HsNavSample ( always)

2004-01-06 Thread Vu Pham
- Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 12:39 PM Subject: Re: CW 9.2 crashes with HsNavSample ( always) At 12:28 PM 1/6/2004, Ben Combee wrote: [] OK, a few quick observations

Re: Segmenting C++ Apps in CW 9.2

2004-01-06 Thread Mitch
be generated? Thanks! Mitch Ben Combee [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 06:08 PM 1/5/2004, Mitch wrote: We have just moved from CW 8 to CW 9.2. Getting segmentations that work seem more difficult than with CW8. It shouldn't be. Code generation isn't

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-06 Thread Alan Ingleby
FWIW, I use CW9.2 a LOT, and never get crashes. Alan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

CW 9.2

2004-01-05 Thread Muriph, Michael
Is there a good book aimed at new users of the CW 9.2 IDE? Source code completion pops up at different times and in general my mastery of the environment is weak!! Also, sometimes I can create functions that do not seem to need a prototype but yes others require one! I have

RE: CW 9.2 CORRECTION!!!

2004-01-05 Thread Muriph, Michael
I typed the e-mail address wrong!!! It is [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Muriph, Michael Sent: Monday, January 05, 2004 12:02 PM To: Palm Developer Forum Cc: '[EMAIL PROTECTED]' Subject: CW 9.2 Is there a good

Re: CW 9.2

2004-01-05 Thread Ben Combee
At 12:02 PM 1/5/2004, Muriph, Michael wrote: Is there a good book aimed at new users of the CW 9.2 IDE? No. The main resource outside of the manuals is my site, www.palmoswerks.com. -- Ben Combee [EMAIL PROTECTED] CodeWarrior for Palm OS technical lead Palm OS programming help

Segmenting C++ Apps in CW 9.2

2004-01-05 Thread Mitch
We have just moved from CW 8 to CW 9.2. Getting segmentations that work seem more difficult than with CW8. CW says the app is 139K code + 28K data. The biggest data module is only 2K and the biggest code module is 10K -- except for the PalmOS runtime at 13K. Segmentations that seem like

Sticky breakpoints gone in CW 9.2?

2004-01-05 Thread Luc Le Blanc
: running a new debug session still stops and hangs at the previous breakpoints. Was this solved in CW 9.2? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Sticky breakpoints gone in CW 9.2?

2004-01-05 Thread Ben Combee
all breakpoints usually doesn't do any good: running a new debug session still stops and hangs at the previous breakpoints. Was this solved in CW 9.2? I don't remember this bug being reported in 8.3, and I've not seen similar behavior in any of the 9.x builds. When you say quit a debug session

Re: Segmenting C++ Apps in CW 9.2

2004-01-05 Thread Ben Combee
At 06:08 PM 1/5/2004, Mitch wrote: We have just moved from CW 8 to CW 9.2. Getting segmentations that work seem more difficult than with CW8. It shouldn't be. Code generation isn't significantly different, so the size of generated code should be very similar. Segmentations that seem like

Batch Build in CW 9.2

2004-01-02 Thread Laszlo Kesmarki
Hi, Is there any way I can make (rebuild all) a Codewarrior project? I do not want to change any project settings, but there are resource files I generate from external tools and I want to compile the project with them multiple times. Thanks, Laszlo -- For information on using the Palm

Re: Batch Build in CW 9.2

2004-01-02 Thread Matthew Henry
Laszlo Kesmarki [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Is there any way I can make (rebuild all) a Codewarrior project? I do not want to change any project settings, but there are resource files I generate from external tools and I want to compile the project with them

Re: Batch Build in CW 9.2

2004-01-02 Thread Ben Combee
At 10:52 AM 1/2/2004, Laszlo Kesmarki wrote: Hi, Is there any way I can make (rebuild all) a Codewarrior project? I do not want to change any project settings, but there are resource files I generate from external tools and I want to compile the project with them multiple times. The CW IDE can

Integrating Palm Zire 21 Simulator on CW 9.2

2004-01-01 Thread Régis Daniel de Oliveira
Hy all! I downloaded the Palm Zire 21 Simulator from the plugged in homepage and installed it on my computer. The installer created a folder called Palm OS 5 Simulator (Zire 21) into CW for Palm OS Tools, but, when i go to the IDE Debug Settings, the new emulator doen't appear on list. Is there

Re: Integrating Palm Zire 21 Simulator on CW 9.2

2004-01-01 Thread Regis St-Gelais
You need to modify PalmEmulators.xml -- Regis St-Gelais, P. Eng. / ing. Software Development / Développement informatique www.laubrass.com -- Régis Daniel de Oliveira [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] Hy all! I downloaded the Palm Zire 21 Simulator from the

Re: Integrating Palm Zire 21 Simulator on CW 9.2

2004-01-01 Thread LionScribe
You have to edit the \Program Files\Metrowerks\CodeWarrior\bin\plugins\support\palm_os\PalmEmulators.xml file. (It may have a different path on your machine). Open up the file in a text editor, and follow the instructions there. Backup the file before you change it! LionScribe Régis Daniel de

CW 9.2 using the Simulator for debugging (How to specify the path ?)

2003-12-17 Thread Muriph, Michael
Happy Holidays to all! Small items! If someone has time I will be appreciative. If not no problem! In CW 8 I was able to specify the path. In 9.2 I cannot! Where is it looking by default? Is these an ini config file somewhere? Also, when I hit file open it always opens the

Re: CW 9.2 using the Simulator for debugging (How to specify the path ?)

2003-12-17 Thread Regis St-Gelais
Look for PalmEmulators.xml in your codewarrior folder -- Regis St-Gelais, P. Eng. / ing. Software Development / Développement informatique www.laubrass.com -- Muriph, Michael [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] Happy Holidays to all! Small items! If

Re: CW 9.2 using the Simulator for debugging (How to specify the path ?)

2003-12-17 Thread Ben Combee
At 10:31 AM 12/17/2003, Muriph, Michael wrote: Happy Holidays to all! Small items! If someone has time I will be appreciative. If not no problem! In CW 8 I was able to specify the path. In 9.2 I cannot! Where is it looking by default? Is these an ini config file somewhere?

CW 9.2 stability with multiple targets

2003-12-16 Thread Regis St-Gelais
I have a main target and 2 sub targets. Main target: -in C. -All my code is there. -Uses Palm OS 68K linker -Has a small RCP resource file (launchercategory and version recources only) -sub tagert 1 and sub target 2 PRCs are merged by Palm OS 68K Linker with main target - sub target 1 and 2 where

Re: CW 9.2 stability with multiple targets

2003-12-16 Thread Ben Combee
At 02:20 PM 12/16/2003, Regis St-Gelais wrote: I have a main target and 2 sub targets. Main target: -in C. -All my code is there. -Uses Palm OS 68K linker -Has a small RCP resource file (launchercategory and version recources only) -sub tagert 1 and sub target 2 PRCs are merged by Palm OS 68K

Re: CW 9.2 - what does it bring?

2003-12-06 Thread Jan Slodicka
Thaks - that sounds very good. We might be switching to CW 9.2 so within a week. Jan Slodicka - Original Message - From: Ben Combee [EMAIL PROTECTED] At 03:50 AM 12/5/2003, Jan Slodicka wrote: Thanks, actually PNO (their speed) is my primary interest, but I can afford to wait

CW 9.2 - what does it bring?

2003-12-05 Thread Jan Slodicka
Hello, I am considering the upgrade CW 9.1 - 9.2 but based on the reactions so far I am not quite sure whether it pays off. CW 9.1 has many issues but we basically got used to them. What I would like to know primarily is what kind of improvements can one expect in terms of the application speed

Re: CW 9.2 - what does it bring?

2003-12-05 Thread Ben Combee
At 03:23 AM 12/5/2003, Jan Slodicka wrote: Hello, I am considering the upgrade CW 9.1 - 9.2 but based on the reactions so far I am not quite sure whether it pays off. CW 9.1 has many issues but we basically got used to them. What I would like to know primarily is what kind of improvements can one

Re: CW 9.2 - what does it bring?

2003-12-05 Thread Jan Slodicka
Thanks, actually PNO (their speed) is my primary interest, but I can afford to wait for 9.3. Regards, Jan Slodicka - Original Message - From: Ben Combee [EMAIL PROTECTED] Hello, I am considering the upgrade CW 9.1 - 9.2 but based on the reactions so far I am not quite sure

Re: CW 9.2 - what does it bring?

2003-12-05 Thread Ben Combee
At 03:50 AM 12/5/2003, Jan Slodicka wrote: Thanks, actually PNO (their speed) is my primary interest, but I can afford to wait for 9.3. The ARM compiler is based on our CW for ARM Embedded 2.0 release, which has much better optimizations and testing than the one we shipped in 9.0/9.1. Most of

Using CW 9.2 and straight C Is there Error Trapping

2003-12-01 Thread Muriph, Michael
I have used VB, C# and awhile ago wrote some programs using MS VC. In all of these places I could write code that effectively did this. Try { or VB like on error resume next hResult = sysapi(...) or foo.doSomething catch { or if err.number 0 Using C

Re: Using CW 9.2 and straight C Is there Error Trapping

2003-12-01 Thread Matthew Henry
Using C for the Palm the best I can do is diligently check the returns from all the functions?? You can can also use ErrTry/ErrThrow/ErrCatch. However, they are almost entirely useless as it doesn't call destructors. Ok, you don't have destructors in C, but the point is you won't get any

Re: Using CW 9.2 and straight C Is there Error Trapping

2003-12-01 Thread Ben Combee
At 11:17 AM 12/1/2003, Muriph, Michael wrote: I have used VB, C# and awhile ago wrote some programs using MS VC. In all of these places I could write code that effectively did this. Try { or VB like on error resume next hResult = sysapi(...) or foo.doSomething

Re: Using CW 9.2 and straight C Is there Error Trapping

2003-12-01 Thread Ben Combee
At 11:44 AM 12/1/2003, Matthew Henry wrote: Even in C++, you can't really use try and catch or you will overload the first segment. The only reasonable solution, in C or C++, is to check return codes. IMHO, of course. With CW, you overload the data segment, not the first code segment. It's

Re: Using CW 9.2 and straight C Is there Error Trapping

2003-12-01 Thread Michael Yam
I do use the ErrTry/ErrThrow/ErrCatch macros. They work well enough for fatal errors. I remember an old but very good article on this subject. See HandHeld Systems Magazine, July/August 1998 issue. It's no longer publishing, but the article was written by Ken Krugler. --Mike Y. On Mon, 1

Re: pilRC + CW 9.2 a good book for the new learner?

2003-11-27 Thread Ben Combee
At 12:06 PM 11/24/2003, Muriph, Michael wrote: Is there a recommended book that will walk me through the steps to set-up CW9.2 to use pilRC. I currently use Constructor. I am fairly new all of this. so a book that starts with the basics would be great! 1) Create a new project using the

pilRC + CW 9.2 a good book for the new learner?

2003-11-24 Thread Muriph, Michael
Is there a recommended book that will walk me through the steps to set-up CW9.2 to use pilRC. I currently use Constructor. I am fairly new all of this. so a book that starts with the basics would be great! Michael Muriph -- For information on using the Palm Developer Forums, or

RE: pilRC + CW 9.2 a good book for the new learner?

2003-11-24 Thread Barnett, Phil R
the steps. -Original Message- From: Muriph, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 1:06 PM To: Palm Developer Forum Subject: pilRC + CW 9.2 a good book for the new learner? Is there a recommended book that will walk me through the steps to set-up CW9.2 to use

Re: pilRC + CW 9.2 a good book for the new learner?

2003-11-24 Thread Matthew Henry
Is there a recommended book that will walk me through the steps to set-up CW9.2 to use pilRC. I currently use Constructor. I am fairly new all of this. so a book that starts with the basics would be great! A book? I don't think you are giving yourself enough credit. It's really pretty

Re: CW 9.2 STL memory question.

2003-11-06 Thread Vytautas Leonavicius
VecP p = new Vec[64k] in this case push_back elements will be allocated on the heap. Vec v = Vec[64k] in this case, on the stack, right? Thanks, Vytautas it works, when allocating in this way - Vec v = Vec[64k]. Why? The vector implementation in MSL doesn't allocate memory until an element

Re: CW 9.2 STL memory question.

2003-11-06 Thread Ben Combee
At 02:41 AM 11/6/2003, Vytautas Leonavicius wrote: VecP p = new Vec[64k] in this case push_back elements will be allocated on the heap. Vec v = Vec[64k] in this case, on the stack, right? right... of course, it is better to use the syntax Vec v(64); as that's constructor initialization, and

CW 9.2 STL memory question.

2003-11-05 Thread Vytautas Leonavicius
Hello, Well, MemPtrNew allocates a maximum of ~64Kb. But when I allocate std::vector on the stack, I got bad_alloc if I try to allocate more than ~30Kb. But if I use new on vector, that is: VecP p = new Vec[64k] it works, when allocating in this way - Vec v = Vec[64k]. Why? Thanks, --

Re: CW 9.2 STL memory question.

2003-11-05 Thread Ben Combee
At 03:12 AM 11/5/2003, Vytautas Leonavicius wrote: Hello, Well, MemPtrNew allocates a maximum of ~64Kb. But when I allocate std::vector on the stack, I got bad_alloc if I try to allocate more than ~30Kb. But if I use new on vector, that is: The stack on Palm OS apps is limited to around 4K. VecP

Re: CW 9.2 producing erroneously large CODE 1 segment...

2003-10-24 Thread Jeff Diamond
Ben, I think we somehow corrupted the project file and caused CW to go insane. We backed out of the situation by going back to a 2 week old version of our CW project (that didn't product the 182KB code1 segment) and then updated all the source files, and now everything works great again.

PlugIn questions using CW 9.2

2003-10-23 Thread John Leung
Hi, I was trying to re-create the Plugin - 1 example from PalmSource's Developer Knowledge Base using the new CW 9.2. But I ran into some problem an I hope someone can help. In CW, I started off with creating a New project using the Palm OS C++ Application Wizard. I used all the default

CW 9.2 producing erroneously large CODE 1 segment...

2003-10-23 Thread Jeff Diamond
My first project segment is naturally kept below 64K. But all of a sudden, I started getting a waning in codewarrior - First Sement is greater than 64000 bytes, PalmRez warrning Output size is greater than 64K limit. Not only was this not true, but when I examined the actual prc generated by

Re: CW 9.2 producing erroneously large CODE 1 segment...

2003-10-23 Thread Ben Combee
At 08:59 PM 10/23/2003, Jeff Diamond wrote: My first project segment is naturally kept below 64K. But all of a sudden, I started getting a waning in codewarrior - First Sement is greater than 64000 bytes, PalmRez warrning Output size is greater than 64K limit. Not only was this not true, but

Re: PlugIn questions using CW 9.2

2003-10-23 Thread Ben Combee
At 06:45 PM 10/23/2003, John Leung wrote: Hi, I was trying to re-create the Plugin - 1 example from PalmSource's Developer Knowledge Base using the new CW 9.2. But I ran into some problem an I hope someone can help. In CW, I started off with creating a New project using the Palm OS C

Re: PlugIn questions using CW 9.2

2003-10-23 Thread John Leung
On 23 Oct 2003 at 22:30, Ben Combee wrote: Turn off the Multisegment Code Resource option. This requires a runtime component that we didn't supply -- I never had a test case to try this out, so I didn't realize this was missing until this post. Sorry. I tried that, and now I got the

CW 9.2 and double click word selection

2003-10-15 Thread Regis St-Gelais
The double click word selection still does not select the complete word if it is accentuated For example if a double click on Sélection only lection get selected. I've reported this for cw8 but it looks like it slip into a crack some where :( -- Regis St-Gelais, P. Eng. / ing. Software

cw 9.2 at 100% cpu and mcp file destroyed

2003-10-07 Thread Regis St-Gelais
This project has 3 targets. I was modifying the settings of the targets. (add files, remove files, modifiy taget settings) At one moment, I hit the target setings icon and poufff, 100% cpu. IDE locked. Had to do a terminate process. When I reopen this project it is all mixtup. Files are sowing in

Re: cw 9.2 at 100% cpu and mcp file destroyed

2003-10-07 Thread Ben Combee
At 07:44 AM 10/7/2003, Regis St-Gelais wrote: This project has 3 targets. I was modifying the settings of the targets. (add files, remove files, modifiy taget settings) At one moment, I hit the target setings icon and poufff, 100% cpu. IDE locked. Had to do a terminate process. When I reopen this

Problem Installing CW 9.2

2003-10-03 Thread Laurie Davis
I installed CW 9.2 and received the following errors when attempting to rebuild the headers (Build All): the file 'Palm OS_Headers' cannot be found I get 120 of these errors. I completely removed my old copy of CodeWarrior before starting. I then installed CW 9.0, did a restart

Re: Problem Installing CW 9.2

2003-10-03 Thread Ben Combee
At 07:44 AM 10/3/2003, Laurie Davis wrote: I installed CW 9.2 and received the following errors when attempting to rebuild the headers (Build All): the file 'Palm OS_Headers' cannot be found I get 120 of these errors. I completely removed my old copy of CodeWarrior before starting. I

ctrl Y (Delete Line) with cw 9.2 ?

2003-10-02 Thread Regis St-Gelais
Is it possible to configure cw9.2 to implement delete line ? I know about the Command and Key Binding feature, but delete line is not avaliable. Thanks -- Regis St-Gelais, P. Eng. / ing. Software Development / Développement informatique www.laubrass.com -- -- For information on using the

Re: ctrl Y (Delete Line) with cw 9.2 ?

2003-10-02 Thread Ben Combee
At 07:51 AM 10/2/2003, Regis St-Gelais wrote: Is it possible to configure cw9.2 to implement delete line ? I know about the Command and Key Binding feature, but delete line is not avaliable. Not out of the box, but I've written a COM plugin to CodeWarrior that will give you this command and

Re: ctrl Y (Delete Line) with cw 9.2 ?

2003-10-02 Thread Regis St-Gelais
great! Thanks Ben -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

CW 9.2

2003-09-08 Thread Chris Apers
Hi, Any news about the release date ? Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: CW 9.2

2003-09-08 Thread Ben Combee
At 10:59 AM 9/8/2003, Chris Apers wrote: Hi, Any news about the release date ? We have released the second beta, and so far, have gotten two bug reports that require a fix. We don't plan on doing another beta run, but we're going to wait another week or so for any other reports to come in.

Re: CW 9.2

2003-09-08 Thread Luc Le Blanc
Ben Combee a écrit : At 10:59 AM 9/8/2003, Chris Apers wrote: Hi, Any news about the release date ? We have released the second beta, and so far, have gotten two bug reports that require a fix. We don't plan on doing another beta run, but we're going to wait another week or so for any

Re: CW 9.2

2003-09-08 Thread Alan Ingleby
Luc Le Blanc [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] We have released the second beta, and so far, have gotten two bug reports that require a fix. We don't plan on doing another beta run, but we're going to wait another week or so for any other reports to come in. It's

Re: CW 9.2

2003-09-08 Thread Ben Combee
Are you implying CW 9 shall then be perfect, or are you already working on version 10? So I guess I'm not going to see the code highlighting bug fixed in this series then..? When is V10 coming out, and what key features can we expect to see? I'm not implying anything other than we don't plan

Re: CW 9.2's Expanded Mode in gcc

2003-08-18 Thread Ben Combee
At 11:14 PM 8/17/2003, Jeff Ishaq wrote: Assuming CW9.2 ever materializes from Metrowerks, it is supposed to have fixed Expanded Mode support. 9.2 is in beta testing right now. You can join that test yourself if you want -- there's a beta program link at

RE: CW 9.2's Expanded Mode in gcc

2003-08-18 Thread Jeff Ishaq
-Original Message- From: Ben Combee Sent: Sunday, August 17, 2003 11:43 PM At 11:14 PM 8/17/2003, Jeff Ishaq wrote: Assuming CW9.2 ever materializes from Metrowerks, it is supposed to have fixed Expanded Mode support. 9.2 is in beta testing right now. You can join that test

RE: CW 9.2's Expanded Mode in gcc

2003-08-18 Thread Ben Combee
Or, perhaps gcc *has* a convenient facility for this already, and that's why there are a lot of people who prefer to use it rather than CW. I don't know. As far as I know, expanded mode is unique to CodeWarrior. I pioneered the idea a few months before V8 was released, and John Marshall was

CW 9.2's Expanded Mode in gcc

2003-08-17 Thread Jeff Ishaq
Assuming CW9.2 ever materializes from Metrowerks, it is supposed to have fixed Expanded Mode support. Most useful to me in Expanded Mode is the unrestricted use of virtual function calls that CW9.2's fixed Expanded Mode promises (well, almost unrestricted: so long as the virtual functions exist