Re: Shared libraries

2005-09-29 Thread Christian Lindemeier
[EMAIL PROTECTED] wrote: Hi people, Please, I would like to know where can I find an example of shared libraries. Regards, Luiz A few month ago Vesselin Bontchev found a tutorial : http://www.isaac.cs.berkeley.edu/pilot/shlib.html hope it helps. Christian Lindemeier -- For

SoundRec question

2005-09-29 Thread she
i don't know if anyone here have tried the SOundRec application downloadable fgrom treo website. if anyone here please... would you know what OneButton.c module is for? thanks a lot!! sHe -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

UndefinedIdentifier 'TEXT'___UltraliteC++Component

2005-09-29 Thread rci_ind
Hello All, Iam using Ultralite C++ componenet app to dev a Palm application. Iam getting an error Undefined Identifier 'TEXT' i use TEXT in Table * tmpUser; tmpUser = m_Conn-OpenTable( TEXT(IdentifyUser_nosync) ); Pls advice, regards, Srini -- For information on using the PalmSource

Palm Treo 600 Series - Using Camera in Application

2005-09-29 Thread Hari Haran
Hello Guys, I need some urgent help from you. I am enhancing a Palm application which was built in Palm Visor to Palm Treo 600 Series, the problem is i need to implement the form which takes the pictures from the camera attached, in Visor i used the Eyemodule API and Eyemodule camera to

RE: INet.lib confusion

2005-09-29 Thread kiranp
Hi All, I am using Socket Notices for an Aynch. I am using a Garnet 5.4 simulator. Here's some steps what I have done so far: 1. At the start I register for notify as ... Err error = SysNotifyRegister (cardNo, dbID, ShreeGanesh ,HandleSocketsEvents , sysNotifyNormalPriority, NULL);

RE: INet.lib confusion

2005-09-29 Thread Jagat Mahapatra
Test it in the device Socket notifications are known to behave differently in simulator and devices.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, September 29, 2005 3:23 PM To: Palm Developer Forum Subject: RE:

POL and MSL both define new operator

2005-09-29 Thread David Birdsall
Has anyone had trouble using POL and Metrowerks Standard Library? Did anyone get operator new(unsigned long, void *) redefined compilation errors, and if so, how did they remedy the problem? Thanks -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: Palm Treo 600 Series - Using Camera in Application

