RE: Find Files

2006-11-28 Thread Micky MeNeZeS
Hi Following is the way I am reading files now. theErr = DmGetNextDatabaseByTypeCreator(true, &state, sysFileTFileStream, 0, latestVer, &card, ¤tDB); while (theErr != dmErrCantFind) { if (currentDB) { /* do something with c

Send/Receive data

2006-11-28 Thread Shruti Wadhwa
I have a very strange problem. I tried to use INet API. It didn't gave any problem , but at runtime , i got error "Unable to load the INet.Lib" I searched and didn't found INet Lib on my PC.But i have INetMgr.h I then tried to use Net.Lib, it is present in my system but there is s

string array causing strange behaviour of code

2006-11-28 Thread V. Sriram
hello everyone, i've written a subroutine which displays the contents of a array of strings (2-D) in a list. this array is quite big with more than 50 entries with each string of length 45. something like this: char str[][45]={"anbjhb", "hyfskldjd", .50 elements}. StrCopy(gU_itemList[I_i],

Re: Send/Receive data

2006-11-28 Thread Michal Seliga
in manual to palmone sdk i read 'Palm has never supported or ported the INet library, contained in the header file INetMgr.h, to its products.' you may use http library available on most palmos5 devices (at least ones from palm) or go directly with netlib Shruti Wadhwa wrote: > I have a very stra

Video Recording

2006-11-28 Thread da13ro
Hey there, I have only recently started developing for the Palm platform but have been a developer for a many years. I am trying to harness the Palms com port, and curious if anyone has done this before. Basicly I want to take a stream from the com port and stream it into a file located on the

Re: string array causing strange behaviour of code

2006-11-28 Thread Aaron Ardiri
On 11/28/06, V. Sriram <[EMAIL PROTECTED]> wrote: hello everyone, i've written a subroutine which displays the contents of a array of strings (2-D) in a list. this array is quite big with more than 50 entries with each string of length 45. something like this: char str[][45]={"anbjhb", "hyfskl

Re: Video Recording

2006-11-28 Thread Michal Seliga
check palmos reference guide for serial manager for communication part and VFS manager for sd/mmc file saving. [EMAIL PROTECTED] wrote: > Hey there, I have only recently started developing for the Palm platform but > have been a developer for a many years. I am trying to harness the Palms com >

Re: HowTo: Use par utility for text-file to multi-record .pdb?

2006-11-28 Thread Lynn Allan
FYI if someone is faced with doing something similar: I tweaked par.c, renamed as TextLines2Pdb.c, and put together the Vc6 and VC7.1 project files. As David Williams describes it, par is a "Swiss Army Knife" whereas TextLines2Pdb has the narrow purpose that I was looking for which par doesn't

Re: .pdb - HotSync, 256 limit?

2006-11-28 Thread Baxter
"Douglas Handy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > But other than synchronization, there is no real value to the unique ID so in my > view it isn't a matter of other utilities failing to correctly analyze the pdb > file. > Not so - if you want to establish a relationsh

Custom app for remoting into a pc using WiFi

2006-11-28 Thread jbarnett74
I'm not very familiar with the modern Palm OS or hardware. However, I'm interested in using a PDA to remote into a PC using WiFi technology. I've got an idea for an application that must be able to query the file structure on a PC, list the results, and allow the PDA user to select a file to e

Re: Custom app for remoting into a pc using WiFi

2006-11-28 Thread Aaron Ardiri
On 11/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I'm not very familiar with the modern Palm OS or hardware. However, I'm interested in using a PDA to remote into a PC using WiFi technology. I've got an idea for an application that must be able to query the file structure on a PC, list

Re: Custom app for remoting into a pc using WiFi

2006-11-28 Thread jbarnett74
Actually no, I'm not referring to remote desktop. As you put it, I'm interested fast performance and using few resources. For example, I could use a Palm to ssh into a Linux box using WiFi. However, I'm looking at hiding that type of functionality behind a simplistic front-end. I would compa

Quick feedback on SndStreamCreate with sndInput

2006-11-28 Thread Christian Giordano
For a personal tiny application I'd like to generate visuals based on the microphone input sound level. Being a newbie I looked around for some tutorials/source files. Thus I found http://sourceforge.net/projects/spectraltuner/ . It really uses similar functions I need. The performance though

Re: Send/Receive data

2006-11-28 Thread kaushik15
Hi, I hv used the InetLib and using the same Garnet SDK and faced no problem in send/receive of data from the url.I hv used InetLib API and include "INetMgr.h" in my c files. regards Kapil -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://ww

Re: Send/Receive data

2006-11-28 Thread Ben Combee
On 11/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > I hv used the InetLib and using the same Garnet SDK and faced no > problem in send/receive of data from the url.I hv used InetLib API and > include "INetMgr.h" in my c files. INetLib has never been supported on Palm OS 5.0 a

Making todo list

2006-11-28 Thread Durgesh Trivedi
i want to create the list of todo item for due today in my application and 4 that i am loading just only the description field in the list but it is giving the error message invalid pointer 4 that and when i look the code of actul todo they r loading it in a table so i cant understand that wh