RE: Newbie Question - Using Visual Studio??

2003-07-31 Thread Sadanandam O.
Hi Aaron, Cud u plz brief the topic of compiling the same code for both palm & Pocket. I use CW for palm and eVC++ for PocketPC. Is this possible to configure Visual studio to generate ARM compatible .exe and .prc files. Regards Sadanand. -Original Message- From: Aaron Ardiri [mailto:[EM

Database Vs Text files(Beginner)

2003-06-14 Thread Sadanandam O.
Hi All, I see information is stored in text files on desktop side most of the times. Why the databases such as MS-Access or SQL server are not used as often as text files. I 'll be implementing a conduit for an application. If there are no precise reasons to use text files, I would prefer to use

pdb files(Beginner)

2003-06-11 Thread Sadanandam O.
HI all, Can anybody suggest me pdb viewer on desktop side. I have gone thru several search engines. Could not find ny. Thanks & Regards, sadanand. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Dinamically button creation

2003-06-11 Thread Sadanandam O.
erCtl Feedback slider. A feedback slider looks like a slider; however, a feedback slider sends events each time the thumb moves while the pen is still down. A regular slider sends an event only when the user releases the pen. "Sadanandam O." <[EMAIL PROTECTED]> wrote i

RE: Dinamically button creation

2003-06-11 Thread Sadanandam O.
I see a check box control created on the form with the mentioned code. I use Codewarrior 8. what's the keyword to create button control, I tried to use various keywords , nothing worked Regards, Sadanand -Original Message- From: Archivator [mailto:[EMAIL PROTECTED] Sent: Wednesday, June

RE: default value error converting from GCC++ to CW9

2003-06-10 Thread Sadanandam O.
I guess CW9 does support default parameters. If that doesn't work for u , u can use function overloading. myClass::function1(MemPtr var, Boolean ok) { ok = false; //Your code follows } myClass::function1(MemPtr var) { } Regards Sadanand. -Original Message- From: Danny

Information needed on viewing pdb files (Beginner)

2003-06-06 Thread Sadanandam O.
Hi all, Is there any way that I can view the .pdb files that are dragged from the palm emulator to the desktop. Please let me know if any viewer is available to view it. Thanks & Regards, sadanand. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Information needed on retrieving unique device-id of a palm

2003-06-05 Thread Sadanandam O.
Hi all, I am a C++ developer recently started working on PalmOS programming. I've problem of putting proper authorization to an application. Does anybody know how to retrieve the unique device ID or unique serial number of a palm device. I have been going through several websites, but I could