2005-09-29 Thread Regis St-Gelais
Hari Haran [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Hello Guys, I need some urgent help from you. I am enhancing a Palm application which was built in Palm Visor to Palm Treo 600 Series, the problem is i need to implement the form which takes the pictures from

PalmOS_GlobalVariable_A5_Register

2005-09-29 Thread rci_ind
Hello All, Iam getting an error global variable XXX is accessed using A5 register Pls advice, Regards, Srini -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PalmOS_GlobalVariable_A5_Register

2005-09-29 Thread Neil Whitworth
rci_ind wrote: Hello All, Iam getting an error global variable XXX is accessed using A5 register Pls advice, Regards, Srini This is a warning from CW that you are accessing a global variable, from a section of code that it has been told should not use globals. (I.e. one of the

How do you compile and run the sample code?

2005-09-29 Thread blackflux
From the title of this thread you can tell that I am a complete newbie. With that said, I installed the Palm OS Developer Suite and I downloaded some sample code. I imported that using the “Existing Project into Workspace” option. How do I go about compiling and running the sample

RE: INet.lib confusion

2005-09-29 Thread kiranp
Any last hopes for me ??? thank you very much !!! .. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Garmin GPS underflow crash

2005-09-29 Thread Dustin Litchfield
Has anyone programmed with the Garmin GPS SDK? I am getting an underflow crash in the file GPS_API2eng.c. Dusty Litchfield [EMAIL PROTECTED] -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Garmin GPS underflow crash

2005-09-29 Thread Russell Cagle
I use the Garmin SDK. Can you describe the problem in more detail? Russell Cagle Handheld Developer, Partner Software Dustin Litchfield wrote: Has anyone programmed with the Garmin GPS SDK? I am getting an underflow crash in the file GPS_API2eng.c. Dusty Litchfield [EMAIL PROTECTED]

Compiles but won't run

2005-09-29 Thread cfgross
I have created a simple program that calls up a second form after pressing a button, and returns to the main form after pressing a second button. The second form never appears after pressing the Main form button. Is there a trick I'm not aware of? I have attched my Main and Secondary forms.

Re: Garmin GPS underflow crash

2005-09-29 Thread Dustin Litchfield
I am using the Que functions QueCreatePoint, QueClosePoint, QueRouteToPoint, and QueViewPointDetails. Here is the weird thing: when I first put the program on the iQue, it would crash every 2nd second time I used any of the above functions. I would reset the device and try it again, trying to

Re: Garmin GPS underflow crash

2005-09-29 Thread Russell Cagle
Dustin Litchfield wrote: I am using the Que functions QueCreatePoint, QueClosePoint, QueRouteToPoint, and QueViewPointDetails. Here is the weird thing: when I first put the program on the iQue, it would crash every 2nd second time I used any of the above functions. I would reset the device and

Re: UndefinedIdentifier 'TEXT'___UltraliteC++Component

2005-09-29 Thread Henk Jonas
rci_ind wrote: Hello All, Iam using Ultralite C++ componenet app to dev a Palm application. Iam getting an error Undefined Identifier 'TEXT' i use TEXT in Table * tmpUser; tmpUser = m_Conn-OpenTable( TEXT(IdentifyUser_nosync) ); Pls advice, regards, Srini At least in VC++ the macro

Re: INet.lib confusion

2005-09-29 Thread Henk Jonas
[EMAIL PROTECTED] wrote: Any last hopes for me ??? thank you very much !!! .. Hm, I vote for polling ones again. BTW: If you use 0 as timeout value, you shouldn't loose any time for the receive. Regards Henk -- -

vfsdbcache.c, Line:1992, FATAdjustFreeCounts() called on table that is not affected

2005-09-29 Thread David Birdsall
Help! I'm trying to call DmCloseDatabase and this is the fatal alert I get from the device! I've tried looking through the NVFS Issues whitepaper on the pluggedin.palmone.com site, but I'm having no luck. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please

RE: palm-dev-forum digest: September 28, 2005

2005-09-29 Thread Tam Hanna
Hi Luc, I also beleive that there is no m130 running on OS 5!!! If you actually get your hands on one, it is a prototype and probably worth loads of money;). Anyways, your user is probably meaning the Zire 31 as Ben combee said! Try to check for the Device ID of the box! Best regards Tam Hanna

Re: Tool to determine m130 CPU speed

2005-09-29 Thread Luc Le Blanc
Ben Comee wrote: Is there a tool to determine a device CPU speed? I notice the m130 has existed in at least tow flavors: one running OS 4.1, the other, likely on an ARM processor, running OS 5.2 and offering 4 times the heap space. The m130 was never released with anything other than a

How do I use Sine Cosine in a 68k Application

2005-09-29 Thread chris
I'm new to all of this. I'm trying to write a 68k application, using PODS, that is heavily into trig. I need to use 'sin' 'cos' but if I include math.h I get an error stating conflict in types for built-in function 'cos', and the same message for 'sin' 'sqrt'. If I don't include math.h I get

re: Compiles but won't run

2005-09-29 Thread ThuNguyet Nguyen
Hi there, I didn't look very carefully the 2 files. I think, at least you miss this case in AppHandleEvent HTH, tnn You would need the prototype extern Boolean SecondaryFormHandleEvent(EventPtr eventP); static Boolean AppHandleEvent(EventType * eventP) { UInt16 formId; FormType *

Re: How do I use Sine Cosine in a 68k Application

2005-09-29 Thread Jeff Summers
MathLib is probably the most common way to do trig. Link is below. You can get it with source code and just snag the functions that you need and incorporate them in your program, or the most common way is to require your users to install MathLib.prc along with your program, then your program can

Global Find

2005-09-29 Thread Jay Lee
Hi. When my application is running and I do a Find, FindLaunch(FindParamsPtr pFindParams) within my application is executed. When my application is NOT running, and I do a Find, FindLaunch(FindParamsPtr pFindParams) within my application is never reached. What do I need to do to activate

Re: Global Find

2005-09-29 Thread Robert Moynihan
Jay Lee wrote: Hi. When my application is running and I do a Find, FindLaunch(FindParamsPtr pFindParams) within my application is executed. When my application is NOT running, and I do a Find, FindLaunch(FindParamsPtr pFindParams) within my application is never reached. What do I need to do

Re: Global Find

2005-09-29 Thread Jay Lee
Hi Bob, Thanks for the quick reply. I am using POL (Palm Object Library). For class CPalmStApp, Err FindLaunch(FindParamsPtr pFindParams) is invoked when an application is started with the sysAppLaunchCmdFind command. This worked fine for POL example programs whether they were running or not.