RE : Multi Threading in Palm OS!

2004-06-10 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Actually the confusion is * how to simultaneously record and stream data.!! *secondly..how to play the received data simulataneously as its arriving. I've already made a recorder which is working fine!! ** - Original Message - From: &quo

RE : Create Text file onto Palm

2004-06-10 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Yes you can, You can use the traditional file API ( open, close, read, write...). See the Palm companion V1. You can use extensions and even use paths such as "jjj/kkk/file.txt" Pedro URIA-RECIO R&D Engineer - France Telecom R&D (FTR&D/DMR/SRS) Satellite Services and Networks Laboratory 38-40 r

RE : Multi Threading in Palm OS!

2004-06-10 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
or Turbo > Pascal 3 long, long ago, but have never found a particular need for > that feature on the Palm. Nil events are good enough for me. ^_^ > > -----Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > zze-URIA RECIO Pedro

RE : Multi Threading in Palm OS!

2004-06-09 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Palm OS 5 is multithread in a very loww OS level but it is MONOTHREAD for a user application: However you can simulate a relative multithread: * by using alarms, the problem is that the finest alarm granularity is 1 second. I don't know if that suits you * by enabling socket notifications if your

RE : Reminder: PalmSource DTS Incident Support

2004-06-09 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
If somobdy does not tell if reading IP multicast messages is supported in Palm 5.2.1, I will have to pay 195 $. Please HELP -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Aaron Ardiri Envoyé : mercredi 9 juin 2004 15:04 À : Palm Developer Forum Obje

IP Multicast, URGENT!!! S.O.S.

2004-06-06 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Hi everybody Does anybody know if receiving IP multicast datagrams is supported in Palm 5.2.1 ( for example in Tungsten|C)? I know for sure that it wasn't in previous versions a couple of year ago. Pedro URIA-RECIO R&D Engineer - France Telecom R&D (FTR&D/DMR/SRS) Satellite Services and Networks

Installing NetLib

2004-06-04 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
The netFtrNumVersion returns an error; The SysLibFind call cannot find the NetLib? Is it possible that the NetLib is not installed in my Palm 5? How can I install it? Pedro URIA-RECIO R&D Engineer - France Telecom R&D (FTR&D/DMR/SRS) Satellite Services and Networks Laboratory 38-40 rue du Généra

Keeping a WIFI connection

2004-06-03 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
When the Palm powers off,so does its WIFI connection. Is it possible to avoid this? Pedro URIA-RECIO R&D Engineer - France Telecom R&D (FTR&D/DMR/SRS) Satellite Services and Networks Laboratory 38-40 rue du Général Leclerc, 92794 Issy-Les-Moulineaux Cedex 9 FRANCE Tél: +33 (0) 1 45 29 66 98

MSL C++ ---> Error: macro stdin redefined

2004-05-25 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
I have included , a MSL C++ header file And I get the following error: Error: macro stdin redefined How can I solve it? Pedro URIA-RECIO R&D Engineer - france telecom R&D (FTR&D/DMR/SRS) Satellite Services and Networks Laboratory 38-40 rue du Général Leclerc, 92794 Issy-Les-Moulineaux Cedex 9

Alarm Granularity

2004-05-24 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Is it possible to set an alarm in Palm 5 with a finer granularity than a second. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE : AlmSetProcAlarm

2004-05-19 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Hi Ben, What do you exactly mean by "using MemHandleLock on the code section that has the alarm". As far as I know (And I do NOT know much) MemHandleLock locks a chunk (MemHandle), that I have create with MenHandleNew. However as I understand from your answer I must lock the chunk that contains

POL Objects in shared Library

2004-05-19 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Is it possible to use POL objects inside ashared library? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE:RE : AlmSetProcAlarm

2004-05-19 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Is it possible to use POL objects inside the procedure which is call when an procedure alarm is triggered? I will use the function AlmSetProcAlarm to set this alarm. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Ben Combee Envoyé : mercredi 19 mai 2004

Leave a socket open after the user has switched to another application?

2004-05-19 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Is it possible to leave a socket open after the user has switched to another application? Pedro URIA-RECIO R&D Engineer - france telecom R&D (FTR&D/DMR/SRS) Satellite Services and Networks Laboratory 38-40 rue du Général Leclerc, 92794 Issy-Les-Moulineaux Cedex 9 FRANCE Tél: +33 (0) 1 45 29

AlmSetProcAlarm

2004-05-19 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
I use the function AlmSetProcAlarm to set a procedure alarm in an Application A. If the user is executing another application B at the time the alarm is triggered, is it possible for the OS to call the procedure of A? Pedro URIA-RECIO R&D Engineer - france telecom R&D (FTR&D/DMR/SRS) Satellite S

RE : "Apparent multitasking" with mp3 applications

2004-05-18 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
With regard to my previous question, Does anybody think that I can achieve this apparent multitasking effect by letting the alarm manager execute my program periodically? Pedro URIA-RECIO R&D Engineer - france telecom R&D (FTR&D/DMR/SRS) Satellite Services and Networks Laboratory 38-40 rue du

"Apparent multitasking" with mp3 applications

2004-05-18 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
I am working on a information diffusion platform for Palm 5. I would like to develop a UDP socket listener that is permanently receiving information. In the meantime the user should be able to execute any other application. I know that Palm 5 is monotask. However the operation of the program I ne

C++ Shared Library in CW9

2004-05-18 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Is it possible to create a C++ Shared Libarry with CW9? I have tried with the Palm OS Shared Library Wizard but I only get C shared libraries. Pedro URIA-RECIO R&D Engineer - france telecom R&D (FTR&D/DMR/SRS) Satellite Services and Networks Laboratory 38-40 rue du Général Leclerc, 92794 Issy-Le

XML in Palm

2004-05-17 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Do you know any XML library for Palm? Pedro URIA-RECIO R&D Engineer - france telecom R&D (FTR&D/DMR/SRS) Satellite Services and Networks Laboratory 38-40 rue du Général Leclerc, 92794 Issy-Les-Moulineaux Cedex 9 FRANCE Tél: +33 (0) 1 45 29 66 98 Fax: +33 (0) 1 45 29 45 34 E-mail: [EMAIL PR

Background Applications in Palm V

2004-05-14 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Hi, Is it possible to launch Palm 5 applications running in background like in unix ($ app&)? Pedro URIA-RECIO R&D Engineer - france telecom R&D (FTR&D/DMR/SRS) Satellite Services and Networks Laboratory 38-40 rue du Général Leclerc, 92794 Issy-Les-Moulineaux Cedex 9 FRANCE Tél: +33 (0) 1 45

Link Error : __RuntimeModule__: '__Startup__' referenced from '__DummyStartup__' is undefined.

2004-05-13 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
I am trying to link a really simple Palm aplication with the demo version of CW 8. I got the error message Link Error : Exception68K.cp: '__rethrow' referenced from '__unexpected' is undefined. After turning off the "Use C++ Exceptions" checkbox in the C/C++ Language panel I get a new link er

Link Error : Exception68K.cp: '__rethrow' referenced from '__unexpected' is undefined.

2004-05-13 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
I am trying to link a really simple Palm aplication with the demo version of CW 8 and I get this error message: Link Error : Exception68K.cp: '__rethrow' referenced from '__unexpected' is undefined. Why? Pedro URIA-RECIO R&D Engineer - france telecom R&D (FTR&D/DMR/SRS) Satellite Services