re: callback function

2006-03-17 Thread she
you can download a source for this on mytreo.net. it's a complete source for audio recording. look for the SoundRec app. Im just not sure if it will work on all device. but i think source code are pretty much the same. -- For information on using the PalmSource Developer Forums, or to

Re: Softick similar

2006-03-17 Thread Regis melo
Hello Nikolia, I tried Plu2Net, but I've to install a PRC on Palm to put the solution to work It's a really problem to me do that. Softick is very transparent, because there is no software installation on device to put the things to work... Mocha is not viable because I'm using Palm

Portable C++ app

2006-03-17 Thread Regis melo
Hello! There is any mature framework that construct portable C++ software that I can deploy on Windows Mobile and Palm OS?? I'm searching for frameworks like wxWidgets, GTK, SQLite, etc that runs on both platforms. Of course, the new target is Linux, because is the future of Palm OS. Rgis

[OT] CeBit and Palm

2006-03-17 Thread Borszczuk
Hi, A bit off-topic maybe, but anyone knows if it's just me, or there is really no single PalmOS related news on the current CeBit? Regards, -- Daddy, what Formatting drive C: means?... Marcin http://wfmh.org.pl/carlos/ -- For information on using the PalmSource

Re: Portable C++ app

2006-03-17 Thread Regis St-Gelais
Regis melo [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Hello! There is any mature framework that construct portable C++ software that I can deploy on Windows Mobile and Palm OS?? I'm searching for frameworks like wxWidgets, GTK, SQLite, etc that runs on both

Re: Portable C++ app

2006-03-17 Thread ABX
Regis melo [EMAIL PROTECTED]: There is any mature framework that construct portable C++ software that I can deploy on Windows Mobile and Palm OS?? I'm searching for frameworks like wxWidgets wxWidgets is fine working on WinCE (2002, 2003 and it was just adopted to Mobile 5 this week) both on

Can I program to use a USB2.0 Palm with USB1.0 port?

2006-03-17 Thread Calvin Liu
Hi, there, Don't know if this is the correct forum to ask such question. If it's not, please kindly point me to the right place. I suppose the LifeDrive can work in USB2.0 mode but if it's possible to make it work via a USB1.0 connection? Thanks. Calvin -- For information on using the

Re: Portable C++ app

2006-03-17 Thread Leandro Sales
Hello Regis, I´m looking for something like this too. If you find something post here too, ok? Leandro Regis melo escreveu: Hello! There is any mature framework that construct portable C++ software that I can deploy on Windows Mobile and Palm OS?? I'm searching for frameworks

Re: [OT] CeBit and Palm

2006-03-17 Thread Jan Slodicka
Maybe there is, but I could hardly spot any Palm devices on the CeBit. (Well, I saw a few in the Blackberry pavilion.) On the other hand, PPC was at every corner. Jan Slodicka Resco, Palm Division - Original Message - From: Borszczuk [EMAIL PROTECTED] Newsgroups: palm-dev-forum

Equipments with Palm OS 5.4.9?

2006-03-17 Thread Guilherme C. Hazan
Hi, Are there any other equipments with this version, besides Zire 22? thx guich -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Can I program to use a USB2.0 Palm with USB1.0 port?

2006-03-17 Thread Veliko Productions
I've used my LifeDrive in 2 machines - one w/ USB 2 and the other using USB 1. Works fine on both. Th only difference is that when running on the USB 1, you get a system message letting you know that if you use USB 2 instead of USB 1, your SYNCS will be much faster. Duhh - Original

Re: Softick similar

2006-03-17 Thread Nikolai Filipov
Hello again, Regis! Well, if you have a Mac, you can use Missing Sync http://www.markspace.com/missingsync_palmos.php Also, if your PC/laptop has an infrared port, you can set up Mocha PPP to use infrared to connect. Nikolai F. At 12:47 17.3.2006, you wrote: Hello Nikolia, I tried

Re: Softick similar

2006-03-17 Thread Nikolai Filipov
Forgot to mention you can use Linux http://atulchitnis.net/writings/palm-ppp.php Hello again, Regis! Well, if you have a Mac, you can use Missing Sync http://www.markspace.com/missingsync_palmos.php Also, if your PC/laptop has an infrared port, you can set up Mocha PPP to use infrared to

Re: Equipments with Palm OS 5.4.9?

2006-03-17 Thread Tinnus
Maybe the TX. The LifeDrive is 5.4.8 though. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Equipments with Palm OS 5.4.9?

2006-03-17 Thread Blake Winton
My TX is running 5.4.9... Later, Blake. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of TinnusSent: March 17, 2006 12:54 PMTo: Palm Developer ForumSubject: Re: Equipments with Palm OS 5.4.9? Maybe the TX. The LifeDrive is 5.4.8 though.-- For information

Re: Equipments with Palm OS 5.4.9?

2006-03-17 Thread Guilherme C. Hazan
many thanks, that is what i was wanting to know. guich -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

DmWrite Fails

2006-03-17 Thread Edward
I have the following code: skelACWorkDBType findRecord, r; // where this is the database structure ... r.TimeH = (record-TimeH); r.TimeM = (record-TimeM); r.TimeS = (record-TimeS); ... MemPtr p = MemHandleLock(h); Err err = DmWrite(p, 0, r, sizeof(r)); Now - I have this all over the