Re: port to WinCE

2004-02-11 Thread Markus Dresch
http://www.palmside.com/dal.htm http://www.mobilewizardry.com/multi-platform/index.php These abstractions are a great idea, but I wonder about to the memory and performance overhead they introduce, and whether the effort they save by having a single code base is offset by implementation

ExgSend interrupt

2004-02-11 Thread apple k
Hi. I am quite new to the Exchange Manager and learnt that the ExgSend function can actually control the interruption of user's cancellation. if (ExgSend(exgSocket, record, sizeof(record), err) != sizeof(record)) // partial beam? {

Background application in Palm

2004-02-11 Thread Shyam Iyengar
Hello, I would like to write a Palm OS program which would execute another PRC and put itself into background. This application would send some commands to the child application . Can anyone tell me how do I go about this. I know one thing this would be a multiasking scenario and will not be

Re: fail to call telephone manager api

2004-02-11 Thread dwj
Now, my debug environment is: cw9.0+simulator5.1+virtual phone; And I configure simulator and virtualphone according to document. But Still fail to call the api: err = TelPhbAddEntry(telRefNum, telAppId, entry, NULL) ; err = 0x2F04 #telErrResultTimeOut (telErrorClass | 0x04) time-out was

Re: Background application in Palm

2004-02-11 Thread Jim Cooper
I know one thing this would be a multiasking scenario and will not be supported in Palm OS 5.0. Indeed. Since OS 6 (and 5.4) are being announced at PalmSource, which is on as we speak, I would expect that info to start becoming available shortly. Bear in mind that no-one can actually buy an

Re: Help on Conduit development.

2004-02-11 Thread Jim Cooper
is there any articles/tutorials on conduit development using COM framework and C++ available anywhere? There is a whitepaper here http://www.tabdee.ltd.uk on conduit development. The general discussion will apply, but the example is in Delphi (and doesn't use COM) Cheers, Jim Cooper

Application for adding two numbers

2004-02-11 Thread Teresa smith
hi, was wouldering would anyone have or know of where i can get a simple application for adding two numbers. also if using a codewarrior demo version, could an application be run on the palm device itself, or is it just for using on the computer. thanks Teresa

Re: Background application in Palm

2004-02-11 Thread Shyam Iyengar
It is like this 1. Desktop Application communicating to a Palm app 2. Palm app (lets call it as a master) accepts commands , executes another app (lets call this as a child) 3. Master goes into background and child comes into foreground 4. master sends the commands to the child, something like

CodeWarrior Demo Version

2004-02-11 Thread Teresa smith
Hi i was just wondering does the Demo Version of codewarrior for Palm OS r8, allow a simple application for adding two numbers , to run on it. Thanks ___ BT Yahoo! Broadband - Free modem offer, sign up

Best resource manuals

2004-02-11 Thread druid
Im a noob at codewarrior. I have ver 9 I seem unable to locate a good reference manual for the Codewarrior 9 Palm Can someone offer some opinions Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: port to WinCE

2004-02-11 Thread Richard Coutts
if you want games you'r best bet is mobilewizardry's shark. Why is that? My apps a vector drawing program, so I think it would fall more in this latter category. Rich -- For information on using the Palm Developer Forums, or to unsubscribe, please see

POSE Skin

2004-02-11 Thread Ing.Pablo Martin Vera
I need a skin for POSE of the treo 600 phone if any of you got it please send it to me at [EMAIL PROTECTED] Thanks Ing.Pablo Martín Vera -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: What does this Link error means?

2004-02-11 Thread Alexandre Luz Barreto
I checked the Target Panel and the entry point is configured with the PDZDescompInstall function... and i have thsi function in the PDZDescompDispatch.c i used the wizard to create the shared lib any other clues? thnx Ben Ben Combee wrote: That is the entry point for your shared library. See

Re: Palm desktop Database File

