RE:include PalmOne headers into PODS

2005-12-05 Thread trn
Thanks to Thomas Woolway. He suggest me to use c:/palmcygwin/bin/palmdev-prep. And it is work now fine. Sasha Trukhny. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Exceptions... close to overflowing the stack ???

2005-12-05 Thread Izhido
Hi! Recently I ported a small application of mine that uses C++ exceptions extensively, to PalmOS, using Codewarrior 9 (.3, I think). Actually the app does run fine in the device, whether exceptions are thrown or not. It also runs on the Emulator, but most of the time it jumps with the

Re: Exceptions... close to overflowing the stack ???

2005-12-05 Thread
Hola, gracias por escribirme, te contestaré a la mayor brevedad !!! Jose -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Exceptions... close to overflowing the stack ???

2005-12-05 Thread Michal Seliga
this 'close to overflow' message says that you are near the limits. it is not crash. you can switch this off in emulator if you don't want to see this message. thats why it works on device anyway that means that after some new changes you may overflow stack for real. you may try to extend its

COM Conduit Development on VB

2005-12-05 Thread Del Ventruella
I have a database containing a combination of strings and integers. It seems that the COM functions read record data as one long variant. I had hoped to be able to establish a structure containing strings and integers and simply read the record into the Visual Basic structure variable. Can

NetServices on the TX

2005-12-05 Thread Robert Summers
I have a data collection program in the field that uses the Tungsten C to send data back to a central server over the wifi link. We provide our own access points on the floor and I specify those APs in the application at compile time. We're in the process of evaluating new devices and I can't

Re: Linker Error

2005-12-05 Thread Roger Stringer
Subject: Re: Linker Error From: Ben Combee [EMAIL PROTECTED] Date: Sat, 03 Dec 2005 12:29:16 -0600 At 08:23 AM 12/3/2005, you wrote: I visited a Borland help site, and over the past few days have reached the conclusion that some of the Palm OS dlls are using MFC functions. The dll that caused