nilevent doubt

2007-05-13 Thread Palmman
I am using nilevent to do ananimation. I have 2 forms. when I go to form 2 I do the animation. Thats working fine. I need to come back to my form 1 when i tap stylus on form 2. Thats where while coming back I am getting crash near if (AppHandleEvent(&event)) . the call stack ends here.

MSVC++

2006-10-10 Thread Palmman
Can I use MSVC++ / MSVS.NET to develop applications for Palm Os ? As we are able to do that for symbian/brew, using their SDK. If there are any way, please point me to the link regards Jagat -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.p

Re: problem adding rsrc to mcp project

2006-03-24 Thread Palmman
Hi Ben, Can you please explain how I can use both the resource files in one project ? I used the wizard to create one with rcp file. Now I need stringlist and wav file support. So I badly need rsrc file to be added to the project please help, or atleast say if it is impossible --Jagat -- For

sndstreamcreateextended

2006-03-16 Thread Palmman
sndstreamcreateextended is always returning 4096 no matter what value I give Err ( *SndStreamVariableBufferCallback ) ( void *userDataP, SndStreamRef stream, void *bufferP, UInt32 *bufferSizeP // memcpy *bufferSizeP = 1024; // Here I assign, but alwayes I get *bufferSizeP = 4096;

Metrowerks Segment Problem

2006-02-09 Thread Palmman
Hi All, My MW project has 12 segments. In segment tab First segment [named Segment 1] shows 15k in code and 794 in data. None of the pther segments are bigger than 64k either. But when I build sometimes it shows "Segment 'Segment 1' is greater than 64000 bytes. It will generate an invalid PRC f

Re: USB debugging on T|X

2006-02-01 Thread Palmman
It looks like while loading Talt Id 1000 it is giving this error -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: USB debugging on T|X

2006-02-01 Thread Palmman
I must admit I have 14 code segments. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: USB debugging on T|X

2006-02-01 Thread Palmman
Hi Ben, I purchased a cable, and was able to debug a simple test application created through CW wizard on my lifedrive device. But unfortunately when I try to debug my original application, it says [after slow progress bar showing transfer of code resources, just before finishing] "Failed to

Re: USB debugging on T|X

2006-01-09 Thread Palmman
Thanks Ben, Is there any other succesful way of debugging the application on LifeDrive device ? regards Jagat -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: debugging in LifeDrive Device

2006-01-09 Thread Palmman
Thanks Ben, Is there any other succesful way of debugging the application on LifeDrive device ? regards Jagat -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

LifeDrive NULL Dilema

2005-12-30 Thread Palmman
Hi All, I am trying to set some pointers and access them from a callback function. In LifeDrive Simulator [or Device], While setting, I am setting them as NULL, but while getting in the callback I get them as 0x. In default 5.2 CW Simulator I am getting them as 0x Why is the di

Re: debugging in LifeDrive Device

2005-12-26 Thread Palmman
Hi Erico, > You can using serial only if you have the right cable, beaver using USB Thanks, Can you point me to the right cable ? Can I purchase it at PalmOne ? Would an USB to Serial cable connecting to com1 work ? Has anybody succesfully been able to debug in palm so lifedrive device ? thanks

debugging in LifeDrive Device

2005-12-23 Thread Palmman
Hi All, I am trying to debug my application in LifeDrive device through Codewarrior. 1. How would I go to debug mode in lifedrive ? ..2 ? ..1 ? 2. Why codewarrior is unable to connect to lifedrive through USB where as the Lifedrive manager is working fine [which works through USB] thanks in a

Re: I need some functions

2005-12-12 Thread Palmman
Sorry for being off topic, I came across this posting sometime later, and could not believe that I had posted this reply. Sorry.. How could I do this ? Shame on me -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

sound

2005-07-28 Thread Palmman
Hi all, I am trying to record sound using SndStreamCreate. it is giving invalid param error 0x8010 What could be the reason I am using a Tungsten T regards /** * * Copyright (c) 1999-2004 PalmSource, Inc. All

hostfs

2005-07-27 Thread Palmman
Hi all, Does anybody know where can I get a hostfs.prc for garnet 5.4r ? regards -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: sound using simulator

2005-07-26 Thread Palmman
Yes, Right Click on Simulator -> Settings -> Enable Sound -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

please help

2005-07-26 Thread Palmman
Hi All, Hope you all are fine. I have posted lots of queries in last two months and got little or very few reply, which sometimes make me feel that my posts are not really visible in the forum, even though I can see them and I get other's posts. And the frequency of responses are so less that o

sndcreate problem

2005-07-25 Thread Palmman
Hi all I am trying to record voice, but it is crashing in callback. Please guide, regards #define BUFLEN 1024 Int16 mbf[BUFLEN]; Int16 i = 0; Err SndTestRec_Callback (void *userData, SndStreamRef stream, void *buffer, UInt32 frameCount) { Int32 j = 0; Int16 *buf_ptr=buffer; for (j=0;

sound using simulator

2005-07-19 Thread Palmman
Hi all, I was wondering if anybody has tested sound/wav file on simulator using PC's earphone. Is it possible to test my sound application (SndPlayResource..) through simulator ? I am using 5.4 Garnet regards -- For information on using the PalmSource Developer Forums, or to unsubscribe, pleas

full duplex sound communication

2005-07-14 Thread Palmman
Hi all I did not get an answer to this. So trying to re post in the same thread. I want to do the following. 1. I need to know if I can record sound and play sound simultaneously. Say I speak and the sound is buffered in palm, at the same time the sound that came from the server should be pl

breaking 68k size

2005-07-06 Thread Palmman
Hi all, I need to store a large chunk in memory, but it seems I am unable to allocate more than 68k memory [It used to be 64k, right ?] to a handle. I wanted to know if there is any workaround for this ? I wanna send a large chunk of data through network in one go. I really dont wanna split them

Problem installing application.prc

2005-06-21 Thread Palmman
Hi All, I am trying to install a prc to my device, whose size is around 190kb. Surprisingly when i try to install this prc file, my handheld halts. There is no hotsync error logged. My handheld halts while doing clean up task of the hotsync. Other prcs are being installed properly, but in case o