Re: Automated Testing

2003-08-28 Thread Viren
on such tools, I was surfing on net the other day night and hit upon testquest. I was on its site for more than an hour or so and even dowloaded the product-catalog for symbian test-suite... nothing as such for palm though! -Viren -- For information on using the Palm Developer Forums

Re: IR Beam

2003-08-28 Thread Viren
... :-) 4. Lastly if you wanna do beaming between different devices ( like Palm to PPC, Palm to nokia etc ) , using irlib would be a better choice. I am sure since you only wanna deal with .pdb, you dont wanna entertain this suggestion even for a moment. Thanks. -Viren -- For information on using

Re: Automated Testing

2003-08-28 Thread Viren
answer. -Viren -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: HotSync software

2003-08-28 Thread Viren
other data transfer, write it on ur own over serial link if u dont wanna have palm-desktop...:-P -Viren -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Best Windows tool for developing applications for the PalmOS?

2003-08-28 Thread Viren
. :-( Could you please elaborate more on that front ? TIA. -Viren -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Writing my Own WinScreenLock

2003-08-27 Thread Viren
, then instead of updating the entire 160X160 pixels, you could clip those small areas and copy it on on-screen. Thanks. -Viren --- In [EMAIL PROTECTED], Damir [EMAIL PROTECTED] wrote: Hi, Mike. I am using another method: 1. Make my offscreen window 2. When I need to draw, I set DrawWindow to my

Re: Automated Testing

2003-08-27 Thread Viren
if there is any market for automated testing in palm? I mean what is market for such tools ? How many of palm developers actually use the automated tools for palm testing ? Thanks. -Viren -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: Automated Testing

2003-08-27 Thread Viren
. Answers please. Thank you! -Viren -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Anyone use HB++ here ?

2003-08-27 Thread Viren
May be a wrong place to ask this question but the f***in temptation!! HB++ !! Sounds like C++. :-) That term was un-heard of in this bedroom of mine. Guys, would you mind telling us more about it please? It doesnt require runtime...how does things work then in it? -Viren

Re: Anyone use HB++ here ?

2003-08-27 Thread Viren
I'd not heard of Handheld Basic until I saw the first post from this guy on another forum. It looks interesting. There is a runtime library, but its very small and built into the output PRC files. The user's Basic code is compiled into actual 68K code, a pretty nice feat. It looks

Re: MemSemaphoreReserve ????

2003-08-26 Thread Viren
!! -Viren -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: MemSemaphoreReserve ????

2003-08-26 Thread Viren
/palmos/SystemUseOnlyApdx.html Please dont forget to read the article written by Darrin Massena ... although its very old, it should give you better ideas as to what happens beneath the stuff we all call PalmOS. :-) -Viren -- For information on using the Palm Developer Forums, or to unsubscribe

Re: MemSemaphoreReserve ????

2003-08-25 Thread Viren
the licenses for both PalmOS and AMX and get the things done. Thank you in advance. You are always welcome. :-) Thanks. -Viren -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: CodeWarrior 9 feature?

2003-08-25 Thread Viren
rite ? Ben, I also dont really know why I should not make any global more than 32K size? Thanks. -Viren -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: CodeWarrior 9 feature?

2003-08-25 Thread Viren
any global more than 32K size? 16bit pointer operations. thats, -32768 to 32767 - got it? :P Okie, I understood that 16-bit address bus of palm can address 2 ^ 16 = 65536 so having the a5 point to middle of the global chunk makes it 32 KB. Thanks again. -Viren -- For information

Re: CodeWarrior 9 feature?

2003-08-25 Thread Viren
to yahoo.groups and after reading Aarons' answer, I copy-pasted the question from notepad into the reply box only to learn Ben answered it before. ...Time for me to sleep here in India perhaps. 3.29AM and Mom is shouting at me to sleep. :-) Thanks Ben and Aaron anyways. -Viren

Re: Non-relocatable chunk leaked

