How to read text file from SD Card

2006-01-08 Thread granbajo
I am trying to read a text file from the SD card. Any pointers / code samples would be very handy. I have been trying to read through the documentation and I am really confused as to what I need to do... (VFS, Expansion Manager Volumes arghhh... it should be as easu as FileOpen!!) Thanks

Re: How to read text file from SD Card

2006-01-08 Thread Aaron Ardiri
On 1/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am trying to read a text file from the SD card. Any pointers / code samples would be very handy. I have been trying to read through the documentation and I am really confused as to what I need to do... (VFS, Expansion Manager Volumes

Re: How to read text file from SD Card

2006-01-08 Thread Logan Shaw
[EMAIL PROTECTED] wrote: I am trying to read a text file from the SD card. Any pointers / code samples would be very handy. I have been trying to read through the documentation and I am really confused as to what I need to do... (VFS, Expansion Manager Volumes arghhh... it should be as easu as

Re: [OT, kind of] Best way to convert Palm app to Pocket PC?

2006-01-08 Thread Jim Cooper
For starters, this is probably the wrong newsgroup - a PPC one would be better :-) Future versions of eVC++ are no longer be free - it is part of VS from VS2005 onwards WindowsCE is the generic term for the mobile versions of Windows, PocketPC is specific to PDAs and smartphones (and there

Re: [OT, kind of] Best way to convert Palm app to Pocket PC

2006-01-08 Thread Roger Stringer
At 03:15 AM 1/8/2006, you wrote: Subject: [OT, kind of] Best way to convert Palm app to Pocket PC? From: David Linker [EMAIL PROTECTED] Date: Sat, 7 Jan 2006 22:36:23 -0800 I have a Palm OS app that I would like to make available to those who use Pocket PC. I could use some some pointers and

Re: [OT, kind of] Best way to convert Palm app to Pocket PC

2006-01-08 Thread Logan Shaw
Roger Stringer wrote: At 03:15 AM 1/8/2006, you wrote: I have a Palm OS app that I would like to make available to those who use Pocket PC. I could use some some pointers and ideas. You are correct, this is both off topic and an inappropriate posting to this forum. On the other hand, it

Re: [OT, kind of] Best way to convert Palm app to Pocket PC

2006-01-08 Thread Richard Coutts
You are correct, this is both off topic and an inappropriate posting to this forum. On the other hand, it would be on topic to discuss general ways of writing a Palm app so that it would be in the Palm idiom and also portable to other operating systems. (And I'd be interested to know if anyone

RE: [OT, kind of] Best way to convert Palm app to Pocket PC

2006-01-08 Thread Jeffrey Siegel
I'm interested in this topic too and would like to hear from developers working in both platforms. I've completed two large commercial applications on Palm, Windows Mobile/Pocket PC, and Windows Mobile/Smartphone. I'm currently working on a third and adding Symbian into the mix. Here are

Re: [OT, kind of] Best way to convert Palm app to Pocket PC?

2006-01-08 Thread Jeff Summers
Couple points (continuing this probably off topic conversation). First, for multi-platform development, there are several development platforms that can oblige. Java (Waba/SuperWaba), NS Basic, and Casl are three that come to mind. Casl was designed for multiplatform development - write once and

RE: [OT, kind of] Best way to convert Palm app to Pocket PC

2006-01-08 Thread gaslanis
This is great info. Like others in this forum, we have many Palm apps which would like to also support in WinCE environment. We are not looking to leave Palm development, but simply expand our offerings. If this is considered [OT, kind of] I hope a thread/forum can be dedicated to this issue

Re(2): [OT, kind of] Best way to convert Palm app to Pocket PC

2006-01-08 Thread George Henne
At 03:15 AM 1/8/2006, you wrote: I have a Palm OS app that I would like to make available to those who use Pocket PC. I could use some some pointers and ideas. Why not give StyleTap a try? http://www.styletap.com/ -- For information on using the PalmSource Developer Forums, or to

Re: [OT, kind of] Best way to convert Palm app to Pocket PC?

2006-01-08 Thread Regis St-Gelais
David Linker [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] I have a Palm OS app that I would like to make available to those who use Pocket PC. I could use some some pointers and ideas. If you are not using conduits, look at www.styletap.com its an exelent product IMO

Re: Memory error

2006-01-08 Thread esily
The project runs successfully at the beginning on clie,but being approximately a half,the error occures. if there is a NULL pointer on the clie,why there is not on zodiac? if the clie handles NULL pointer is different from zodiac,why it is successful at the beginning? Thanks in advance! -- For

Re: Memory error

2006-01-08 Thread Logan Shaw
[EMAIL PROTECTED] wrote: The project runs successfully at the beginning on clie,but being approximately a half,the error occures. if there is a NULL pointer on the clie,why there is not on zodiac? if the clie handles NULL pointer is different from zodiac,why it is successful at the beginning?

Field Level Crashing...

2006-01-08 Thread pritam hasabnis
Hello EB, I have Created Dynamic Field Control but it Crash's at FldSetTextHandle(Fld_ptr,mHandle) event...any sensible reason for it? Also My Application Size is above 44kb and I am not getting Segmentation problem. Isn't it strange? Will I have this crashing problem if my

Re: Memory error

2006-01-08 Thread esily
yes ,you are right,i found out the error,there was a invalid pointer,and i tried to accesse it. thanks again! -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: Regarding TCP/IP request

2006-01-08 Thread smartslack
Hi I'm sending this request for downloading the bitmap file. StrCopy(data,POST Content-Type: image/bitmap MyNetworkpth/waves.bmp); But it is giving me error No: 400 which means this is the bad request. I've tried all other combination but could not success. Can any one give me exact fromat for

the function is sensitive to the location of segments?

2006-01-08 Thread meffee
ever post here, no response until now. i have debuged the program some more time and has some detailed information. the .cpp file containing sound stream creation, playing and callback resided in the other segment other than first one. and when excuted to the SndStreamStart the program will halt

Re: Regarding TCP/IP request

2006-01-08 Thread Logan Shaw
smartslack wrote: Hi I'm sending this request for downloading the bitmap file. StrCopy(data,POST Content-Type: image/bitmap MyNetworkpth/waves.bmp); But it is giving me error No: 400 which means this is the bad request. I've tried all other combination but could not success. Can any one give me