Re: Cannot change application name

2004-01-22 Thread Ben Combee
At 07:19 PM 1/22/2004, DongDong wrote: Thank you for suggestion. But it seemed there is no effect after change in "Palm OS 68K Target" and "PRC File Settings" as suggested. For the address example project, RSRC files are used, instead of RCP file, I've checked all RSRC files one by one with "Const

Re: Cannot change application name

2004-01-22 Thread DongDong
Thank you for suggestion. But it seemed there is no effect after change in "Palm OS 68K Target" and "PRC File Settings" as suggested. For the address example project, RSRC files are used, instead of RCP file, I've checked all RSRC files one by one with "Constructor for Palm OS" and change all word

Re: Software Protection - opcode counting

2004-01-22 Thread PalmTree
Hiesenberg Compensators :) I guess this would be a Hacker Compensator, though ime any sort of software anti-hacking codejust acts as a Hacker Attractor. Worse still if the hackers name is Lorenz, I guess :) However that's a real old debate and I don't want to kick it off yet again... PalmTre

Re: Software Protection - opcode counting

2004-01-22 Thread Albert J. Franklin
This reminds me of a problem in Quantum Mechanics: it is impossible to measure something because the act of measuring it changes it. This is why beaming ala Star Trek is not possible, and the show had a Maxwell to account for that. Anyway, you could provide a small database with the predetermine

RE: I 'm not understand this (NetLib), help

