Re: how to build with PODS?

2005-01-10 Thread ABX
Krzysztof Kowalczyk [EMAIL PROTECTED]: Performance is relative to the speed of you computer. PODS is build on Java/Eclipse which is fairly slow even on good systems. Things should be faster if you drop to command line and build from there vs. building from PODS. This is the fastest you can

Re: Debug app works, Release doesn't

2005-01-10 Thread Chris Tutty
From: Curtis Cameron [EMAIL PROTECTED] The suggestion to turn on all compiler warnings was the one that did the trick to solve the original problem, though. ... (snip) ... I think the compiler warning that really solved the problem was when it found two times in MainFormHandleEvent() when I

Re: Debug app works, Release doesn't

2005-01-10 Thread Keith Rollin
On Jan 9, 2005, at 9:26 PM, Curtis Cameron wrote: ...I think the compiler warning that really solved the problem was when it found two times in MainFormHandleEvent() when I simply used return instead of return handled. I was surprised to learn that you have to enable all warnings to see

Re: Palm OS Developer Program

2005-01-10 Thread Christoph Regli
After having sent a notification to 'crid at developerpavilion.com', all my creator IDs have been re-linked to my account. I had to Submit new applications, and everything is in its place again. However, I do not succeed in managing the submitted applications, the issue I mentioned in my

Re: Multi-segment

2005-01-10 Thread harrison_leong
Hi Orea, In your example, Do I add #include Sections.h #include AppCode1.h to AppMain.c ? And do I need to add #include Sections.h to AppCode.c ? How about AppCode1.h, need to include in AppCode.c as well? I can compile, and no error, but no .PRC file. :( Cheers! Harrison Suppose that you

Re: Custom Palette Info Needed

2005-01-10 Thread Vladan Markovic
Thank you for your answer, I am trying something, but it`s really not working, custom palette implementation is very poor documented with no example at all, i didn`t find anything on Internet neither. Can you help me with some simple example how can i display bitmap done it in custom palette.

RE: problem with images

2005-01-10 Thread Zechner Christian
Thank you a lot! -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Henk Jonas Enviado el: Viernes, 07 de Enero de 2005 04:10 p.m. Para: Palm Developer Forum Asunto: Re: problem with images Zechner Christian wrote: The depth of image is 16 bits, but I

Re: Problems with MemHeapCompact on T5

2005-01-10 Thread Regis St-Gelais
Vladimir Grigorov [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] I noticed a strange behaviour after a call to MemHeapCompact. In the example below, after creating a few files, an attempt to delete one or two of them results in reset on the T5 device, and crash on the

Re: Custom Palette Info Needed

2005-01-10 Thread Tim Kostka
Where can i find values of that standard UI 16 colors? You can find these with UIColorGetTableEntryIndex. Look in the documentation, it's straightforward. However, the color indices used do not have to be the same on different devices, which is one big problem with changing the palette.

Virtual Phone and Palm OS Garnet Simulator

2005-01-10 Thread Joao Paulo Lima
Hi, I'm using Virtual Phone and Palm OS Garnet Simulator to debug my application. I'm developing an application for the IQue 3600. There is an IQue 3600 SDK package that comes with an Palm OS modified simulator. When I use this modified simulator, I'm able to connect and communicate with

re: Telephony (SMS)

2005-01-10 Thread Joao Paulo Lima
Hi, What simulator are you using? I'm having some troubles sending SMS messages, the messages are being truncated without any reason. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Using a shared library in an other shared library

2005-01-10 Thread Tanguy Monfort
Thanks too ! :) Actually, I had the same problem and my library works now. Tanguy. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Donald C. Kirker Envoy : vendredi 7 janvier 2005 16:42 : Palm Developer Forum Objet : Re: Using a shared library in an

Re: Problems with MemHeapCompact on T5

2005-01-10 Thread Regis St-Gelais
After doing some more tests, it looks like one must not call MemHeapCompact when there are openned databases. If I compact only when all my databases are closed, I dont have any problems but I am concern that other applications might have some oppened databases. I dont think it would be safe to

Re: Problems with MemHeapCompact on T5

