CW7 compatible with WinXP?

2002-11-08 Thread David Heil
Greetings: I am currently using CodeWarrior 7 on a Windows 98SE sytem. I may be switching to a Windows XP system. Does anyone know if CW7 will work on XP, or will I have to upgrade CW? Dave Heil Preco Electronics [EMAIL PROTECTED] 208-323-7122 -- For information on using the Palm Developer F

Access to Knowledge Base

2008-05-28 Thread David Heil
>Thanks for organizing the petition, Dave :-) >So, the current "architecture" of the oasis.palm.com server means that the >KB searches can't happen on port 80 since it is in use by another process >on the same box. Given that the KB has to be on a nonstandard port, which >port number would work w

Access to Knowledge Base

2008-05-28 Thread David Heil
Perhaps if I, Elizabeth, Heather, and everyone at Metrowerks complains, I mean "votes", about this issue (no access to Knowledge Base because of fire walls) every day, one day we will be able to look up needed information ourselves. Until then, I guess we will have to send our questions to the f

Access to Knowledge Base

2008-05-28 Thread David Heil
I would like to know why questions about access to the Knowledge Base (because of company fire walls) are ignored in this forum. Is this the wrong place to ask such questions? Or maybe nobody knows? Surely someone at Palm who pays attention to this forum would be able to address this issue. Resp

Re: Version String