2004-01-22 Thread Barnett, Phil R
May I suggest these books: Palm OS Network Programming ISBN 0-596-5-7 Palm OS Programming Bible ISBN 0-7645-4676-7 Without these two books, you are going to have a hard time. -Original Message- From: R Moon [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 4:45 PM To: P

I 'm not understand this (NetLib), help

2004-01-22 Thread R Moon
I read in PalmSource the document of NetLib I need receive data , I open the library Open the socket but i'm not understand good this AddrLenght = sizeof(Addr);//what's type of Addr??? is NetSocketAddrINType??? u other bzero((char * ) &Addr, AddrLenght);//what make this line?? Addr.sin_f

Re: Software Protection - opcode counting

2004-01-22 Thread James Zatorski
> The only methods I can come up with are based upon > multiple "final" compilations. The first to get the > expected values and the second (with the expected > values embedded within the code) to actually > distribute. I forgot to mention the additional step of loading the first compilation onto

Re: Software Protection - opcode counting

2004-01-22 Thread James Zatorski
> I just joined this list, and missed the start of > the thread, can someone drop me a link to this > original article? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Software Protection - opcode counting

2004-01-22 Thread Weston Houghton
I just joined this list, and missed the start of the thread, can someone drop me a link to this original article? Thanks, Wes On Jan 22, 2004, at 2:08 PM, James Zatorski wrote: Aaron, I'm trying to further implement the suggestions you made in your Software Protection document, but am having a

Re: Must one unlock a locked handle prior to freeing it?

2004-01-22 Thread alexandre rousseau
Clear as crystal. Thanks! "Keith Rollin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 1:04 PM -0500 1/22/04, alexandre rousseau wrote: > >Is this sequence valid? > > > >MemHandleNew > >MemHandleLock > >// MemHandleUnlock not called > >MemHandleFree > > > >In other words, must o

Software Protection - opcode counting

2004-01-22 Thread James Zatorski
Aaron, I'm trying to further implement the suggestions you made in your Software Protection document, but am having a little difficulty with the checksum and opcode counting methods. What is the simplest way to calculate/store the expected (non-altered) values so that the code can compare these w

HTTP URL using Exchange Manager?

2004-01-22 Thread Kevin Laws
Does anybody have sample code that uses the Exchange Manager to pass an HTTP url to whatever web browser is installed on the device? I've combed the web and this forum for any hint, but haven't seen any. -- Kevin -- For information on using the Palm Developer Forums, or to unsubscribe, pleas

Re: Parameter to gcc find include files

2004-01-22 Thread Manoel Teixeira
Yest, it's! Manoel Teixeira On Thu, 22 Jan 2004 15:49:07 -0300 (ART), Roberto Pedrozo Mendes <[EMAIL PROTECTED]> escreveu: > De: Roberto Pedrozo Mendes <[EMAIL PROTECTED]> > Data: Thu, 22 Jan 2004 15:49:07 -0300 (ART) > Para: "Palm Developer Forum" <[EMAIL PROTECTED]> > Assunto: Re: Para

Re: Must one unlock a locked handle prior to freeing it?

2004-01-22 Thread Keith Rollin
At 1:04 PM -0500 1/22/04, alexandre rousseau wrote: Is this sequence valid? MemHandleNew MemHandleLock // MemHandleUnlock not called MemHandleFree In other words, must one unlock a locked handle prior to freeing it? Yes to your first question, no to your second. There's nothing about a handle be

Re: Parameter to gcc find include files

2004-01-22 Thread Roberto Pedrozo Mendes
Thanks This prepare the environment to gcc know where it need to find the include files for palmos3.5 ? --- Manoel Teixeira <[EMAIL PROTECTED]> escreveu: > > You can use : > palmdev-prep -dsdk-3.5 > > Manoel Teixeira > > > > On Thu, 22 Jan 2004 15:32:28 -0300 (ART), Roberto Pedrozo Mendes

Re: Parameter to gcc find include files

2004-01-22 Thread Manoel Teixeira
You can use : palmdev-prep -dsdk-3.5 Manoel Teixeira On Thu, 22 Jan 2004 15:32:28 -0300 (ART), Roberto Pedrozo Mendes <[EMAIL PROTECTED]> escreveu: > De: Roberto Pedrozo Mendes <[EMAIL PROTECTED]> > Data: Thu, 22 Jan 2004 15:32:28 -0300 (ART) > Para: "Palm Developer Forum" <[EMAIL PROTECTE

Parameter to gcc find include files

2004-01-22 Thread Roberto Pedrozo Mendes
Hi Whats is the parameter for gcc to find all directories of include files I use like this : m68k-palmos-gcc -palmos3.5 -g -I D:\palmdev\sdk-3.5\include\ -I D:\palmdev\sdk-3.5\include\Core -I D:\palmdev\sdk-3.5\include\Core\System -I D:\palmdev\sdk-3.5\include\Core\UI -I D:\palmdev\sdk-3.5\includ

Me and My Serial Numbers

2004-01-22 Thread Marcelo Henrique
Hello, it´s me again with my serial number curse... How can I check a passed serial number is right? I've used the the serial number checksun algorithm on PalmOS Reference but ever( right and rong serial numbers) it´s give me a "valid character". My problem is verify if the serial number input is

Must one unlock a locked handle prior to freeing it?

2004-01-22 Thread alexandre rousseau
Hi Is this sequence valid? MemHandleNew MemHandleLock // MemHandleUnlock not called MemHandleFree ? In other words, must one unlock a locked handle prior to freeing it? Thanks in advance Alex -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www

Re: Cannot change application name

2004-01-22 Thread Ben Combee
At 03:45 AM 1/22/2004, DongDong wrote: I'm beginner on Palm programming. I'm using CW 9.x. For new application created (using Palm OS C Application Wizard), I can change the application name (the name below the icon on Palm screen) as I like, by modifying "Application Name" on Palm OS 68K Target ta

Re: Cannot change application name

2004-01-22 Thread Dave Lippincott
You need to change it in a couple of places. Look in the project properties and CW resource editor. - Original Message - From: "DongDong" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 10:19 AM Subject: Re: C

Re: Have a way to identificy a unique palm device?

2004-01-22 Thread Alexander Lange
Hello folks, Regis St-Gelais schrieb: DlkGetSyncInfo(NULL,NULL,NULL,strpUserName,NULL,NULL); Does anybody know how I can SET the user name? I found no API call for this. Is it possible on the device? Thanks, Alexander. -- For information on using the Palm Developer Forums, or to unsubscribe, p

Re: Cannot change application name

2004-01-22 Thread DongDong
I have added to the main .H include file, i.e. "Address.h": #define appName "Address" but no use. There appears still "Address" below the icon after installation. I've also searched the all files of the project and found nowhere else with "appName" defined. Looking forwards to any help. Than

un-orphaning Sort Info chunk - how to?

2004-01-22 Thread Wojtek
Hi. Docs says about DmSetDatabaseInfo() : "When this call changes appInfoID or sortInfoID, the old chunk ID (if any) is marked as an orphaned chunk1 and the new chunk ID is unorphaned" I understand that I should un-orphan or free old SortInfoID chunk when I want to set the new one. Right? Which wa

RE: double problem

2004-01-22 Thread Roger Stringer
Subject: RE: double problem From: "dilek.ozgu" <[EMAIL PROTECTED]> Date: Wed, 21 Jan 2004 11:40:22 +0200 X-Message-Number: 6 thanks i try but xx = (double) 816 / (double) 10 or xx = 816.00 / 10.00 its result 81.59 ??? This is normal behavior for floating point arithmetic. When people post

Launching an application from browser - help!!!

2004-01-22 Thread anilb
Hi, I want to associate my application to a *.mp3 file extension so that it can be launched by the browser when a user clicks on *.mp3 file link. I have the following code but it does not seem to be working. if (m_wCommand == sysAppLaunchCmdNormalLaunch) { // MEDIACREATOR is my applic

what does "databases changed" mean in sysAppLaunchCmdSyncNotify ?

2004-01-22 Thread Wojtek
How the change of database is discovered by system? Wojtek -- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

apps from sd card copied to internal memory

2004-01-22 Thread Caspar Heiden, vd
Hey all I can't reproduce it right now but I've noticed that sometimes, when you run an app off an SD card and then exit the app, a copy of the app still resides in the internal memory of the device (In my case, a TT3). After I take the card out of the device, the icon & name of the app are still

Re: Cannot change application name

2004-01-22 Thread Robert Scott
On Thu, 22 Jan 2004 17:45:19 +0800, "DongDong" <[EMAIL PROTECTED]> wrote: >I'm beginner on Palm programming. I'm using CW 9.x. For new application >created (using Palm OS C Application Wizard), I can change the application >name (the name below the icon on Palm screen) as I like, by modifying >"Ap

Cannot change application name

2004-01-22 Thread DongDong
I'm beginner on Palm programming. I'm using CW 9.x. For new application created (using Palm OS C Application Wizard), I can change the application name (the name below the icon on Palm screen) as I like, by modifying "Application Name" on Palm OS 68K Target tab of project setting. I'm now studying

Re: WinSetPattern problem

2004-01-22 Thread Dyekiss Emil Gergely
I have found the solution just by trying: I have to cast &MyPattern and &OriginalPattern to void *: WinSetPattern ( (void*)&MyPattern ); But it does not match the description of WinSetPattern in Palm OS Reference... Emil On 21 Jan 2004, at 16:24, Dyekiss Emil Gergely wrote: > I am trying to d

Re: Navigator button on Tungsten T2

2004-01-22 Thread Marianne
Thanks a lot, it worked!! - Original Message - From: "Jim McGowen" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Saturday, January 10, 2004 12:11 AM Subject: Re: Navigator button on Tungsten T2 > you can use the NaveKe

Passing a URL to Kyocera or Samsung Web Browsers?

2004-01-22 Thread Kevin Laws
I have an application that allows the user to visit a web site for more information. On the Treo, I use SysUIAppSwitch to go to either the application 'BLZ5' (Treo 600) or 'BLZ1' (Treo 180/270/300). Does anybody know the answer to either of the following questions: 1. Is there a more generic way