General Purpose lines on serial interface

2008-05-28 Thread Carlos Dominique
I need to use the General Purpose input/output lines of the serial or cradle interface. How can I set the status of the Output line and how can I read the status of the input line? Thanks in advance Carlos -- For information on using the ACCESS Developer Forums, or to unsubscribe, please

Re: HiRes Display

2006-11-12 Thread carlos
Thanks Roger, The book is on the way. I've made numerous attempts to get in touch with ACCESS via email, mail, phone to no avail. The problem I have is: how does one program for the latest devices such as the TX. the CW9.3 produces greate code but the older devices. It still works on the TX

Re: HiRes Display

2006-11-11 Thread carlos
question if I had found the answer in the doucumentation. - Original Message -From: Pinus AlbaTo: Palm Developer ForumSent: Friday, November 10, 2006 12:41 AM Subject: Re: HiRes Display Carlos, I believe people will be more willing to answer your questons if you

Re: HiRes Display

2006-11-11 Thread carlos
with the sermon. I wouldn't have asked the question if I had found the answer in the doucumentation. - Original Message - *From:* Pinus Alba <mailto:[EMAIL PROTECTED]> *To:* Palm Developer Forum <mailto:palm-dev-forum@news.palmos.com> *Sent:* Friday, November 10, 20

Re: HiRes Display

2006-11-10 Thread carlos
essage and stop with the sermon. I wouldn't have asked the question if I had found the answer in the doucumentation.     - Original Message - From: Pinus Alba To: Palm Developer Forum Sent: Friday, November 10, 2006 12:41 AM Subject: Re: HiRes Display Carlos,I be

Re: USB debugging on Treo650 and TX

2006-11-10 Thread carlos
Thank you Ben, - Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" Sent: Friday, November 10, 2006 2:14 AM Subject: Re: USB debugging on Treo650 and TX (this is copied from the Palm OS development FAQ on the pluggedin site) Enabling On-Device Debu

Re: HiRes Display

2006-11-10 Thread carlos
Tank you Ben, One more thing, which is considered better for newbees... dt.lcr - Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" Sent: Friday, November 10, 2006 2:17 AM Subject: Re: HiRes Display in my system I use CW 9.3 and when I try to use

HiRes Display

2006-11-09 Thread carlos
HiRes Display    What's the difference between the pilrc and the constructor.  what is a high res bitmap family and how do you create, get, steal  or  otherwise find one.  in my system I use CW 9.5 and when I try to use the pilrc all I get is a BIG  blue keyboard labeled Alphasmart and I'm n

to Stefan: CW debugger crashing Sim?

2006-11-09 Thread carlos
Hello Stefan,  as an aside, is this the platform that allows you to create apps for the  latest ARM devices such as the TX and tungsten C  Thanks dt.lcr  "Stefan Mohr" <[EMAIL PROTECTED] wrote in message  news:[EMAIL PROTECTED]... Hi guys,  Weird problem that I'm hoping someone's run i

USB debugging on Treo650 and TX