2008-05-28 Thread David Heil
ion string in Constructor... >> From: David Heil [mailto:[EMAIL PROTECTED] I need to embed: $ProjectRevision: 0.1 $ somewhere in the .r file to get Source Integrity to recognize it and update it. But I only want to display the numbers . Would that be possible in a .r file? > Doesn'

Re: Version String

2008-05-28 Thread David Heil
I need to embed: $ProjectRevision: 0.1 $ somewhere in the .r file to get Source Integrity to recognize it and update it. But I only want to display the numbers (0.1, in this case). Would that be possible in a .r file? How would you extract the 0.1 from the above and assign it to the Project Ve

Re: Version String

2008-05-28 Thread David Heil
ersion resource that the applications screen uses -- it's not hardcoded into the form. The box will always match the applications display because it's the same thing. -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! David Heil wrote in

Forum membership

2008-05-28 Thread David Heil
Why is it that I successfully post messages to this forum and successfully receive daily digests of messages, and yet when I go to http://www.egroups.com/list/palm-dev-forum/info.html on the internet, it says, under "Join Now!", "You are not a member of this group" with a subscribe link under

Problems with Palm Knowledge Base

2008-05-28 Thread David Heil
>From the Knowledge Base: "The Knowledge Base uses port 8080 for searching. If you connect to the internet through a firewall, you may need to reconfigure your firewall to access the Knowledge Base search and browse features." I have no control over the firewall my company uses. How am I suppos

Version String

2008-05-29 Thread David Heil
What I have successfully done so far is to include the following string in my main file (the one with PilotMain in it): const char project_revision[] = "$ProjectRevision: 0.1 $"; This string is automatically updated by the version control software (MKS Source Integrity) when I checkpoint the pr

Re:Mail problems with www.palmos.com

2008-05-29 Thread David Heil
Original Message----- From: David Heil [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2000 9:45 AM To: Palm Developer Forum Subject: Mail problems with www.palmos.com I posted this last week, with no response. So here it is again. No one else has had e-mail problems with www.palmos.com/de

Mail problems with www.palmos.com

2008-05-29 Thread David Heil
I posted this last week, with no response. So here it is again. No one else has had e-mail problems with www.palmos.com/dev? Today, I tried twice to post a message to technical support at www.palmos.com. Both times, the web page said my question had been submitted and that I would receive conf

Mail problems with questions submitted at www.palmos.com

2008-05-29 Thread David Heil
Today, I tried twice to post a message to technical support at www.palmos.com. Both times, the web page said my question had been submitted and that I would receive confirmation via the e-mail address that I supplied. Both times, I received e-mail with the following error message: - The

Re: Palm OS does housekeeping at midnight?

2008-05-29 Thread David Heil
Today, I manually set the clock on the Palm Vx to 11:58 PM and then restarted my test with error count at 0. Two minutes later the count increased to 1 with a time stamp of 0:00:02. There must be something that Palm OS schedules at midnight that takes 2 or 3 seconds. Can any Palm OS engineers en

Palm OS does housekeeping at midnight?

2008-05-29 Thread David Heil
I'm running a test on a module that spits out serial data - 3 messages - once every second. I'm using a Palm (a Vx and a IIIc) to monitor these messages and report if and when 1.5 seconds or more elapses between message transmissions. I left the system running continuously over the weekend, star

Converting Windows fonts to Palm format

2008-05-29 Thread David Heil
Does anyone know if there exists any conversion software to translate Windows fonts into a format that I can use with CodeWarrior 6? I have found a program on palmgear.com called xFONT that will convert Windows fonts into a .pfn file, which is readable as a text file. Then I purchased Font Edito

Palm Vx can't keep up with 19.2 kbps data

2000-03-06 Thread David Heil
I have written a simple packet parsing function to receive and sort data on the serial port of the Palm Vx at 19,200 bps. Even with a input buffer sized at 16K, the Palm Vx can't keep up (the buffer overflows). I have run some timing tests with a stop watch and found that the loop takes (on ave

Is it possible to upgrade Palm V to 8MB?

2000-04-26 Thread David Heil
Does anyone know if it's possible to upgrade Palm V to 8MB? If so, what is the cost, and how do you install it? Dave Heil Preco Electronics -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

What is the Palm OS coding for the degree symbol

2000-06-08 Thread David Heil
Can anyone tell me (feel free to rub my nose in the correct document page) what the Palm OS code is for the degree symbol? (I tried 248, but I got some other symbol on the display, a small circle with a slash through it, like a Greek phi character). I have been searching through the documentati

How to create custom fonts

2000-06-09 Thread David Heil
In order to use FntDefineFont, you have to have a custom font resource. Can anyone tell me how (or point me to relevant documentation) to create a custom font resource? Is this done in Constructor? My application is already using largeBoldFont and I am getting requests to make the text bigger a

Converting Windows fonts to Palm format

2000-06-27 Thread David Heil
Does anyone know if there exists any conversion software to translate Windows fonts into a format that I can use with CodeWarrior 6? I have found a program on palmgear.com called xFONT that will convert Windows fonts into a .pfn file, which is readable as a text file. Then I purchased Font Edit

Serial flow control

2001-04-03 Thread David Heil
Does anyone know how quickly the Palm serial port stops transmitting when clear to send is deactivated? If I have an external device that deactivates the clear to send signal, how many bytes can this device expect to receive before the Palm stops transmitting? Dave Heil Preco Electronics [EMA

Serial flow control ... again

2001-04-04 Thread David Heil
Does anyone know how quickly the Palm serial port stops transmitting when clear-to-send is deactivated? If I have an external device that deactivates the clear-to-send signal, how many bytes can this device expect to receive before the Palm stops transmitting? Conversely, when does the Palm se

Palm OS does housekeeping at midnight?

2000-07-20 Thread David Heil
I'm running a test on a module that spits out serial data - 3 messages - once every second. I'm using a Palm (a Vx and a IIIc) to monitor these messages and report if and when 1.5 seconds or more elapses between message transmissions. I left the system running continuously over the weekend, sta

Re: Palm OS does housekeeping at midnight?

2000-07-20 Thread David Heil
Today, I manually set the clock on the Palm Vx to 11:58 PM and then restarted my test with error count at 0. Two minutes later the count increased to 1 with a time stamp of 0:00:02. There must be something that Palm OS schedules at midnight that takes 2 or 3 seconds. Can any Palm OS engineers e

Mail problems with questions submitted at www.palmos.com

2000-07-20 Thread David Heil
Today, I tried twice to post a message to technical support at www.palmos.com. Both times, the web page said my question had been submitted and that I would receive confirmation via the e-mail address that I supplied. Both times, I received e-mail with the following error message: - The

Re: Palm OS does housekeeping at midnight?

2000-07-20 Thread David Heil
The Palm Vx has never had any entries added into Datebook. It was purchased January 2000. I checked and found that there was an inadvertent entry (nothing but a capital A at 10:00AM) on January 30, 2000. I deleted this entry and retested. I still get an error count at the rollover to midnight.

Mail problems with www.palmos.com

2000-07-24 Thread David Heil
I posted this last week, with no response. So here it is again. No one else has had e-mail problems with www.palmos.com/dev? Today, I tried twice to post a message to technical support at www.palmos.com. Both times, the web page said my question had been submitted and that I would receive con

Re:Mail problems with www.palmos.com

2000-07-24 Thread David Heil
Original Message----- From: David Heil [mailto:dheil@p...] Sent: Monday, July 24, 2000 9:45 AM To: Palm Developer Forum Subject: Mail problems with www.palmos.com I posted this last week, with no response. So here it is again. No one else has had e-mail problems with www.palmos.com/dev?

Converting Windows fonts to Palm format

2000-08-08 Thread David Heil
Someone on this forum told me that PilRC would bridge the gap between xFONT output and the binary resource format needed by CodeWarrior. I downloaded PilRC from PalmGear.com and found that all I had was source code that needed compiling (I assume with the GCC tools). Next, I downloaded a Win32

Problems with Palm Knowledge Base

2000-09-20 Thread David Heil
>From the Knowledge Base: "The Knowledge Base uses port 8080 for searching. If you connect to the internet through a firewall, you may need to reconfigure your firewall to access the Knowledge Base search and browse features." I have no control over the firewall my company uses. How am I suppo

Forum membership

2000-09-20 Thread David Heil
Why is it that I successfully post messages to this forum and successfully receive daily digests of messages, and yet when I go to http://www.egroups.com/list/palm-dev-forum/info.html on the internet, it says, under "Join Now!", "You are not a member of this group" with a subscribe link under

Version String

2000-10-13 Thread David Heil
What I have successfully done so far is to include the following string in my main file (the one with PilotMain in it): const char project_revision[] = "$ProjectRevision: 0.1 $"; This string is automatically updated by the version control software (MKS Source Integrity) when I checkpoint the p

Re: Version String

2000-10-13 Thread David Heil
ersion resource that the applications screen uses -- it's not hardcoded into the form. The box will always match the applications display because it's the same thing. -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! David Heil wrote in

Version String

2000-10-14 Thread David Heil
Does anyone know how the Version String in the Project Settings window of Constructor gets used in the code? I have found that whatever you enter in this string is displayed from the launcher info menu, when you select version. I would like to embed a string in the source code that can be updat

Re: Version String

2000-10-16 Thread David Heil
I need to embed: $ProjectRevision: 0.1 $ somewhere in the .r file to get Source Integrity to recognize it and update it. But I only want to display the numbers (0.1, in this case). Would that be possible in a .r file? How would you extract the 0.1 from the above and assign it to the Project V

Re: Version String

2000-10-19 Thread David Heil
ion string in Constructor... >> From: David Heil [mailto:dheil@p...] I need to embed: $ProjectRevision: 0.1 $ somewhere in the .r file to get Source Integrity to recognize it and update it. But I only want to display the numbers . Would that be possible in a .r file? > Doesn't sound d

Re: Version String

2000-10-19 Thread David Heil
ion string in Constructor... >> From: David Heil [mailto:dheil@p...] I need to embed: $ProjectRevision: 0.1 $ somewhere in the .r file to get Source Integrity to recognize it and update it. But I only want to display the numbers . Would that be possible in a .r file? > Doesn't sound d

Re: Version String

2000-10-19 Thread David Heil
ion string in Constructor... >> From: David Heil [mailto:dheil@p...] I need to embed: $ProjectRevision: 0.1 $ somewhere in the .r file to get Source Integrity to recognize it and update it. But I only want to display the numbers . Would that be possible in a .r file? > Doesn't sound d

Access to Knowledge Base

2000-10-30 Thread David Heil
I would like to know why questions about access to the Knowledge Base (because of company fire walls) are ignored in this forum. Is this the wrong place to ask such questions? Or maybe nobody knows? Surely someone at Palm who pays attention to this forum would be able to address this issue. Res

Access to Knowledge Base

2000-10-31 Thread David Heil
Perhaps if I, Elizabeth, Heather, and everyone at Metrowerks complains, I mean "votes", about this issue (no access to Knowledge Base because of fire walls) every day, one day we will be able to look up needed information ourselves. Until then, I guess we will have to send our questions to the

Access to Knowledge Base

2000-11-03 Thread David Heil
>Thanks for organizing the petition, Dave :-) >So, the current "architecture" of the oasis.palm.com server means that the >KB searches can't happen on port 80 since it is in use by another process >on the same box. Given that the KB has to be on a nonstandard port, which >port number would work