2005-01-10 Thread Henk Jonas
Regis St-Gelais wrote: After doing some more tests, it looks like one must not call MemHeapCompact when there are openned databases. If I compact only when all my databases are closed, I dont have any problems but I am concern that other applications might have some oppened databases. I dont

Re: Palm OS Developer Program

2005-01-10 Thread Ben Combee
At 02:26 AM 1/10/2005, you wrote: After having sent a notification to 'crid at developerpavilion.com', all my creator IDs have been re-linked to my account. I had to Submit new applications, and everything is in its place again. However, I do not succeed in managing the submitted applications,

Shareware and the Amazon.com Honor System

2005-01-10 Thread Greg Sepesi
I thought the Amazon.com Honor System might be of interest to some shareware authors here because it seems to be a reasonable alternative to PalmGear and Handango. - seller writes a product description web page, including an Amazon.com 'pay box' icon - Amazon.com fees are $0.30 + 2.9% of

How to detect Graffiti 2 on T5?

2005-01-10 Thread Jeff Wheeler
I'm running this code from the PalmSource KB article How do I detect the presence of Graffiti 2 at runtime? if ((FtrGet('grft', 1110, value) == errNone) || (FtrGet('grf2', 1110, value) == errNone)) // Graffiti 2 is present On older OS4 and OS5 devices, this code works

Re: Problems with MemHeapCompact on T5

2005-01-10 Thread Regis St-Gelais
Henk Jonas [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Most applications never need to call this function explicitly. The system software calls this function at various times; for example, during memory allocation (if sufficient free space is not available) and

RE: Shareware and the Amazon.com Honor System

2005-01-10 Thread Eric Cloninger
Because the payer has the option to cancel the contribution, it should not be used for titles that use a registration code. Otherwise, it's a good idea. -E -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Sepesi Sent: Monday, January 10, 2005

Re: Debug app works, Release doesn't

2005-01-10 Thread Logan Shaw
Chris Tutty wrote: All compilers have this sort of issue, however - the example that always amazed me was that Visual Studio (prior to .NET) treated an assignment within an if statement as a level four warning and, by default, only reported up to level three (or the other way around).

Re: Shareware and the Amazon.com Honor System

2005-01-10 Thread Greg Sepesi
Although I have not attempted this, I suppose an author could - instruct the payer to give an email address when making the payment, - email the payer a registration code after 30 days Eric Cloninger wrote: Because the payer has the option to cancel the contribution, it should not be used

Re: Newbie Codewarrior/OS5 SDK question...

2005-01-10 Thread John Spence
Hi Ben, Yes, I figured that out yesterday when I explored the Metrowerx website. The development machine runs W98SE with 256 RAM. I thought I had read somewhere that CodeWarrior had higher system requirements than that, but I can't find anything on the web to support that idea. I'll be

PODS Build Problem

2005-01-10 Thread Cheng, Jeremy
I'm trying to convert my project from Codewarrior 9.3 to PODS 1.1 and am having some build issues. I've manged to import my code, and I think i've set up my project correctly, but I'm getting the following: ... m68k-palmos-gcc -c -D__PALMOS__=0x0500 -IC:/Program Files/PalmSource/Palm OS

re: Independed App derived from Memo

2005-01-10 Thread Stadin, Benjamin
Ok, I think I figured it out myself. Btw, it took me some hours to realize that in MemoDB.c sysFileCMemo stands for the creator id of the memo app and is causing my app to always open the memo db instead of mine... argh ;-) Ben -- For information on using the Palm Developer Forums, or to

How to draw and capture signature

2005-01-10 Thread Developer
I have been trying to make the signature++ sample in the palm knowledge base work in my palm os 4.1 device and I am having a really hard time with that. I am not sure what changes will be required and how the bitmap will work for the newer palm devices. Has anybody had any success with it? Here is

Re: Palm OS Developer Program

2005-01-10 Thread Baxter
Question to Combee - how are changes in ownership handled? CreatorID is registered to correct product, ownership information needs to change. -- - Free software - Baxter Codeworks www.baxcode.com

Palmos Pavillion recover passwd

