----- Original Message ----- From: "Palm Developer Forum digest" <[EMAIL PROTECTED]> To: "palm-dev-forum digest recipients" <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 3:00 AM Subject: palm-dev-forum digest: August 08, 2001 > PALM-DEV-FORUM Digest for Wednesday, August 08, 2001. > > 1. RE: Open Sockets Limitation > 2. Re: pack & unpack > 3. Re: How to protect your application from piracy > 4. RE: pack & unpack > 5. Re: mobileStudio C++ IDE for PalmOS, $19.95 > 6. UIAppshell reports SystemMgr.c Line 4192 > 7. Re: mobileStudio C++ IDE for PalmOS, $19.95 > 8. Importing databases > 9. RE: Socket Query. > 10. What is the Equivalent datatype for FileHand in SDK 3.0 > 11. Re: IDENTIFY YOUR DEVICE IS THERE BUT HOW > 12. New version of C++ library for Palm > 13. read data from serial com > 14. Does anyone know how to uncompress bitmap? > 15. adding a message in the Mail application's inbox > 16. CodeWarrior and "Make" > 17. Re: IDENTIFY YOUR DEVICE IS THERE BUT HOW > 18. Custom Fonts with Pilrc codewarrior plugin > 19. Re: How to protect your application from piracy > 20. RE: CodeWarrior and "Make" > 21. UTF-8 > 22. Unicode and Multi-Language support on Palm OS??? > 23. RE: pack & unpack > 24. Re: The archives work! But... > 25. Re: adding a message in the Mail application's inbox > 26. RE: IDENTIFY YOUR DEVICE IS THERE BUT HOW > 27. CW 7.1 Win/Mac conversion problems > 28. Re: Custom Fonts with Pilrc codewarrior plugin > 29. Re: Mocha PPP + NetLib + server socket > 30. RE: Custom Fonts with Pilrc codewarrior plugin > 31. RE: IDENTIFY YOUR DEVICE IS THERE BUT HOW > 32. Databases and indecies > 33. Re: Emulator and Skins > 34. Re: pack & unpack > 35. Re: CW 7.1 Win/Mac conversion problems > 36. Re: Does anyone know how to uncompress bitmap? > 37. Re: IDENTIFY YOUR DEVICE IS THERE BUT HOW > 38. Re: Warning: assignment discard qualifiers from pointer target type > 39. Re: Custom Fonts with Pilrc codewarrior plugin > 40. Re: New version of C++ library for Palm > 41. Re: IDENTIFY YOUR DEVICE IS THERE BUT HOW > 42. RE: Question on CtlGetLabel() > 43. RE: Question on CtlGetLabel() > 44. Re: pack & unpack > 45. Re: IDENTIFY YOUR DEVICE IS THERE BUT HOW > 46. force palm to send std. HTTP Posts? > 47. Popup List Selection > 48. Re: IDENTIFY YOUR DEVICE IS THERE BUT HOW > 49. Re: Popup List Selection > 50. Re: New version of C++ library for Palm > 51. Re: Popup List Selection > 52. RE: IDENTIFY YOUR DEVICE IS THERE BUT HOW > 53. RE: Question on CtlGetLabel() > 54. Interesting List Item Problem > 55. re: Popup List Selection > 56. RE: Databases and indecies > 57. RE: Importing databases > 58. RE: What is the Equivalent datatype for FileHand in SDK 3.0 > 59. RE: PRC Error > 60. Pictures on the PALM?? > 61. RE: UIAppshell reports SystemMgr.c Line 4192 > 62. mobileStudio C++ > 63. Re: mobileStudio C++ > 64. RE: Emulator and Skins > 65. Changing a Form's size and location > 66. OnBoardheader missing CtlSetLabel > 67. Re: Emulator and Skins > 68. Busy socket error (Net 0x1209) on virtually all port number I try > 69. RE: OnBoardheader missing CtlSetLabel > 70. Palm compiler for MacOS > 71. Re: Palm compiler for MacOS > 72. RE: Palm compiler for MacOS > 73. Re: Palm compiler for MacOS > 74. How to for CodeWarrior to generate ROL/ROR op code? > 75. Re: How to for CodeWarrior to generate ROL/ROR op code? > 76. RE: Changing a Form's size and location > 77. RE: How to for CodeWarrior to generate ROL/ROR op code? > 78. RE: Interesting List Item Problem > 79. from subramanian > 80. Re: OnBoardheader missing CtlSetLabel > 81. RE: from subramanian > 82. Displaying found records in table Find function > 83. query on form handling.... > > ---------------------------------------------------------------------- > > Subject: RE: Open Sockets Limitation > From: Gavin Maxwell <[EMAIL PROTECTED]> > Date: Wed, 8 Aug 2001 14:59:11 +0800 > X-Message-Number: 1 > > Brady, > > In addition to Richard's earlier comments: > > If you're using the Puma supplied TCP/IP extension (which I wrote) I'm > pretty sure there is an option to set the "linger" value for a socket once > it is closed. It was a while ago though... and my brain cells are not gettng > any younger... :-) > > Cheers, > Gavin. > > -----Original Message----- > From: Brady Hurst [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 1:27 AM > To: Palm Developer Forum > Subject: Open Sockets Limitation > > > Is there a known issue with having a maximum number of 16 opened and closed > sockets with the NetLib API? I am using Symbol 1740 series wireless > scanners to use sockets to pass strings a server. So far, I have only > tested this with Satellite Forms (which uses an extension pass through calls > to NetLib), but I have looked at the source for the extension, and it seems > pretty straight forward. After I open and close 16 sockets, the creation of > the 17th always returns a "no more sockets" error. If I close and reopen > NetLib, it seems to reset and things work fine. > > Thanks, > > Brady Hurst > Director IT > Lightning Components Corp. > [EMAIL PROTECTED] > 817-442-8990 > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Richard > Burmeister > Sent: Tuesday, August 07, 2001 9:01 AM > To: Palm Developer Forum > Subject: RE: Database Query > > > > From: Manojaba Banerjee > > Actually in my application with the DmCreateDatabase function am > > creating a database in which i am storing some data and this data i can > > see in the record using debugging..but some database file shud have been > > created physically..right?? > > Wrong. > > A database on a Palm device (or on POSE) is not a file. > > As Patrick said, however, if you created the DB with the backup bit on, then > when you sync Pose to your desktop, your database will be saved on your > desktop in the c:\Palm\<name>\Backup directory as a pdb file. (On my Win2K > machine that's actually in the C:\Program Files\Palm\<name>\Backup > directory.) > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/tech/support/forums/ > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/tech/support/forums/ > > ---------------------------------------------------------------------- > > Subject: Re: pack & unpack > From: "Michal Seliga" <[EMAIL PROTECTED]> > Date: Wed, 8 Aug 2001 09:16:53 +0200 > X-Message-Number: 2 > > On 8 Aug 2001, at 0:00, Palm Developer Forum digest wrote: > > > Subject: pack & unpack > > From: "Manojaba Banerjee" <[EMAIL PROTECTED]> > > Date: Wed, 8 Aug 2001 11:28:27 +0530 > > X-Message-Number: 115 > > > > hi all !! > > > > can neone give me the exact reasons why packing and unpacking are > > used.... > > from the earlier mails i got ideas about the usefullness of packing, but > > can neone emphasize on unpacking also ? > > > > thanx & regards.. > > > > Manojaba > > Maybe I didn't got you question, but I think that if you have something packed you must unpack it again before using.. ;-) (unless you program can handle > packed data directly - works for some text editors > > ---------------------------------------------------------------------- > > Subject: Re: How to protect your application from piracy > From: Aaron Ardiri <[EMAIL PROTECTED]> > Date: Wed, 8 Aug 2001 09:59:45 +0200 (MET DST) > X-Message-Number: 3 > > On Wed, 8 Aug 2001, manish jaggi wrote: > > Hi , > > I am a newbie in the Palm World. > > I have made a good software and i want to sell it . > > But i find some strange things even if i sell the registration version > > > > If i use the hotsyncuser name as the key then there can be same names so i > > can not sell my s/w to two persons with the same user name > > > > The other ways are just not suitable. > > > > I found that some of the gaming applications use a method to identify the > > device id. on Palm m100 series the ids must be there. is there a wayto > > determine it. > > take a read of this: > > http://oasis.palm.com/dev/kb/papers/2169.cfm > > then draw your own conclusions.. :) this thread has come up so oftem > its been beaten black and blue. > > // az > [EMAIL PROTECTED] > http://www.ardiri.com/ > > > ---------------------------------------------------------------------- > > Subject: RE: pack & unpack > From: "Manojaba Banerjee" <[EMAIL PROTECTED]> > Date: Wed, 8 Aug 2001 13:28:17 +0530 > X-Message-Number: 4 > > sorry, i mised the point that i asked about unpacking & packing in case > of record handling, while i have created a record structure. > can u plz give some info regarding this ? > > It's Manu.....=20 > > ITL Infosys =20 > > > > -----Original Message----- > From: Michal Seliga [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 12:47 PM > To: Palm Developer Forum > Subject: Re: pack & unpack > > > On 8 Aug 2001, at 0:00, Palm Developer Forum digest wrote: > > > Subject: pack & unpack > > From: "Manojaba Banerjee" <[EMAIL PROTECTED]> > > Date: Wed, 8 Aug 2001 11:28:27 +0530 > > X-Message-Number: 115 > >=20 > > hi all !! > >=20 > > can neone give me the exact reasons why packing and unpacking are > > used.... > > from the earlier mails i got ideas about the usefullness of packing, > but > > can neone emphasize on unpacking also ? > >=20 > > thanx & regards.. > >=20 > > Manojaba > > Maybe I didn't got you question, but I think that if you have something > packed you must unpack it again before using.. ;-) (unless you program > can handle=20 > packed data directly - works for some text editors > > --=20 > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/tech/support/forums/ > > ---------------------------------------------------------------------- > > Subject: Re: mobileStudio C++ IDE for PalmOS, $19.95 > From: "Henry" <[EMAIL PROTECTED]> > Date: Wed, 8 Aug 2001 16:09:13 +0800 > X-Message-Number: 5 > > Hi Pietro, > > Thank you for interest in mobileStudio :) > > The current version of mobileStudio C++ 1.0 does not come with source code > for the framework, but we do not rule out the possibility of doing so in the > future. > > Regards, > Henry > MobileSoft Labs > > > Are the sources code of the MFW library included in this special edition? > > If not... why not :-? and how can I obtain them? > > > > Simply speaking, I like to have the sources of all the library linked to > my > > work :-) > > > > BTW, I'm evaluating your tools in these days and they looks good. > > > > Best Regards > > Pietro > > > > -- > > The pawn is the most important piece on the chessboard... > > up to the pawn. > > > > > > > > > > > > ---------------------------------------------------------------------- > > Subject: UIAppshell reports SystemMgr.c Line 4192 > From: "palmist palmist" <[EMAIL PROTECTED]> > Date: 8 Aug 2001 08:29:50 -0000 > X-Message-Number: 6 > > Hi, > I have created an application and it was tested on palmos 3.1 IIIx-dbg rom, > palm os 3.1.V.rom and Palm OS 3.3-en-v.rom. It worked fine on these. But when I > test it on Palm OS 3.3-en-iii.dbg rom it gives memory leaks and also says that: > UIAppShell[unknown version] reports "DataMgr.c, Line 2542, Records left locked > in closed unprotected DB". If this is the latest version of "UIAppShell", .... > > and also: > UIAppshell reports SystemMgr.c Line 4192, possible memory leak. Use the 'hd0' > command to find chunks owned by your application.... > > Can anyone please help. > Thanks > > _________________________________________________________ > For Rs. 2,000,000 worth of Aptech scholarships click below > http://clients.rediff.com/clients/aptechsch/index.htm > > > > > ---------------------------------------------------------------------- > > Subject: Re: mobileStudio C++ IDE for PalmOS, $19.95 > From: Gert-Jan Vons <[EMAIL PROTECTED]> > Date: Wed, 08 Aug 2001 10:36:05 +0200 (MEST) > X-Message-Number: 7 > > > The mobileStudio C++ technical FAQ says one needs to install the > PalmOS SDK3.5; are there any dependencies, or can one safely > install and use the SDK4.0 ? > > Same question for POSE; it is stated that mobileStudio uses POSE, > can one safely install the most recent version from www.palmos.com, > or use one of the sony or handera POSE versions? > > Also, what version of gcc is being used? > > Gert-Jan > > ---------------------------------------------------------------------- > > Subject: Importing databases > From: "palmist palmist" <[EMAIL PROTECTED]> > Date: 8 Aug 2001 08:43:00 -0000 > X-Message-Number: 8 > > Hi, > Is there a way I can import the database of an existing application into a new application from within the Palm device. > i.e to programatically transfer the data that is in one database into a new database of a different application. > Regards, > > > _________________________________________________________ > For Rs. 2,000,000 worth of Aptech scholarships click below > http://clients.rediff.com/clients/aptechsch/index.htm > > > > > ---------------------------------------------------------------------- > > Subject: RE: Socket Query. > From: Gavin Maxwell <[EMAIL PROTECTED]> > Date: Wed, 8 Aug 2001 17:23:20 +0800 > X-Message-Number: 9 > > This should work just fine. Just make sure you turn on TCP/IP redirection... > > Gavin. > > -----Original Message----- > From: Aaron Peter [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 04, 2001 4:50 PM > To: Palm Developer Forum > Cc: communication developer > Subject: Socket Query. > > > Hi, > If i have two instance of my Pose , whether can i write to a Port > from one Pose and read the data from the second instance of Pose in the > same PC. If not please tell me how to check my programs. > > Thanks in Advance > Peter > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/tech/support/forums/ > > ---------------------------------------------------------------------- > > Subject: What is the Equivalent datatype for FileHand in SDK 3.0 > From: "palmist palmist" <[EMAIL PROTECTED]> > Date: 8 Aug 2001 10:49:45 -0000 > X-Message-Number: 10 > > Hi, > Can anyone tell me what is the equivalent of FileHand type that can be used in sdk3.0/3.1. I need to open a file > FileHand newExp; > newExp = FileOpen(0,"CustExp.txt",0,0,fileModeUpdate,NULL); > There are errors at FileHand as well as the fileModeUpdate. In the PalmCompatibility.h header this is not mentioned. Greatly appreciate any help in this regard, > Cheers, > Palmist > > > _________________________________________________________ > For Rs. 2,000,000 worth of Aptech scholarships click below > http://clients.rediff.com/clients/aptechsch/index.htm > > > > > ---------------------------------------------------------------------- > > Subject: Re: IDENTIFY YOUR DEVICE IS THERE BUT HOW > From: "manish jaggi" <[EMAIL PROTECTED]> > Date: Wed, 08 Aug 2001 10:57:55 +0000 > X-Message-Number: 11 > > > Thank you for the reply. > but still i have a problem . > The hot sync username may be same . > The applications doveloped by Mr Ardiri like Dkjr or phire display a unique > number on the registration screen that is unique for the device and many > other applications like chess from chessgenius do the same. > I just want to know how to get that value. > Please help me out > Manish > > > >From: Aaron Ardiri <[EMAIL PROTECTED]> > >To: manish jaggi <[EMAIL PROTECTED]> > >CC: [EMAIL PROTECTED] > >Subject: Re: IDENTIFY YOUR DEVICE IS THERE BUT HOW > >Date: Wed, 8 Aug 2001 10:01:44 +0200 (MET DST) > > > >On Wed, 8 Aug 2001, manish jaggi wrote: > > > If there is not a unique id as we infer . Then How does the games like > >dkjr > > > , phire , etc demo versions show the same identification number for my > > > device. I have 2 devices one m100 and m105 and the IDs generated by the > > > applications (above) are different. Can you suggest some API's for that. > > > >http://oasis.palm.com/dev/kb/faq/1043.cfm > > > >// az > >[EMAIL PROTECTED] > >http://www.ardiri.com/ > > > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > ---------------------------------------------------------------------- > > Subject: New version of C++ library for Palm > From: [EMAIL PROTECTED] > Date: Wed, 08 Aug 2001 07:09:38 -0400 > X-Message-Number: 12 > > Dear Palm developer! > > We are glad to inform you about POL 3.0 Professional release. POL is a powerful C++ library for Palm OS. > > So what new can you find in this version? Every our new release is designated to implement strategically new aims of our Software Engineering group. Different communities, such as doctors, businessmen and employees, use Palm devices in increasing frequency. It requires a rich set of different services from Palm applications. > > POL 3.0 is assigned to maximal simplification of all classes of Palm applications: starting with small business applications up to large corporate packages. > > For small business applications POL provides framework and basic GUI functionality. A corporate application requires flexible database access and rich set of database-bounded controls. To achieve it POL provides you with a great number of stream classes and database-bounded grid/list controls. > > Let's examine key features of this release: > > 1. Palm OS 3.5 - 4.0 API support; > 2. support of graphical forms; > 3. modal forms support (extension of standard Palm OS features); > 4. support of standard controls (tables, buttons, fields, lists, labels, scrollbars, etc); > 5. custom control support; > 6. event routing facilities; > 7. classes for working with Palm databases; > 8. grid and list controls that are automatically integrated with Palm databases; > 9. an MFC-like powerful string manipulation CString class > 10. streams support; > 11. built-in collections support, including dynamic arrays, lists, hash tables and stacks; > 12. exceptions support; > 13. exchange manager support; > 14. Net library support; > 15. serial manager support; > 16. miscellaneous classes. > > The most significant parts of POL are database-bounded controls and stream classes. POL extends Palm OS table manager by hierarchy of grid classes. Grids in POL work in different selection modes. They can automatically show your data with different styles of dividers and borders. Total streaming is quite a new feature of this release. You can use well known "<<" and ">>" C++ operations for accessing everything in the same manner: starting from database records or network connections and up to memory access -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