2004-02-11 Thread Jefferson Samuel
How can we encrypt decrypt the records in the Palm database? When the default conduit backup the database if should be encrypted. So the the desktop user cannot open that pdb file with some editors word application. I think cryptopad desktop palm applications uses blowfish encryption. I'm not

Super-simplified fatal exception

2004-02-11 Thread David Vestal
I simplified my program from around 19K lines to this (yes, this is the whole thing), and I still get a fatal exception. Can anyone explain why? The OS is 3.5, the code model is Small. #include PalmOs.h struct A{ char c[16]; }; struct B{ A data; B(){ StrCopy(data.c, List

RE: Super-simplified fatal exception

2004-02-11 Thread David Vestal
Heck, it even crashes like this: // This is the entire program: Palm OS 3.5, small code model. #include PalmOS.h struct B{ B(){ char c[16]; StrCopy(c, List #1); } }; UInt32 PilotMain(UInt16 cmd, MemPtr cmdPBP, UInt16 launchFlags){ if(cmd ==

Re: Super-simplified fatal exception

2004-02-11 Thread Regis St-Gelais
You dont have access to global variables with most launch codes except sysAppLaunchCmdNormalLaunch. I think that List #1 is will be stored in the global data area. -- Regis St-Gelais www.laubrass.com -- David Vestal [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] Heck, it

Re: Super-simplified fatal exception

2004-02-11 Thread Regis St-Gelais
If you check PC-Relatise strings in the 68K processor panel it should make your code work. -- Regis St-Gelais www.laubrass.com -- Regis St-Gelais [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] You dont have access to global variables with most launch codes except

Re: Super-simplified fatal exception

2004-02-11 Thread Dave Lippincott
You can't access global variables except during a normal launch code. If you create your structure/class object within PilotMain it should work. - Original Message - From: David Vestal [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 10:07

can't find smrOpen command

2004-02-11 Thread Geoff Callaghan
I'm using Codewarrior and it is telling me there is no prototype for smrOpen and smrClose. I have included the serialmgr.h header, and that generated no errors, so what's going on here? -- Geoff Callaghan IT Manager TRAK Engineering [EMAIL PROTECTED] -- For information on using the Palm

Re: Super-simplified fatal exception

