RE: checking if DB is in ROM

2004-06-26 Thread Matthew Bevan
And now for a specific answer, you can try the following: // Return true if the database is in a read-only heap (ROM). Boolean DmDatabaseIsROM ( UInt16 card, LocalID lid ) { void *gid; unsigned short heapid; // The following may be a fairly good indicator, but we need proof. gid =

re: Help on VFSDirEntryEnumerate is urgently [tetsuo Nagamatsu]

2004-06-26 Thread Victor .
Dear Tetsuo, I have changed the size to 256 but still the same result. anyway the snippet of code below is taken from Palm OS Reference Manual, but it doesn't work either. FileInfoType info; FileRef dirRef; UInt32 dirIterator; Char *fileName = (Char*) MemPtrNew(256); // should check for err //

Re: Help on VFSDirEntryEnumerate is urgently [tetsuo Nagamatsu]

2004-06-26 Thread Jan Slodicka
Hi Victor, I would say that you should read the VFSDirEntryEnumerate description and analyze the error returned. Simply saying that there is an error is not enough... Which error? Did you compare the results to some file manager? Does it happen on other directory as well? etc. BTW if your

PODS debugger problem on Sim

2004-06-26 Thread Rob Riker
Whenever I try to use PODS to debug anything (e.g., the HelloWorld template project), the debugger fires up the 5.4 sim OK, the debug console pops up on the sim, and the Windows-side console shows: Section 'Dtest code:' loaded @ 0x58000cb8 on card 0 ( Sect(1) ) Section 'Dtest code:0001'

ScreenShot

2004-06-26 Thread Mgh
Hello all, is there a way to take screenshot from a Palm device. I am using Zire 71 with Palm OS 5 Regards ! Tozmma __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail -- For

RE: ScreenShot

2004-06-26 Thread Nathan Black
is there a way to take screenshot from a Palm device. Yeah, there's a Screenshot app I use, I dunno it's name search for screenshot on http://www.handango.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PODS debugger problem on Sim

2004-06-26 Thread Ben Combee
At 12:21 PM 6/26/2004, you wrote: Whenever I try to use PODS to debug anything (e.g., the HelloWorld template project), the debugger fires up the 5.4 sim OK, the debug console pops up on the sim, and the Windows-side console shows: Section 'Dtest code:' loaded @ 0x58000cb8 on card 0 (

Re: ScreenShot

2004-06-26 Thread Prakash
There were a few available. at the moment, i can recall only http://www.linkesoft.com/screenshot/ also check this opensource project http://sourceforge.net/projects/mscreen/ Cheers, Prakash On Sat, 26 Jun 2004 20:40:04 -0600, Nathan Black [EMAIL PROTECTED] wrote: is there a way to take