2006-11-09 Thread carlos
 Ben,  when I pose the question "how can I debug the TX using the usb port"  I get the response:  "Re: Treo 300 hotsync stack size "  what's the question to be asked as I too am having problems debugging the  TX.  I'm using CW under windows 2000  Thanks  dt.lcr   "Ben Combee" <[EMAIL PROTE

HiRes Display

2006-11-09 Thread carlos
 Hi one and all,   What's the difference between the pilrc and the constructor.  what is a high res bitmap family and how do you create, get, steal  or otherwise find one.  in my system I use CW 9.3 and when I try to use the pilrc all I get is a  BIG blue keyboard labeled Alphasmart and I'

MAC address discovery

2006-11-09 Thread carlos
  Hello one and all,    Can anyone help with some code samples on how to get the mac address of the palm device.    sample code will be greatly appreciated,    thanks,    dt.lcr -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/d

Re: USB debugging on Treo650 and TX

2006-11-09 Thread carlos
Hello one and all  as suggested by Ben Combee,  I went to Palm OS development FAQ on pluggedin.palm.com  and posted the question: "how can I debug the TX using the usb port"  and I got the response:  "Re: Treo 300 hotsync stack size "  what's the question to be asked as I too am having pro

Re: Invoking program execution...

2006-11-09 Thread carlos
I'm also interested knowng how to call one app from another without having to quit the first one. in my app, I need to check for known databases and if they are not there, to create them or clear them. these dbs are created by another app which has to be executed first and separately. I would

want to learn how to create graphical objects such as buttons, tables and list boxes

2006-11-09 Thread carlos
want to learn how to create graphical objects such as buttons, tables and list boxes for the new devices as tungstens and TX. where can I go for the information? I just inherited the app and need to upgrade it to the newer devices. Thanks one and all...   dt.lcr   -- For information on usin

Re: newbe question

2006-11-09 Thread carlos
Thanks Jeff, One more bit of information, where can I get some programmin training. I've been trying to contact palm for months without success. It seem Palm is just an email company and they don't have phones or human beings attending the store. I really would like to learn how to: use graphi

newbe question

2006-11-08 Thread carlos
how do you know what kind of device you are using. for example if I'm using a TX what is it, a 68k, an ARM, or some other great little hidden name?   I need to know so I can select the right compiler/OS to program in...   dt.lcr   -- For information on using the PalmSource Developer Forums,

Re: MemoryMgr.c Non-word aligned handle

2006-09-21 Thread Carlos
This is driving me nuts!!! I have change my program to use MemHandles instead of Global variables, and that didn't help. Split the structure so there was only one int and 1 char value, and have "aligned" them Unless I am missing something... The structures loo like this (APP_MAX_ROW is 64):

RE: MemoryMgr.c Non-word aligned handle

2006-09-19 Thread Carlos
resolve issues with word alignment, although I am not sure this would be the case for strcutures as well. Carlos -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: MemoryMgr.c Non-word aligned handle

2006-09-18 Thread Carlos
orAlert,"Error", "Fetching Data", " "); ReportSQLError(hstmt); break; } } for ( i=0; itopLeft.x,bounds->topLeft.y); } return; } // end albumsListDraw() Thanks, Carlos -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

MemoryMgr.c Non-word aligned handle

2006-09-17 Thread Carlos
details of the row. * Open form B to display details * On button click, go back to form A * Re-populate list using data structure... MemoryMgr error Any idea where the problem might be? Thanks Carlos -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http

Re: Using Segments.def in PODS

2006-08-28 Thread Carlos
Thankyou for your answers... yes, the problem was because multigen was not being called by the makefile. I have a "Managed Make" project and for whatever reason it was not picking up the Segments.def file. I changed some of the parameters, and eventually it gave me errors, so I move them back

re: Using Segments.def in PODS

2006-08-28 Thread Carlos
I was doing it all wrong, I have found this on the web, and it has been very helpful: http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/popup_adp.php?p_sid=WO6mmZfi&p_lva=831&p_admin=&p_li=&p_faqid=995&p_created=1112664277 I am still having a problem at link time, I get an error: un

Using Segments.def in PODS

