Re: Getting a conduit to run at *every* Hotsync

2001-07-02 Thread Gavin Maxwell
Hi Andrew, The simplest way is to use a creator id for an application that you know is always there, and doesn't have an existing conduit... your best bet is Calculator (creator id = 'calc'). You just need to lookout for the situation where someone else is already using that creator id. This

Re: can we play mp3 files on palm device

2001-07-02 Thread Michal Seliga
On 30 Jun 2001, at 0:00, Palm Developer Forum digest wrote: > Subject: Re: can we play mp3 files on palm device > From: "Juan de Dios Santander Vela" <[EMAIL PROTECTED]> > Date: Thu, 28 Jun 2001 19:06:17 +0200 > X-Message-Number: 1 > > The 68K core inside Dragonball processors cannot handle enou

bigger function names make bigger applications

2001-07-02 Thread Yoel Lanir
Hi all, I was looking at my prc file as a text file, and I was surprised to see that the function names are embedded inside the prc file. A quick test assured that if I reduce the size of a function name, the application reduces size. Does anyone know of a tool that optimizes code generation to

RE: bigger function names make bigger applications

2001-07-02 Thread Richard Anderson
Try building it without any debug symbols. Its probably only the debug sysbols making it bigger !!!. The functions will be represented as addresses, which are always the same size (platform dependant). Rik > -Original Message- > From: Yoel Lanir [SMTP:[EMAIL PROTECTED]] > Sent: 02 July 2

Clipping Application

2001-07-02 Thread Ashish Pramod Fadnavis (SSD-BLRK3-ECOM)
> Hi All, > I am new to Palm Development.I am trying to devlop a PQA Application > using Palm Emulator 3.1. I have a .html page which contains 2 fields for > User Id and Password.I am then submitting this form/page to a JSP page > where I am retrieving the values inserted in the previous page. I

RE: bigger function names make bigger applications

