Re: CW 8 + USB + Win2k = Blue Screen

2001-11-12 Thread John Stephenson
From: Ben Combee [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: Re: CW 8 + USB + Win2k = Blue Screen Date: Sat, 10 Nov 2001 01:48:39 -0600 John Stephenson [EMAIL PROTECTED] wrote in message news:67588@palm-dev-forum

CW 8 + USB + Win2k = Blue Screen

2001-11-09 Thread John Stephenson
HELP! After recommending we upgrade to CW 8, mostly for the USB debugging support, we get it and I install and try to debug over USB and BLUE SCREEN o' DEATH. Has anyone else had this wonderfull experience or am I the only lucky one? I'm running Win 2000 Server and trying to debug an m505.

Debugging and Halting

2001-09-10 Thread John Stephenson
I am trying to implement a kind of halt in my application for debugging. The idea is that when my application hits one of my asserts it stops and automatically enters debug mode at which time I could connect with it and do some debugging - even if its ony a stack trace. I have it partially

Re: BeOS for the Palm?

2001-08-17 Thread John Stephenson
From: Richard M. Hartman [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: Re: BeOS for the Palm? Date: Thu, 16 Aug 2001 17:04:59 -0700 John Stephenson [EMAIL PROTECTED] wrote in message news:59996@palm-dev-forum... From

Re: BeOS for the Palm?

2001-08-16 Thread John Stephenson
From: Richard M. Hartman [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: BeOS for the Palm? Date: Thu, 16 Aug 2001 15:25:17 -0700 Palm just aquired Be (makers of BeOS). Does this indicate anything that us developers should

Re: Serial port multiplexing

2001-08-07 Thread John Stephenson
From: Atul Suri [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: Serial port multiplexing Date: Tue, 07 Aug 2001 17:02:51 - True, cannot do this w/o adding external hardware. I was trying to find serial port multiplexers

LstSetSelection acts differently in different types of forms....?

2001-07-27 Thread John Stephenson
I have found that on a regular form ( FrmGotoForm ) I could do: LstSetListChoices( plist, NULL, 5 ); LstSetSelection( plist, -1 ); LstSetDrawFunction( plist, ListDrawFunc ); but this fails when the list is on a dialog called with FrmDoDialog. I need to put the selection call after the setfunc

Re: Emulator settings in CodeWarrior Demo R7

2001-07-20 Thread John Stephenson
Edit/Preferences, Debugger, Palm Connection Settings, Target pull-down spike - Original Message - From: dele adedoyin [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, July 20, 2001 5:12 PM Subject: Emulator settings in CodeWarrior

Re: m500 Hotsync Timeout (NOT on long sync operations)

2001-07-18 Thread John Stephenson
Jason I ran into a similar problem with my new m505. I had HotSync'd several times and then suddenly it stopped HotSync'ing (PC Win2k). After rebooting and restarting HotSync mgr several times I did a hard reset on the m505 and it finally started working. I filled out the support form on the

Re: Link Error : Could not open file: C:\test0617\RESOURCE.FRK\Starter.tmp

2001-07-18 Thread John Stephenson
CW is looking for Starter.tmp as defined in the Linker\Palm Rez PostLinker dialog box in the Mac Resource Files text box. Look in Edit\test0617 Settings or use Alt-F7 and go down to Linker and then down to Palm Rez PostLinker. You probably changed the name of either your project or the resource

Re: Link Error : Could not open file: C:\test0617\RESOURCE.FRK\Starter.tmp

2001-07-18 Thread John Stephenson
still have the problem: in my directory tree, the RESOURCE.frk folder was not created as far as I can see. I can't even succesfully compile an unedited stationary project. Thanks, persistent newbie, dele -- On Wed, 18 Jul 2001 17:28:24 John Stephenson wrote: CW is looking for Starter.tmp

Re: Link Error : Could not open file: C:\test0617\RESOURCE.FRK\Starter.tmp

2001-07-18 Thread John Stephenson
or anyother group. Win Explorer does not reveal any .tmp file or Resource folder either. Appreciate all your help cheers, dele -- On Wed, 18 Jul 2001 18:07:20 John Stephenson wrote: Are you on Win or Mac? In your Project window, in the Resources group, is there anything listed? If so

Re: Link Error : Could not open file: C:\test0617\RESOURCE.FRK\Starter.tmp

2001-07-18 Thread John Stephenson
No, I have projects all over the place. As a long shot, since even newly created Stationery projects don't work, you might want to try doing the old Uninstall, reboot, install with NOTHING else running routine. A pain but it sometime solves odd problems in Windoze. Good-luck! spike -

Re: unsigned float?

2001-07-18 Thread John Stephenson
From Targeting Palm OS : 68K Floating Point Formats The 68K back-end compiler lets you choose the number of bytes allocated for a double using the 8-Byte Doubles option in the 68K Processor settings panel. For Palm OS platform development, enable the 8-byte Doubles option. For this type Option

Re: Turn palm off code!

2001-07-16 Thread John Stephenson
Dear Mr. BSF If you search for the word "sleep" (no quotes) at this site: http://www.escribe.com/computing/pcpqa/index.html and read through the articles, you will find all the answers.spikeFrom: [EMAIL PROTECTED] Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]>To: "Palm Developer Forum"

Re: Bitmap Families

2001-07-16 Thread John Stephenson
Dear Mr. BSFIf you search for thephrase "bitmap families" (no quotes) at this site:http://www.escribe.com/computing/pcpqa/index.htmland read through the articles, you will find all the answers.spikeFrom: [EMAIL PROTECTED] Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]>To: "Palm Developer

RE: Getting text.

2001-07-13 Thread John Stephenson
Or, if you only care about the first character: if( *Commandl == 'I' ) { do your thing }; or if( Commandl[0] == 'I' ) {do your thing ); Remember, theres more than one way to skin an Ogre (I didn't want to get in trouble from any cat lovers ;) spikeFrom: "Richard Burmeister" <[EMAIL

Re: Why o Why won't this work????

2001-06-14 Thread John Stephenson
Try using OffsetOf( DriverLogRec_t, StatusErrorComment.DutyStatusCode ) to calc the offset for the second parameter to DmWrite.spikeFrom: "Richard.Johnstone" <[EMAIL PROTECTED]>Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]>To: "Palm Developer Forum" <[EMAIL PROTECTED]>Subject: Why o Why

POSE Humor ?

2001-06-14 Thread John Stephenson
The most interesting exception I have seen in released code (from POSE 3.1): Unhandled exception caught in WinMain. Dying like a log... h spikeGet your FREE download of MSN Explorer at http://explorer.msn.com -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: Troubles with NetLibSelect in main event loop

2001-06-11 Thread John Stephenson
Alan YES! I have been having problems with NetLibSelect as well. I posted a problem on Friday where NetLibSelect works for a while and then stops reporting that there is data available in the socket. The system events keep working. We have done some troubleshooting and this is what we

Re: Troubles with NetLibSelect in main event loop

2001-06-11 Thread John Stephenson
Now that I have been able to reformat the code so I could read it ( the post messed it up on my PC ) it looks like you are falling into your EvtGetEvent processing without checking to see if netFDIsSet(sysFileDescStdIn, readFDs)so you get stuck there. spike From: Alan hand [EMAIL PROTECTED]

RE: Troubles with NetLibSelect in main event loop

2001-06-11 Thread John Stephenson
Message- From: John Stephenson [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 3:36 PM To: Palm Developer Forum Subject: Re: Troubles with NetLibSelect in main event loop Now that I have been able to reformat the code so I could read it ( the post messed it up on my PC ) it looks like you

Re: CW6 running on Win2000

2001-06-09 Thread John Stephenson
You might want to consider upgrading to CW 7. I have been running it on Win2k and Win95 for a couple months with few problems and no patches ( to the OS's or CW ). spike From: John J. Corelli [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL

FileRead problems

2001-06-08 Thread John Stephenson
FileRead is returning an error 0x1610 = couldn't open in write mode because db is read-only when I read the last byte of data in the file. The previous reads succeed. Why? The code is below: -- Int32 numread; char

NetLib's recv stops working......

2001-06-08 Thread John Stephenson
... on another front . We ran into problems with a simple socket connect to a host PC over the serial ( RAS into a Win2k box ). We stripped it down to an echo server. What happens is, well, it just stops receiving on the socket. We know the app is still running because it still

RE: FileRead problems

2001-06-08 Thread John Stephenson
SORRY!! I was mis-reading the error codes! I got confused switching from the error class ( in hex ) to the manager specific errors ( in DECIMAL!!! ). Sorry! spike :( (sorry) _ Get your FREE download of MSN Explorer at

Re: Why does mod crash my palm?

2001-06-05 Thread John Stephenson
Actually the Dragonball processors are all 32 bit - in fact all Motorola 68k based processor are 32 bit. ( Look at the register width ). The problem is with 64 bit ( long long ) results or operands. Thats when you need the extra funcs to handle them. BTW I did a search for _divv under

Re: How many people actually register shareware games

2001-05-31 Thread John Stephenson
So?! How hard is it to use any search engine, type in hack or crack, and get hundreds of sites? I also doubt that many non-devs ( or even non-palm devs ) would bother to read this group - not exactly relevant outside of our little world spike From: Michael S. Davis [EMAIL PROTECTED]

Re: NetLibSocketOpen fails but errno=0

2001-05-30 Thread John Stephenson
probably miss/forget it until getting bit :p From: Keith Rollin [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: Re: NetLibSocketOpen fails but errno=0 Date: Tue, 29 May 2001 14:58:29 -0700 At 11:03 AM -0700 5/29/01, John

NetLibSocketOpen fails but errno=0

2001-05-29 Thread John Stephenson
A section of code that worked elsewhere is now failing. I call NetLibSocketOpen which fails ( returns -1 ) but errno = 0. Any ideas? thanks spike _ Get your FREE download of MSN Explorer at http://explorer.msn.com -- For

Re: conflict w/ system resources

2001-05-25 Thread John Stephenson
From 4/27/2001: Danny Epstein wrote: Applications can use resource IDs from 1 through . Zero is best avoided because it's often used to mean nothing. 1 through 32767 are reserved for system use. 32768 through 65535 (or -1 through -32768 if you prefer to think of it that way) are not

RE: Form is shiften to the right

2001-05-23 Thread John Stephenson
Ok. So the next logical question is: why are resource file(s) so darn complicated ( on Win2k the Resource.frk directory was hidden )? Why can't all of the information be kept in a single file? john From: Richard Burmeister [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED]

RE: available dynamic heap for appl

2001-05-18 Thread John Stephenson
In general Heap 0 ( the dynamic heap ) starts out with 250K on an OS 3.5 device. That same heap is used for your app's stack, globals, and any dynamically alloc'ed data. Plus, the OS uses it for other items ( for specifics see the Palm OS Companion that comes with the 3.5 SDK docs ). john

CW Linker not including all funcs in a library

2001-05-18 Thread John Stephenson
I am building several PalmOS libs for linking into a prc at a later time. They are all working fine except for one of them. When I disassemble the lib the funcs in question are missing. If I change the name of one of the missing funcs, even just add/remove one letter, they suddenly appear

Re: CW Linker not including all funcs in a library

2001-05-18 Thread John Stephenson
: Fri, 18 May 2001 15:27:20 -0700 At 2:39 PM -0700 5/18/01, John Stephenson wrote: I am building several PalmOS libs for linking into a prc at a later time. They are all working fine except for one of them. When I disassemble the lib the funcs in question are missing. If I change the name of one

Is it POSE-able to RAS

2001-05-03 Thread John Stephenson
Is it possible to use the POSE to do networking testing by RAS-ing into the same box it is running on? I have tried by setting the Serial Port = TCP but it never connects. With the Redirect Netlib... checked the Connect/Disconect button toggles but my machine does not show anyone connected.

Re: CW 7 Prefix file text box

2001-04-26 Thread John Stephenson
getting frustrated living in IDE-land. john From: Ben Combee [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: Re: CW 7 Prefix file text box Date: Wed, 25 Apr 2001 23:28:57 -0500 John Stephenson [EMAIL PROTECTED] wrote

CW 7 Prefix file text box

2001-04-25 Thread John Stephenson
I know there is a tools forum but nobody seems to be in it.. Just a little gripe - in CW 7 the Prefix file text box in the c/c++ lang panel will only accept 31 chars! Kind of hard to put the complete path to my prefix file in only 31 chars. ( I found that the only way CW would properly

RE: CW 7 Prefix file text box

2001-04-25 Thread John Stephenson
Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: RE: CW 7 Prefix file text box Date: Wed, 25 Apr 2001 16:28:40 -0700 From: John Stephenson [mailto:[EMAIL PROTECTED]] Kind of hard to put the complete path to my prefix file in only 31 chars. ( I found

CW 7 Search Paths

2001-04-18 Thread John Stephenson
I am using some relative pathing in some of my include directives ( #include "thatdir/header.h" ) and CW complains that it can't find the file. Can't the preprocessor follow relative paths or does every path need to be explicitly defined in the Access Paths? john

Re: NetSample appln.

2001-04-11 Thread John Stephenson
The easiest might be to download the 3.5 SDK samples from Palm. Thas the one I used and had no problems building. You could also check the IncsFileChanges.html that comes in 3.5 SDK Docs. This outlines the changes to the headers. john From: "Anuradha J" [EMAIL PROTECTED] Reply-To: "Palm