2006-08-26 Thread Carlos
as no type or storage class ../src/FuncPrototypes.h:21: parse error before `POP2' ../src/FuncPrototypes.h:21: warning: data definition has no type or storage class Any help would be appreciated. Carlos -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: trim()

2006-07-03 Thread Carlos Gonzalez
Thanks a lot. It works perfect! Thanks again. Carlos -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: trim()

2006-07-03 Thread Carlos Gonzalez
I am using C. I just want to shift left the content of the string... Thanks again, Carlos -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

trim()

2006-07-03 Thread Carlos Gonzalez
Hello everyone, I am newbie in this... Is there a function that truncates the blank space " 1.5" before the 1.5? like sprint(), trim()... Thanks, Carlos -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Memory Leak

2006-05-27 Thread Carlos Gonzalez
Thanks everyone for all your inputs. Here is the final code that works fine with no more memory leak. Thanks againn everyone. textH = FldGetTextHandle(GetObjectPtr(MainFieldRisk)); if (!textH) { textH = MemHandleNew(8); } str = MemHandleLock(textH); doubleToStr(str, PI, 2); MemHandleUnlock(textH)

Re: Memory Leak

2006-05-26 Thread Carlos Gonzalez
- pow(0.906,PI))* 100.0; textH = MemHandleNew(8); str = MemHandleLock(textH); doubleToStr(str, PI, 2); MemHandleUnlock(textH); FldSetTextHandle(GetObjectPtr(MainFieldRisk),textH); FldDrawField(GetObjectPtr(MainFieldRisk)); MemHandleFree(textH); return handled; } Carlos -- For information on using

Re: Memory Leak

2006-05-26 Thread Carlos Gonzalez
help. Carlos -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Memory Leak

2006-05-26 Thread Carlos Gonzalez
thanks, the problem is that my debuger fails when try to launch, this started happening just today... I have no idea why. Also when I run my application in my palm, it gives me this error: MemoryMgr.C, Line 4384, Free Handle . Carlos -- For information on using the PalmSource Developer Forums

Memory Leak

2006-05-26 Thread Carlos Gonzalez
Hello everyone, I geting an error message when I click on the application icon of the emulator after I ran my application, error that reads that there is a memory leak. How can I detect this errror and correct it. Thanks, Carlos -- For information on using the PalmSource Developer Forums, or

Re: Transfering my application to my Palm

2006-05-26 Thread Carlos Gonzalez
Thanks I used Palm Desktop and worked perfect! Carlos -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Transfering my application to my Palm

2006-05-26 Thread Carlos Gonzalez
Hello everyone, I have finished my application in POSD. How can I transfer it to my Palm? Can anyone give me a link where to read this? Thanks in advance, Carlos -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

How to read a line from a csv file in SD

2006-03-13 Thread Carlos
I have never been very good at working with IO in C... that's probably why I am struggling with this one. I am trying to read a CSV file from the expansion slot to load into a database on the palm as a way to synchronize data between a desktop and palm database (relational DB). Each row i

cancel <[EMAIL PROTECTED]>

2005-12-30 Thread carlos
This message was cancelled from within Mozilla. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Sample code needed!!!!

2005-04-06 Thread Carlos Maria Caraccia
Could somebody pass me the librarian sample on "The palm os programming bible vol 1". Please. Charlie -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PODS Problem in C++

2004-12-08 Thread Carlos Maria Caraccia
between " ", is the error message that appears to me in the PODS console. This worked before in the PODS 1.0, but now it does not works. Thanks a lot. Carlos -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

PODS Problem in C++

2004-12-07 Thread Carlos María Caraccia
When I try to build a C++ file by using the standard or managed make proyect I get this error message: Building target: fgff.exe g++ -o fgff.exe sdfdsd.o /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../libcygwin.a(libcmain.o)(.text +0x7c): undefined reference to [EMAIL PROTECTED]' collect2: ld r

Problem with compilation

2004-12-07 Thread Carlos Araujo
Error relocation truncated to fit: DISP16 start[hooks.c] Medicinaline 76 Someone can help me? thanks, Carlos ___ Yahoo! Mail - Agora com 250MB de espaço gratuito. Abra uma

Problem with GNU make

2004-11-25 Thread Carlos Araujo
When I tryed to build a project named Medicina using the PODS (Palm OS Developer Suite), the following message appear in the task pane: Project Medicina build command is not GNU make What does it mean? What I have to do to solve this problem? Someone can help me? Please!!

PROBLEM WITH THE HANDLE OF A FORM USING C++

2004-11-19 Thread Carlos Araujo
I have a problem with the handle of a form when I set the handle using the function FrmSetEventHandler(pForm, &FrmPrincipal::manipuladorFormPrincipal); I create an object of the class FrmPrincipal like: FrmPrincipal * frmPrincipal = new FrmPrincipal(); And then se

Re: getting registered directories

2003-06-25 Thread Carlos Junco
PROTECTED] > > On Tue, 24 Jun 2003 20:03:31 -0400, Carlos Junco wrote: > > > > > Is there a function for getting all the registered directories for a > > specific media type? (VFS) > > Hi, > isn't there only *one* directory assigned to a specific media ty

getting registered directories

2003-06-24 Thread Carlos Junco
Is there a function for getting all the registered directories for a specific media type? (VFS) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Launching a card resident app after plugin the card ??

2002-09-25 Thread Carlos Meilln
Thanks Hal :) >From: Hal Mueller <[EMAIL PROTECTED]> >Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> >To: "Palm Developer Forum" <[EMAIL PROTECTED]> >Subject: Re: Launching a card resident app after plugin the card ?? >Date: Sat, 21 Sep 2002 16:45:16 -0700 > >See "Card Insertion and Remova

Launching a card resident app after plugin the card ??

2002-09-20 Thread Carlos Meilln
Is it possible to lauch an app that lives in the SDI card after plugin the card (I don't care if i have to copy first the app to memory) ? if so, how ??? Thanks for the answers Carlos. _ Únase al mayor servicio mundi

Card ID

2002-08-21 Thread Carlos Meilln
Hi everybody ... Is there a electronic ID in a Palm memory card that a program can use ? (it has to be unique among all the memory cards) thanks to whoever answer this question. _ Charle con sus amigos online usando MSN Messenger

Re: Sony Memory stick autorun file problems

2001-03-04 Thread Carlos Gutierrez
You need to have msautorun.prc installed in the device. "news.palmos.com" <[EMAIL PROTECTED]> escribió en el mensaje news:41477@palm-dev-forum... > > Hello > > Has anybody had any success with the sony memory stick autorun? > > I have a file called DEFAULT.ARN stored in /PALM/LM > > It is saved w

Sony's VFSMgr.h and GCC

2001-02-02 Thread Carlos Gutierrez
I can't compile a small program with VFSxxx functions using GCC and Sony's VFSMgr.h, I get: SCALib.o(.text+0x372):SCALib.cpp: undefined reference to `VFSVolumeEnumerate' SCALib.o(.text+0x41a):SCALib.cpp: undefined reference to `VFSFileOpen' SCALib.o(.text+0x47a):SCALib.cpp: undefined reference to

Scoutbuilder vs Sat. Forms?

2001-01-26 Thread Carlos Gutierrez
Has anyone seen a comparative review of these? Or somebody who has tried both can give me his opinion? Thanks... -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Creating .pdb files on Windows

2001-01-07 Thread Carlos Gutierrez
> of work. Does anyone know a quick way to take a file on the PC file and > generate a .pdb file that a Palm can open using File Streaming and see the > original PC file? I haven't tested it in the Palm, but the file "Winbox.exe", included in ZBoxZ seems to do this job. I converted a file and upl

PalmOS 4 FAT File support, TRG Clie?

2001-01-04 Thread Carlos Gutierrez
I've developed a query application which does a search in a multimegabyte file in a TRG compact flash card. It's finished and working. Now I'm adapting it to work with a Sony Clie and Memory Sticks. Recently I read that PalmOS 4.0 will support removable media. To the persons who are already test

ODBC

2000-03-20 Thread Carlos Josic
I'm trying to make an application for Palm III that connects to ODBC driver and let me read/write to any database (i.e. Access). I have downloaded the sample code for Address Transfer-1 but it uses hotsync and I need to be able to read directly to the database and show the data on my palm unit. I