2001-07-02 Thread Yoel Lanir
How do I do this? In the settings -> global optimizations I set the optimization to level 4, smaller code size. -Original Message- From: Richard Anderson [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 10:08 AM To: Palm Developer Forum Subject: RE: bigger function names make bigger

RE: bigger function names make bigger applications

2001-07-02 Thread Richard Anderson
I cant remember where it is currently and I havent got code warrior going at the moment. I think it is something to do with Mac Debug Symbols. > -Original Message- > From: Yoel Lanir [SMTP:[EMAIL PROTECTED]] > Sent: 02 July 2001 10:39 > To: Palm Developer Forum > Subject: RE: bigg

RE: bigger function names make bigger applications

2001-07-02 Thread Yoel Lanir
I found it, By changing the settings->68k processor->MacsBug Symbols to: none, I reduced about 15% of my application size! I wonder why there isn't a compile for release option or at least better documentation for the CW. thanks a lot! yoel. -Original Message- From: Richard Anderson [

I have a problem with netlibifsettingset function

2001-07-02 Thread bumerang
Hello, I'm try to change network settings with netlibifsettingset function with success code, but when I'm using Netlibopen function it uses still same settings in network panel ? What is the wrong ? Thanks for advice. -- For information on using the Palm Developer Forums, or to unsubscri

network.pdb format for PalmOS 3.0-3.1 ?

2001-07-02 Thread bumerang
Hello, Does anybody know network.pdb format for PalmOS 3.0-3.1 ? Thanks for advance. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Conduit options..

2001-07-02 Thread Jim Cooper
> Write your own dialog window with the options you want. And implement either the ConfigureConduit or CfgConduit dll entry points and call it from there. Cheers, Jim Cooper _ Jim Cooper [EMAIL PROTECTED] Tabdee Ltd http://www.tabdee.ltd.u

Re: Getting a conduit to run at *every* Hotsync

2001-07-02 Thread Jim Cooper
> your best bet is Calculator (creator id = 'calc'). > You just need to lookout for the > situation where someone else is already using that creator id. IIRC, Sidekick uses this for its conduit. I don't believe that that creator id is used on Visors either. A new app is safest. Cheers, Jim Coo

Re: Problem in Conduit Design.

2001-07-02 Thread Jim Cooper
I think you have two basic choices : 1. A conduit 2. Direct connection between your Palm and the web server While it is possible for a conduit to access information anywhere (including from a web server), this would require that a hotsync is started while the user is connected. An alternative y

application not listed in delete menu

2001-07-02 Thread pramad_2000
Hi, I have two questions. Urgent help requested. 1. I have an application that opens two databases with two creator Ids. I close the first one before opeining the second one and subsequently close the second one also before closing the application. The application creator Id is one of the abov

Re: Getting a conduit to run at *every* Hotsync

2001-07-02 Thread Andrew Francis
"Jim Cooper" <[EMAIL PROTECTED]> wrote in message news:55082@palm-dev-forum... > > > > your best bet is Calculator (creator id = 'calc'). > > You just need to lookout for the > > situation where someone else is already using that creator id. > > IIRC, Sidekick uses this for its conduit. I don't b

Re: bigger function names make bigger applications

2001-07-02 Thread Ben Combee
"Yoel Lanir" <[EMAIL PROTECTED]> wrote in message news:55075@palm-dev-forum... > > I found it, > > By changing the settings->68k processor->MacsBug Symbols to: none, > I reduced about 15% of my application size! > > I wonder why there isn't a compile for release option or at least better > docume

Re: Getting a conduit to run at *every* Hotsync

2001-07-02 Thread Ben Combee
> Is it possible for me to create an application that doesn't show up in the > applications menu on the Palm? Yes -- set the Hidden bit on the PRC file. With CodeWarrior, there is a "hidden" checkbox on the Palm Rez Post Linker pref panel that you can use. -- For information on using the Pal

Re: can we play mp3 files on palm device

2001-07-02 Thread Ben Combee
> > The 68K core inside Dragonball processors cannot handle enough > > MIPS to do this. Sony is doing it via dedicated hardware, partly > > because of the performance limitation and partly because sound > > output is poor in palm devices, to say the least... > > I doubt it, my friend played some m

Palm soft guard

2001-07-02 Thread RedStar
Hello All, I think about subj and find next solution: 1. Soft generated same serial number N1 (ex. rnd). User send this N1 to me 2. I convert N1 to N2 (ex. RSA) and send to user. 3. User put N2 to Palm 4. Soft compare N1 & N2, and if their right - palm unlock Q: 1. This is portect effective? 2.

processing speed slow down with database application

2001-07-02 Thread Vijaybabu
Hi Experts, Iam facing a performance related problem with my application which is having an ultarlite database and do query the tables based on user input during run time. In short, based on search criteria from the user the application will be querying ultarlite tables which hold the data on the

Re: Palm soft guard

2001-07-02 Thread Aaron Ardiri
> I think about subj and find next solution: > > 1. Soft generated same serial number N1 (ex. rnd). User send this N1 to me > 2. I convert N1 to N2 (ex. RSA) and send to user. > 3. User put N2 to Palm > 4. Soft compare N1 & N2, and if their right - palm unlock 5. user then loads your app onto P

POSE 3.2 on my Mac

2001-07-02 Thread Paul Nevai
Hi Guys: Appr. 30% of the time when I drop a .prc on the POSE 3.2 window [no pun intended - to install the thingie] on my Mac with OS 9.0.4, POSE suddenly quits w/o any warning or error message. Have you experienced this? What is Keith's new e-mail? Best regards, Paul [the pedit and LapTopHack g

RE: Database connectivity !

2001-07-02 Thread Richard Burmeister
> From: Peter > > My Database get erased when i come back once again to > my Pose Emulator after exiting the Pose Emulator. > Are you creating a database on Pose, then quitting Pose? If so, everything you added (apps, dbs, etc) goes away unless you save the session. When you exit Pose, it shoul

RE: String error : just read directly from unallocated chunk of memory.

2001-07-02 Thread Richard Burmeister
> From: Tan Kuan Eeik > > Any idea y does this happen ? How do we manipulate String in palm...? > See the String Manager section of the docs to learn about the string manipulation functions provided by the Palm OS. > Char *phtxt, *ptxt; > > ptxt = "123456789"; > ... I didn't bother to read the

Re: Clipping Application

2001-07-02 Thread max Immelman
Have you set the ip of the proxy server for palm.net? Max -- Original Message -- From: "Ashish Pramod Fadnavis (SSD-BLRK3-ECOM)" <[EMAIL PROTECTED]> Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> Date: Mon, 2 Jul 2001 13:41:18 +0530 >> Hi All, >

How does one update their Palm OS level?

2001-07-02 Thread Rochester, Dean
I have a Palm III and it is running palm os 3.0 How can I upgrade it to 3.5 or higher? Also is there a way to upgrade POSE to 3.5 or higher also? Thanks in advance Dean-O -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/sup

Re: Reading/writing from SatForms PDB files

2001-07-02 Thread Dave Lippincott
Last I checked, Puma didn't allow developers to directly read pdb files generated by their application(s) unless you own the enterprise edition (in which case, the docs are suppose to explain the format). I would ask Puma since its their product. - Original Message - From: "Mike Baker" <[

RE: POSE 3.2 on my Mac

2001-07-02 Thread Richard Burmeister
> From: Paul Nevai > > What is Keith's new e-mail? He's been posting it for months. Just look at the header of any of his recent posts: [[EMAIL PROTECTED]]. (But you won't see this if you are reading egroups, and maybe not from a news reader?) -- For information on using the Palm Developer Fo

Re: network.pdb format for PalmOS 3.0-3.1 ?

2001-07-02 Thread Patrick Vuichard
"bumerang" <[EMAIL PROTECTED]> wrote in message news:55080@palm-dev-forum... > Does anybody know network.pdb format for PalmOS 3.0-3.1 ? That page may help you: "Sample code to add/modify network services in the Network panel programmatically" http://oasis.palm.com/dev/kb/samples/2370.cfm --

Bus Error

2001-07-02 Thread Scott Brooks
Hey All, I get the pop-up "Bus Error" when debugging. I am debugging with the device and not the emulator. Also, I am programming in C. I walk through my code and when it gets to the BEGINNING of one of by functions ( the "{" mark ) it crashes with "Bus Error" and no other information. The

Re: Strange error in GCC with C++ files

2001-07-02 Thread Rodrigo M . Cabrera
On Sat, 30 Jun 2001 23:18:24 -0500, Joshua Richie <[EMAIL PROTECTED]> >Following is a skeleton for a preferences form, and it generates 3 Bad >Expression errors >#define ERROR_CHECK_LEVEL ERROR_CHECK_FULL >#include >#include >#include "CallBack.h" > >static void preferencesInit(FormPtr frmP) >{

Re: Bus Error

2001-07-02 Thread Daniel Morais
On Monday 02 July 2001 16:26, Scott Brooks wrote: > The function it stops on does have a few MemHandleNew()'s but I think I am > locking and unlocking all properly. Bus error means I'm trying to access a > forbidden or an unexisting memory address, right? > > Any ideas as to the cause of this?

Re: String error : just read directly from unallocated chunk of memory.

2001-07-02 Thread Mark Smith
"Richard Burmeister" <[EMAIL PROTECTED]> wrote: >> Char *phtxt, *ptxt; >> >> ptxt = "123456789"; >> ... > >I didn't bother to read the rest of your code after seeing this. When you >declare "Char * ptxt" you are telling the compiler to allocate a pointer to >a Char. You haven't allocated any spa

Re: SrmClose

2001-07-02 Thread Srinivas
hi chong, Can u please tell me which on which version of palm u'r trying this application srini --- Wee Meng Chong <[EMAIL PROTECTED]> wrote: > Is there any reason for SrmClose() to block? > > I am stepping thru my code and everything seems fine > till I get to err = > > SrmClose(portID); The

Re: How does one update their Palm OS level?

2001-07-02 Thread Ben Combee
"Rochester, Dean" <[EMAIL PROTECTED]> wrote in message news:55101@palm-dev-forum... > > I have a Palm III and it is running palm os 3.0 > > How can I upgrade it to 3.5 or higher? The upgrade is available from Palm -- go to their site, visit the Products/Software section, and select Palm OS Upgrad

Shareware pricing?

2001-07-02 Thread John J. Corelli
Greetings all - Can anyone suggest how one would properly set up pricing for a piece of shareware s/w - like what you see on PalmGear? I see a lot of the games range in price anywhere from $5 to $15. Some of the applications have an even bigger spread. For the ones out there in the community t

Re: application not listed in delete menu

2001-07-02 Thread Steve Mann
>Now, I want to delete the application to load a new version, but it >does not get listed in the delete menu!! What is happening?? If your creator ID is not unique, your application name may not show up. Regards, Steve Mann -- Creative Digital Publishing Inc. 1315 Palm Street, San Luis Obispo,

RE: bigger function names make bigger applications

2001-07-02 Thread Marshall Clow
>I found it, > >By changing the settings->68k processor->MacsBug Symbols to: none, >I reduced about 15% of my application size! > >I wonder why there isn't a compile for release option or at least better >documentation for the CW. The best way to do this is do create a new target (which is a cop

RE: String error : just read directly from unallocated chunk of memory.

2001-07-02 Thread Richard Burmeister
> "Richard Burmeister" wrote: > >> Char *phtxt, *ptxt; > >> ptxt = "123456789"; > > ... > From: Mark Smith > > There's nothing wrong with the code above. He doesn't need > to allocate space for the string because it's static data. > At a glance, I don't see anything obviously wrong the code > th

System crashes

2001-07-02 Thread Srinivas
hi all, I am having probelm with "WinDrawBitmap" in Palm III with OS 3.0. The probelm goes like this ... I am drawing a bit map in Gadget. the bit map size 75X 100 i.e width and height. I am setting a scroll bar to the gadget. when i am scrolling down the the bitmap the system is crashing

getting my database into POSE

2001-07-02 Thread Scott Brooks
Hi, I need to get my test database into the emulator for debugging, but I only have one serial port, so a null modem cable can't be used. Any suggestions? even if I could get three records in that would be great. My record structure is just a string that my app parses for my defined items:

MemoryMgr.c file - error?

2001-07-02 Thread Paul Tomsic
I'm getting an error in my application when my database reaches about 11k. The error is as follows: Invalid NULL Handle, MemoryMgr.c line 4340 then I get a similiar error, but on line 4392 a. Does anyone have the memoryMgr.c file that I could look at? or tell me what's on those specific lines?

Re: Shareware pricing?

2001-07-02 Thread Aaron Ardiri
> Greetings all - > > Can anyone suggest how one would properly set up pricing for a piece of > shareware s/w - like what you see on PalmGear? I see a lot of the games > range in price anywhere from $5 to $15. Some of the applications have an > even bigger spread. For the ones out there in the

RE: bigger function names make bigger applications

2001-07-02 Thread Scott Johnson (Bellevue)
> From: Yoel Lanir [mailto:[EMAIL PROTECTED]] > I wonder why there isn't a compile for release option There is: create both a Debug and a Release target in your project and configure each with the exact options you want. The Release target should (at least) have MacsBug symbols turned off, which

Help with grafitti shift event

2001-07-02 Thread Robert
What is the event that is sent when the user enters a grafitti shift stroke in the grafitti area? I am baffled. Thanks in advance for any wisdom. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: getting my database into POSE

2001-07-02 Thread Steve Mann
>I need to get my test database into the emulator for debugging, but >I only have one serial port, so a null modem cable can't be used. >Any suggestions? What format is it in and where does it reside? Regards, Steve Mann -- Creative Digital Publishing Inc. 1315 Palm Street, San Luis Obispo, C

RE: Simple table question.

2001-07-02 Thread Peter Epstein
Yes, I'm suggesting using textTableItem or one of it's variants. You'd have to catch events when the field was set up, so that you could tell it to be read-only, and to get rid of the underline. I haven't tried this. It's just a direction you could explore. I've generally gone for a custom draw pr

Re: String error : just read directly from unallocated chunk of memory.

2001-07-02 Thread Mark Smith
"Richard Burmeister" <[EMAIL PROTECTED]> wrote: >5. Finally, using NULL for any of the params in FrmCustomAlert is bad if ^1, >^2, and ^3 all exist in the alert, which they must, given they way he calls >it with different params being null each time. You have to pass in " " (a >string with a sing

Re: Saved / Unsafed Preferences format question

2001-07-02 Thread Ralf Meyer
<[EMAIL PROTECTED]> wrote: > i have a question about the Saved/Unsaved Preferences. > > I had a look inside that two files on a Desktop and compared it with the c > header definitions of the preferences in the Memo, Expense, ToDo App. Did you have a look at www.bellut.net lately? -- For

Re: getting my database into POSE

2001-07-02 Thread Scott Brooks
>>I need to get my test database into the emulator for debugging, but >>I only have one serial port, so a null modem cable can't be used. >>Any suggestions? > >What format is it in and where does it reside? My test db is in a ".lis" file and resides in my palm// folder. The format is as follows

RE: getting my database into POSE

2001-07-02 Thread Richard.Johnstone
If the PDB is stored on the device, set the backup bit for that pdb and you can get the pdb from the backup directory for the user you hotsynced -Original Message- From: Scott Brooks [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 2:39 PM To: Palm Developer Forum Subject: Re: getti

RE: getting my database into POSE

2001-07-02 Thread Scott Brooks
That sounds great. How do I set the backup bit? Thanks Scott >If the PDB is stored on the device, set the backup bit for that pdb and you >can get the pdb from the backup directory for the user you hotsynced > >-Original Message- >From: Scott Brooks [mailto:[EMAIL PROTECTED]] >Sent: Mo

RE: getting my database into POSE

2001-07-02 Thread Richard.Johnstone
Either use a tool like Insider to set it or you can use this code void setDatabaseBackupBit() { LocalID theDBID; UInt theCardNum; Word theAttrs; Err theError; DmSearchStateType theSearchState; // Find out what the DB ID and Card Number of our database are theError = DmGetNextData

RE: Adjusting PalmIIIc border color

2001-07-02 Thread Scott Johnson (Bellevue)
> From: Gerald Stap [mailto:[EMAIL PROTECTED]] > Is there any way to solve this problem and set the > border pixels to another color? Is it possible to set > the bordercolor via the PalmOS 3.5 API or can it be > done by accessing the hardware directly? According to Palm folks when this first came

Re: Conditional compile in Metrowerks: Debug vs. Release

2001-07-02 Thread Danny Epstein
"Ben Combee" <[EMAIL PROTECTED]> wrote in message news:55044@palm-dev-forum... > #if __ide_target("Debug") Another alternative is to specify different prefix files for your debug and release targets. Your debug prefix file would #define DEBUG 1 and your release prefix file would #defin

PalmTracker.com problems

2001-07-02 Thread Hans Anger
Hi everybody, I know this isn't really a proper topic for here, but I have been very annoyed at Palmtracker.com and wondered if any other developers have had the same problems with them. After releasing a new application and an update on PalmGear I went to palmtracker do register there as well t

Re: bigger function names make bigger applications

2001-07-02 Thread Nicolás Zeitlin
Jajaja...!!! Para vos nico Por esto es que los prgs. nos estan saliendo tan grandes :) -Original Message- From: Yoel Lanir <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Date: Monday, July 02, 2001 5:00 AM Subject: bigger function names make bigger applications >H

RE: PalmTracker.com problems

2001-07-02 Thread Richard Burmeister
> From: Hans Anger > > After releasing a new application and an update on PalmGear I went to > palmtracker do register there as well to find my applications have already > been added without any of my doing. > ... > Obviously they are scanning PalmGear for new files to bump up their less > ... If

RE: PalmTracker.com problems

2001-07-02 Thread Igor Mozolevsky
--On 02 July 2001 17:41 -0500 Richard Burmeister <[EMAIL PROTECTED]> wrote: >> From: Hans Anger >> >> After releasing a new application and an update on PalmGear I went to >> palmtracker do register there as well to find my applications have >> already been added without any of my doing. Oh NO

RE: PalmTracker.com problems

2001-07-02 Thread Igor Mozolevsky
--On 02 July 2001 23:42 +0100 Igor Mozolevsky <[EMAIL PROTECTED]> wrote: > Obviously you didn't think that someone could've just pressed submit > someelse's software link?.. someone else's... Obviously I can't spell either... IM :-) -- For information on using the Palm Developer

SDK 4/Constructor for Windown BUG?

2001-07-02 Thread Igor Mozolevsky
Hello, has anyone experienced that when you launch Constructor and you machine happens to have a _*lot*_ of RAM (we are talking bigabytes here) constructor bails out saying that there isn't enough memory??? IM :-) -- For information on using the Palm Developer Forums, or to unsubscribe, plea

RE: SDK 4/Constructor for Windown BUG?

2001-07-02 Thread Richard Burmeister
> From: Igor Mozolevsky > has anyone experienced that when you launch Constructor and you machine > happens to have a _*lot*_ of RAM (we are talking bigabytes here) > constructor bails out saying that there isn't enough memory??? > I haven't seen that. How much is a "bigabyte" and how many does

RE: bigger function names make bigger applications

2001-07-02 Thread Nicolas Raitman
Interesante vamos a poner nombres mas cortos... -Mensaje original- De: Nicolás Zeitlin <[EMAIL PROTECTED]> Para: Palm Developer Forum <[EMAIL PROTECTED]> Fecha: Lunes, 02 de Julio de 2001 06:59 p.m. Asunto: Re: bigger function names make bigger applications >Jajaja...!!! Para v

Re: Shareware pricing?

2001-07-02 Thread Todd Walk
Aaron, I know that you are a big free software supporter, but other people have to pay the bills. (It's a very, very cruel world out there.) Except for MS, most commercial software companies make only a decent profit after expenses. Software developers are *very* expensive. 2 developers x (rou

Re: String error : just read directly from unallocated chunk of memory.

2001-07-02 Thread Tan Kuan Eeik
Hi Richard & Mark, First of all, thanx for your help.. sorry for typo mistake and not providing all the code as I don't wanna confuse you...but here i include all the necessary declaration... As for item , Richard wrote : >4. These statements in hexdump are wrong: > hextxt = (Char *)Me

serial port communication

2001-07-02 Thread nethi murali
Hi, My name is Murali and I am new to the Palm Development group. I have been working on Palm OS development tools for about 2 months. I am encountering some problem with serial port communication. I guess the main reason for that is, I dont know the exact procedure to transfer data between Palm

Preventing users from changing the system time/date

2001-07-02 Thread Leonardo G. Holanda
How do I prevent users from changing the system time/date? Do I have to use a HackMaster? Is there any way of doing this writing my own code without having to use HackMaster? If not, wich trap do I have to use? Thanks in advance, Leonardo Holanda (Brazil) -- For information on using the Palm D

Re: String error : just read directly from unallocated chunk of memory.

2001-07-02 Thread Peter
Hi , Before u use a Char* variable, first allocate memory for the variable using MemHandleNew and store the value into ur variable using StrCpy command. -Peter Richard Burmeister wrote: > > From: Tan Kuan Eeik > > > > Any idea y does this happen ? How do we manipulate String in palm...? >

Re: Bus Error

2001-07-02 Thread Peter
Hi, Please place ur code.. -Peter Scott Brooks wrote: > Hey All, > > I get the pop-up "Bus Error" when debugging. I am debugging with the device > and not the emulator. Also, I am programming in C. I walk through my code > and when it gets to the BEGINNING of one of by functions ( th

Database connectivity !

2001-07-02 Thread Peter
Richard Burmeister wrote: > > From: Peter > > > > My Database get erased when i come back once again to > > my Pose Emulator after exiting the Pose Emulator. > > > > Are you creating a database on Pose, then quitting Pose? If so, everything > you added (apps, dbs, etc) goes away unless you sav

RE: Database connectivity !

2001-07-02 Thread Prashanth
hello peter.are you setting your application preferences?set it and it'll work fine.save the indexes of your records,.or the appropriate ones. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Sent: Tuesday, July 03, 2001 10:28 AM To: Palm Develop

RE: Database connectivity !

2001-07-02 Thread Richard Burmeister
> From: Peter > > First time when i run my application i able to strore and > retrieve my Data. But when exit my application ( Not Pose) and once > again come back to my application and when i try to list my > Database which i have created already it is giving error as " > MemoryMgr.c ...Free H

detection

2001-07-02 Thread Sami Khan
Hello, I m developing a phone application for the palm. I would like to know if there is a way by which I can know whether the caller has dailled thru a modem or not. Your ideas would be highly appreciated. Waiting for ur replies thankx, Sami -- For information on using the Palm Deve

Re: Shareware pricing?

2001-07-02 Thread Sally McBride
>> Except for MS, most commercial software companies >> make only a decent profit after expenses. Software >> developers are *very* expensive. 2 developers x >> (roughly $80K salary + $70K overhead) means even >> small projects easily cost > $250K. >> >> $250K/$20 = 12,500 sales minimum, not co