2005-01-10 Thread Gabo
Even when the palmos site recognize my email, the email with the new password never get in to me, what can I do? Gabo [EMAIL PROTECTED] ( palmos developer email) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: dot sot shortcuts not working on a given OS 4.1 Palm

2005-01-10 Thread Tam Hanna
Hi Luc, I have experienced something like this once, too. Usually, the Grafitti Shortcut database simply gets lost. This is the place where the PalmOS stores all the shortcuts. So, he shall hardreset his handheld and then try the shortcut option once again. If it works then, he should not sync

Re: PODS Build Problem

2005-01-10 Thread Krzysztof Kowalczyk
On Mon, 10 Jan 2005 18:26:45 -, Cheng, Jeremy [EMAIL PROTECTED] wrote: m68k-palmos-gcc -c -D__PALMOS__=0x0500 -IC:/Program Files/PalmSource/Palm OS Developer Suite/PalmOSTools/include/stlport -O0 -g -fexceptions -UNDEBUG -Wall -palmos5r4 -o src/Agent.o ../src/Agent.cpp

SSL does not have Dm API options like NetLib does?

2005-01-10 Thread Gregg Woodcock
I am converting an app to use SSL and it appears I will have to rewrite the original NetLib code to use an non-Dm-protected buffer. I chose the Dm flavors of the NetLib Send/Receive for the benefit of the memory protection they provide and do not want to switch over if there is some way to get Dm

Re: Newbie Codewarrior/OS5 SDK question...

2005-01-10 Thread John Spence
Hi Ben, After meeting with my client and presenting all the information presented here in response to my question, I convinced him to upgrade our CodeWarrior 6 to CodeWarrior 9. I sold him on it based on the anticipated upgrade price of $199. When I tried to actually BUY the upgrade, I was

Re: Newbie Codewarrior/OS5 SDK question...

2005-01-10 Thread Krzysztof Kowalczyk
By the way, you were right - the Converted sample program was trying to build a MAC project. I changed it to build a PalmOS project, and now I'm getting an error about an undefined symbol __Startup__ in module __DummyStartup__. I don't even know where to begin looking on how to fix this

Specify creatorId in Rez source file

2005-01-10 Thread mguo
I want to specify the creatorId in source file to over-write the one specified in PalmRez Post Linker target setting. I am thinking of specify the new creatorId in Rez file (.r). How can I do that? Thanks -mguo -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: PODS Build Problem

2005-01-10 Thread Ben Combee
At 10:26 AM 1/10/2005, you wrote: I'm trying to convert my project from Codewarrior 9.3 to PODS 1.1 and am having some build issues. I've manged to import my code, and I think i've set up my project correctly, but I'm getting the following: ... m68k-palmos-gcc -c -D__PALMOS__=0x0500

Re: Palmos Pavillion recover passwd

2005-01-10 Thread Ben Combee
At 12:20 PM 1/10/2005, you wrote: Even when the palmos site recognize my email, the email with the new password never get in to me, what can I do? Contact the webmaster through the http://www.palmsource.com/contact/ link and explain your problem. -- Ben Combee, Technical Lead, Developer

Re: Palm OS Developer Program

2005-01-10 Thread Ben Combee
At 11:24 AM 1/10/2005, you wrote: Question to Combee - how are changes in ownership handled? CreatorID is registered to correct product, ownership information needs to change. Contact us through the [EMAIL PROTECTED] email address and explain your situation. We can manually update us. -- Ben

Re: C++ for Palm -- getting started.

2005-01-10 Thread David Orriss Jr
David Orriss Jr wrote: On Fri, 7 Jan 2005 06:14:31 -, awais khan [EMAIL PROTECTED] wrote: It can be ported to OS6, the only defficency is that it lackes the new feactures of OS6. The other of POL said he won't be porting it to OS6... DavidO My blog: http://mywebpages.comcast.net/daorriss/

PODS... which sections are full?

2005-01-10 Thread Evan Ovadia (Verdagon)
Hey everyone. I'm trying to build my project and I'm getting the usual error where my 64k records in the code are full. You know, the error signed word overflow. Usually I fix this error by moving them around into different sections. But now I'm up to 4 or 5 sections, and some are full and