2004-02-11 Thread Denis Faivre
Here is the offending statement : B(){ StrCopy(data.c, List #1); } Unless you activate the PC-relative option of the compiler, List #1 is stored in the global data area, which is not accessible with most launch codes. -- Denis Faivre - Ablivio -- For information on using the Palm

Re: port to WinCE

2004-02-11 Thread Henk Jonas
For synchronisation check EasyReplic, which makes the Active Sync synchronisation approach available to Palm OS. Henk Alan Ingleby wrote: The biggest problem I see is the GUI and Syncronisation components. Have you made any headway into solving these problems? Are you currently licensing /

Re: initialisation of memory pointer

2004-02-11 Thread Henk Jonas
check the description for memmove, both pointers have to point to some memory block you allocated or got as result from an API call. Henk BTW: It's more a C language related question, seems to be the wrong group for it. vikram sonawane wrote: hi, i'm getting an invalid read runtime error

Re: Background application in Palm

2004-02-11 Thread Henk Jonas
Hi, set an procedure alarm, call the child app, when the alarm is triggered simulate the taps by adding event to the queue from your procedure alarm. I got this approach working with key-events. Henk Shyam Iyengar wrote: It is like this 1. Desktop Application communicating to a Palm app 2.

Re: Super-simplified fatal exception

2004-02-11 Thread David Vestal
Many thanks to all of you. PC-relative Strings was already checked. However, I removed the struct constructors and replaced them with a set defaults non-global function, and now things are working. Thanks again to you all. -- For information on using the Palm Developer Forums, or to

Re: can't find smrOpen command

2004-02-11 Thread Geoff Callaghan
Never mind, someone helped me out. Geoff Callaghan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm using Codewarrior and it is telling me there is no prototype for smrOpen and smrClose. I have included the serialmgr.h header, and that generated no errors, so what's going on here?

Re: can't find smrOpen command

2004-02-11 Thread Jan Exner
Geoff Callaghan [EMAIL PROTECTED] writes: I'm using Codewarrior and it is telling me there is no prototype for smrOpen and smrClose. Typos? SrmOpen and SrmClose should work, or SerOpen/SerClose. -- Jan Exner · [EMAIL PROTECTED] · 0x9E0D3E98 · http://www.jan-exner.de/ Neues aus Frankreich

Re: can't find smrOpen command

2004-02-11 Thread Dave Lippincott
Try SrmOpen, SrmClose (Capitalization Counts) - Original Message - From: Geoff Callaghan [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 10:42 AM Subject: can't find smrOpen command I'm using Codewarrior and it

Re: What does this Link error means?

2004-02-11 Thread Ben Combee
Did you turn on the Force C++ switch or use C++ filed? That would cause your functions to use decorated names. Do a disassemble on the file to see what name is really being used for your entry point. -Original Message- From: Alexandre Luz Barreto Date: 2/11/04 6:47 am To: Palm

RE: can't find smrOpen command

2004-02-11 Thread Ben Combee
Did you try using SrmOpen and SrmClose? Spelling and capitialization count. -Original Message- From: Geoff Callaghan Date: 2/11/04 7:43 am To: Palm Developer Forum Subj: can't find smrOpen command I'm using Codewarrior and it is telling me there is no prototype for smrOpen and

Re: POSE Skin

2004-02-11 Thread David Barkovic
The Treo 600 uses the Palm Simulator, which doesn't have skins. Why do you need a skin? You can find good images of the Treo 600 in the Palm PluggedIn Program marketing resources(http://pluggedin.palmone.com). You can then superimpose a simulator screen onto the image if you want a screenshot.

Re: Best resource manuals

2004-02-11 Thread David Barkovic
You couldn't find what you're looking for in the CodeWarrior Directory/CodeWarrior Manuals/ directory? Are you looking for something specific to the IDE, or the compiler, Palm API, MSL, POSE, etc.? There are about 80 PDFs scattered throughout the CodeWarrior directory on various topics. D

Re: [ANN] free JPEG library for Palm OS (Last annonce I hope)

2004-02-11 Thread Regis St-Gelais
The downloads can now be accessed by a Web page that contains the links. http://www.laubrass.com/doc/PUB/JPEG/ -- Regis St-Gelais www.laubrass.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Can't disable pushbutton border

2004-02-11 Thread yakir
In one of my forms I have (PilRC source): PUSHBUTTON N ID Pbutton_Events_Name AT (PrevRight+16 PrevTop AUTO AUTO) FONT 0 GROUP 1 PUSHBUTTON D ID Pbutton_Events_Date AT (PrevRight+1 PrevTop AUTO AUTO) FONT 0 GROUP 1 In my code I have (the equivalent of): FrmHideObject(pForm,

RE: Can't disable pushbutton border

2004-02-11 Thread Ben Combee
This is a PilRC 3.0/3.1 bug that will be fixed in the 3.2 release. The code for the fix is already in the sourceforge CVS, but the release was held up by the PalmSource dev con that's going on this week. -Original Message- From: yakir Date: 2/11/04 11:37 am To: Palm Developer Forum

TCP Send

2004-02-11 Thread R Moon
Hi friends I need you'r experiencie with connections TCP/IP , I have a program with two while, I send buffer in format char (messages) i can only send 3925/3960 messages aproximate . I read a mesaages of a DB , I' not fin th problem , the error appear as Server is disconnected. here a sample

What use record's dirty bit?

2004-02-11 Thread Matthew Moss
This questions makes me feel just a bit stupid, but I couldn't find any documentation on it. Assuming a record's dirty bit gets set via DmReleaseRecord(), other API calls or direct manipulation, what effect does it have? Is it only referenced by conduits? -- For information on using the Palm

Re: T3 Form Resizing with Tables

2004-02-11 Thread Ryan Andersen
nevermind... I found an answer Ryan Andersen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] How do you resize a table when switching from 160 to 240? How do you add table rows, when you create a table in Constructor with a fixed number of rows? Palm's example doe snot include how

Re: What use record's dirty bit?

2004-02-11 Thread Brian Smith
On Wed, 11 Feb 2004, Matthew Moss wrote: Assuming a record's dirty bit gets set via DmReleaseRecord(), other API calls or direct manipulation, what effect does it have? Is it only referenced by conduits? You're correct. It's used by conduits to see what records have changed since the last

Palm OS Developer Suíte - Now Available?

2004-02-11 Thread Alan Ingleby
Palm InfoCenter reports (http://www.palminfocenter.com/view_story.asp?ID=6530) that Palm OS Developer Suite is now available. I can't find it at the link they say it's at (http://www.palmsource.com/developers). Is this a mistake, or am I just blind? Alan -- For information on using the Palm

Need support for my PalmOS development using Sun ONE Studio 5 (J2ME) + J2ME Wireless Toolkit

2004-02-11 Thread Denis Leclerc
Hi, I'm using Sun ONE Studio 5 to develop J2ME application on PalmOS. A) Sune ONE Studio: Sun ONE Studio 5, Mobile Edition Early Access now available. First J2ME integrated development environment to integrate and support the J2ME WTK 2.1. B) J2ME Wireless Toolkit: J2ME Wireless Toolkit

RE: Palm OS Developer Suíte - Now Available?

2004-02-11 Thread Scott Johnson
From: Alan Ingleby [mailto:[EMAIL PROTECTED] Palm InfoCenter reports that Palm OS Developer Suite is now available. I can't find it at the link they say it's at Is this a mistake, or am I just blind? I'd call it a slight over-promise, but consistent with their history of releasing cool new

PilFont (PilRc 3.0) and DD Fonts

2004-02-11 Thread Fruber Malcome
I'm working on adding the ability of PilFont to support FontTypeV2 fonts. I'm having no problems with the low-res font and creating the txt resource. My problem is that I'm unable to pull out the DD images. It seems that I need to adjust the metrics so that when reading the bitmaps, that it all

Re: PilFont (PilRc 3.0) and DD Fonts

2004-02-11 Thread LionScribe
How about looking at the source code of palmfontconv at http://sourceforge.net/projects/palmfontconv/ LionScribe Fruber Malcome [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm working on adding the ability of PilFont to support FontTypeV2 fonts. I'm having no problems with the

Hi-res graphing

2004-02-11 Thread Ryan Bruner
Okay...I've now asked this three times, but so far there hasn't been a single response. (I'm beginning to think I'm invisible! ;-) I have an application that I do graphing in. My implementation is such that I create an offscreen window, render the graph to this, and then Copy the offscreen

Re: about fldChangedEvent and system keyboard

2004-02-11 Thread Miken
please help me,and thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Hi-res graphing

2004-02-11 Thread kcorey
On Thu, 2004-02-12 at 04:37, Ryan Bruner wrote: Okay...I've now asked this three times, but so far there hasn't been a single response. (I'm beginning to think I'm invisible! ;-) Keep in mind that many of the folks who normally answer lots of questions here are likely at the conference. Give

Java Application Manager

2004-02-11 Thread Tan Chik Liang
Hi, Does anyone know whether there is a Palm app out there that downloads J2ME apps (MIDlets) onto the Palm wirelessly to be used? Kiian -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Hi-res graphing

2004-02-11 Thread Eron Hennessey
Ryan Bruner wrote: Okay...I've now asked this three times, but so far there hasn't been a single response. (I'm beginning to think I'm invisible! ;-) I have an application that I do graphing in. My implementation is such that I create an offscreen window, render the graph to this, and then