2003-08-19 Thread Viren
++ compilers usually mangle the names of member functions and static data members. Please read more on this topic from Strastroup (ARM ). Lippman has also depicted the topic nicely in his book Inside C++ Object Model. Go for it!! Thanks. -viren Ben Combee [EMAIL PROTECTED] ??:[EMAIL

Re: new and delete in Palm

2003-08-19 Thread Viren
Thanks Dave and Ben for the answers and sorry for the rather late reply. Ben, I also read an article of yours Inside the Palm OS :... where you have described in details the StartUp routine in PalmOS in details. A good thing to know for all the aplm adevelopers. Thanks again. -Viren

Fw: Re: How know the name fields of PDB file

2003-08-19 Thread Viren
Thanks Doug for that clarification. -Viren --- In [EMAIL PROTECTED], Douglas Handy [EMAIL PROTECTED] wrote: Viren, Correct. But Doug, how would I know what all info is it dumping in the AppInfoBlock or SortInfoBlock ? You don't have to know what or why they put something in those

Re: how to keep a check on evaluation period of an application

2003-08-19 Thread Viren
, Viren --- In [EMAIL PROTECTED], mukesh kaushal [EMAIL PROTECTED] wrote: hey.. i have an application and i want to set a trial period for the same on the palm. how do i do this..and it should take care of the trial period also when the device is reset(soft reset). This is Urgent

Re: 64K problem. Please do help.

2003-08-19 Thread Viren
an app of size 300K+ size on 3.5 ( but never on 4.0 or 5.0 and also never on tungsten devices ) and they ran smoothly. -Viren --- In [EMAIL PROTECTED], Eugene [EMAIL PROTECTED] wrote: Hello, We have very serious problem. . The size of our application is near 190 K. It consists of 70

Re: shared library

2003-08-19 Thread Viren
earlier versions ( like v4.0.1). Thanks. -Viren thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: A link error!

2003-08-19 Thread Viren
If this is an application that contains multiple resource segments, make sure that you have the runtime library in the first segment. Or if u are using any beaming code/Exchange Mgr calls, keep the things in first segement. -Viren -- For information on using the Palm Developer Forums

Re: shared library

2003-08-19 Thread Viren
to upgrade to v4.2.8 ? I guess 4.2.8 costs something like $396.00. Is it? (I am sorry but I dont wanna go to metrowerks site and keep searching...hey, its such a boring activity!! :-P ) -Viren -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Multi Segment Manual

2003-08-19 Thread Viren
generated by pilrc versus CW.) No, I dont work for metrowerks' marketing division. But if you thought that I do so then hey! -Viren -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Multi Segment Manual

2003-08-19 Thread Viren
mentioned the following in that article The PalmPilot Developer Technical Brief explicitly warns that If your application was not developed with the Metrowerks CodeWarrior for Pilot, it may run into problems. -Viren -- For information on using the Palm Developer Forums, or to unsubscribe

Re: Multi Segment Manual

2003-08-19 Thread Viren
by me long time back and thru out these years I was under the impression that CW cross-compilers are the only officially supported tools by Palm. But now that you said so, I am off that impression. May I extend my thankfulness for that explanation given by you ? Kind regards, Viren

Re: Testing - Sorry

2003-08-14 Thread Viren
Thats okay. :-). I did something same yesterday afternoon. Welcome to dev-forum. -Viren -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Memory Management

2003-08-14 Thread Viren
of the DB mgr. However, if I am not wrong, internally, DB mgr does rout its calls to Memory Mgr. -Viren -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Non-relocatable chunk leaked

2003-08-14 Thread Viren
mind posting the relevant dump from the log here so that we could probably zero in where exactly / what exactly the leak would be ? -Viren -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Problem in Conduit Design.

2001-07-01 Thread Viren Shakya
will the conduit behave ? 4. Also, is the above design acceptable ? Please suggest / comment. Viren __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ -- For information on using the Palm Developer Forums

Palm Device : Data Processing or Data Capturing ????

2001-06-25 Thread Viren Shakya
on palm ? Please provide me with links/URLs/book names. Thanks a lot. Viren __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ -- For information on using the Palm Developer