Re: how to read txt file by line,include search string,find string,read str in file

2003-08-12 Thread Alan Ingleby
Andy, This is a C question not a PalmOS question. I suggest you post to a C newsgroup, or do a few Google searches on processing text files in C. Alan "Andy yuan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > thank you! > > _

Re: Okay to use DmWrite() on ordinary memory?

2003-08-12 Thread Paul Johnson
Care to name em please ? Regards, Paul Johnson Applewood House www.applewoodhouse.com - Original Message - From: "Aaron Ardiri" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, August 12, 2003 8:12 AM Subject: Re: Okay to use DmWrite() on ordinary memory

RE: CW9, Linker error: PalmRez error: could not open file...,

2003-08-12 Thread Kaloyan Donev
Make shared library with your resource. Compile it. Then include prc file in your new project. Codewarrior will automaticaly merge resources from shared library in the new project. Pozdravi, Kaloyan Donev -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ge

Bitmap Information

2003-08-12 Thread Ken
Hi, I found a message that had the following: "BitmapRsrcDR1, which is available in dev seeding area, contain everything you dreamed to know about bitmaps ( and much more :)" I looked in the seeding area and did not find it. Does anyone know where to look in the seeding area? Thanks, Ken --

Re: Programmatic Category creation

2003-08-12 Thread ThuNguyet Nguyen
Hi there, > I am working on an application which wants to store data in the user's To-Do > list, in a predetermined category. I can't find example code for how to > programmatically create a Category which does not exist (if there's an open > slot, otherwise use Unfiled), and to apply that new Ca

a dbID question

2003-08-12 Thread Paul Nevai
I can't figure this out... If I have a DB on the Palm which I do not change at all, then can the dbID of it change? Under what circumstances? Assume that DmSetDatabaseInfo() has NOT been used on the DB. If DmSetDatabaseInfo() is used on another DB, can it affect the dbID of my DB? BTW, for the

clipping and WinDrawChars()

2003-08-12 Thread Todd Niec
I asked this before but didn't get a response. So here goes again. Does WinDrawChars() limit the output to the current clipping rectangle? It seems like it should, but unless I am making a mistake in setting the clipping rectangle, the text is going outside of the rectangle. thanks todd niec

Re: Okay to use DmWrite() on ordinary memory?

2003-08-12 Thread James
Aaron Ardiri wrote: > > this is what i would recommend as well :) > > #define myMemMove(a,b,c,d) \ > MemPtrDataStorage((a)) ? DmWrite((a),(b),(c),(d)) \ > : MemMove((a)+(b),(c),(d)) > > kill the { } and ; *g* not needed, and, always () around your > arguments, for safe

Fw: MemHandleSize - MemHandleResize

2003-08-12 Thread rguevara
-- Forwarded Message --- From: "rguevara" <[EMAIL PROTECTED]> To: "Forum PALM (PalmOS)" <[EMAIL PROTECTED]>,"Forum PALM (Yahoo)" Sent: Fri, 8 Aug 2003 10:35:28 -0300 Subject: MemHandleSize - MemHandleResize I have some questions

NetLibClose problem

2003-08-12 Thread Khaki Wizard
Hi, I'm using Net library to connect to an HTTP server. But when I call NetLibClose, it returns 0xF009, which is not an error code for Net library. Anyboday knows what is it? Thanks, __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design softwar

Re: Strange issue

2003-08-12 Thread Engi
On Thursday, August 07, 2003 8:28 AM [GMT+1=CET], Engi <[EMAIL PROTECTED]> wrote: > On Thursday, August 07, 2003 1:48 AM [GMT+1=CET], > Alan Ingleby <[EMAIL PROTECTED]> wrote: > >> "Engi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >>> When my records don't have any note, all is f

Re: Similar Utility to palmdump

2003-08-12 Thread Ben Combee
At 09:59 AM 8/6/2003, [EMAIL PROTECTED] wrote: Hey all... Anyone have any fancy-smancy UNIX utilities that dump out ONLY the records from a pdb? As in, without header info and all that fun stuff... par can be used to do that. http://www.djw.org/product/palm/par/ -- Ben Combee <[EMAIL PROTECTED]>

Re: Okay to use DmWrite() on ordinary memory?

2003-08-12 Thread Keith Rollin
At 1:16 PM +1000 8/12/03, Alan Ingleby wrote: Alan Ingleby wrote: > ...nitpicking the responses That's all very well Alan, but as all good dictionaries state... nit-picking should actually be hyphenated. Furthermore... [SNIP] Actually, has "nitpick", but not

Re: Memory Management

2003-08-12 Thread Steve K
Good call. Works fine now. Thanks again. Steve K "Arye Schreiber" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > You should not be calling MemHandleFree(recH), as to the fact that the data > is in DB form. You should not be freeing it at all just releasing it. > LionScribe > >

Re: Recomnd 16-Bit editor/converter?

2003-08-12 Thread Aaron Ardiri
> > you want 5-6-5 for palmos :) > > lol, I know, I saw that as soon as my own msg popped up in my email > client and I just KNEW someone would have to point it out. =P that is what we are here for. > > why not just work in 24 bit, and, then let pilrc/other convert it > > to the 5-6-5 for