Re: Expanded Mode, Segments and Invalid Pointers

2008-05-07 Thread Ben Combee
I am unsure of the benefits and purpose of expanded mode and havne't found much for a real explanation. Ben Combee used to have a link to a white paper on it but I didn't read up or try to use it till now and the link is broken. Can anyone help me piece this together? Expanded mode puts

Re: Official Palm OS DB format description ?

2008-04-21 Thread Ben Combee
On 4/21/08, Luc Le Blanc [EMAIL PROTECTED] wrote: When googling for Palm OS DB format description I find various third party sources, not always well illustrated, but nothing from official sources like PalmSource or Palm. Any suggestion? I need to provide a link to programmers wishing to

Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-19 Thread Ben Combee
On Sat, Apr 19, 2008 at 7:00 AM, Christopher Stamper [EMAIL PROTECTED] wrote: Are errors and warnings outputed to stdio? i.e. printed on the command line after typing said command? If so, something like: cmdide.exe C:\Builds\CompTracker 5.0\trunk\Palm Program\CompTracker1.mcp /s/r/b/c/q

Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-18 Thread Ben Combee
I still have to find away to output the Errors Warnings to a file or the process or something. Anyone? Should I be looking into scripts? I am disappointed that this appears not to be built in as a project setting i.e. a checkbox to save errors and warnings for each compile to a log

Re: How to debug ARM in simulator

2008-04-17 Thread Ben Combee
On Wed, Apr 16, 2008 at 11:49 PM, Vivian Chen [EMAIL PROTECTED] wrote: Hi all: I want to debug ARM side cod ein simulator or emulator. How can I do? You don't. The Palm OS simulator will execute x86 code out of DLLs for its PNOs, but it doesn't have an ARM instruction set emulator. To

Re: How to debug ARM in simulator

2008-04-17 Thread Ben Combee
2008/4/17 Vivian Chen [EMAIL PROTECTED]: Oh, Really?Ok, I see, thanks. Can I have another question? When I call PceNativeCall(), it always says Unhandled Exception in thread STRT. What does it mean? On the x86 simulator, the PceNativeCall is used to call a routine in a DLL. The

Re: USB type and HotSync?

2008-04-14 Thread Ben Combee
On Mon, Apr 14, 2008 at 1:02 PM, Nikolai Filipov [EMAIL PROTECTED] wrote: Hello all! I'm having problems with my motherboard's USB, so I'm running in USB 1.1 mode (12 Mbits/sec). Does the Treo 650 HotSync use USB 2.0 speeds, or not? Will there be any difference in speed when the HotSync is

Re: Implementing lookup with LstPopupList

2008-04-13 Thread Ben Combee
Alas, it doesn't work with callback-drawn lists. The API Ref says: This feature only works for popup lists, and only works if the list is sorted and the list items are available to the List Manager (that is, you don't pass NULL to LstSetListChoices). You can use a non-NULL value for

Re: Sound generator

2008-04-07 Thread Ben Combee
On Mon, Apr 7, 2008 at 1:09 PM, Carmine Castiglia [EMAIL PROTECTED] wrote: Other than simple beeps, I haven't worked with the Sound Manager functions before so I am hoping someone can provide some pointers. How would I go about creating a tone of specific frequency and amplitude (volume)

Re: problems with handling hard buttons on Centro

2008-04-02 Thread Ben Combee
according to reports i got none of these possibilities works with Centro correctly. if i treat centro as treo650 then home button doesn't work at all (same as 680 and newer). if i treat centro as treo680 then first press of home button always launches default launcher and only second press

Re: Viewing generated ASM code under CW 9.3

2008-03-26 Thread Ben Combee
On Wed, Mar 26, 2008 at 12:16 PM, Luc Le Blanc [EMAIL PROTECTED] wrote: According to C operator precedence, (a-b) is equivalent to a-b and the same goes for (a.b) But recently, I recall fixing a bug by adding parentheses, or am I right? To be sure, how can I view the generated ASM code

Re: How to exchange an unsupported file from PC to handheld?

2008-03-25 Thread Ben Combee
But when exchanging pdf, it always says no application would receive this file. Have you installed a good PDF reader? The recent V8 and later of Documents to Go handles PDF, as does the freeware PalmPDF. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: Re: How to exchange an unsupported file from PC to handheld?

2008-03-25 Thread Ben Combee
2008/3/26 Vivian Chen [EMAIL PROTECTED]: No, I've not installed any reader. I don't want to open the doc, but only store it in the SD card. Is it impossible? You just need to use VFS calls to write the file yourself. -- For information on using the ACCESS Developer Forums, or to

Re: How to exchange an unsupported file from PC to handheld?

2008-03-25 Thread Ben Combee
2008/3/26 Vivian Chen [EMAIL PROTECTED]: I have a nother question. If I create a pdf file with VFS, Can i exchange it to PC? If you make it with VFS, it will usually be on the SD card or other external storage, so you just move that to a card reader on the PC and open it as normal. -- For

Re: How to do the HotSync setting?

2008-03-24 Thread Ben Combee
On Mon, Mar 24, 2008 at 8:30 PM, Vivian.Chen [EMAIL PROTECTED] wrote: Hi All: My question is that how I can connect my PC to the simulator? I want to use HotSync to connection PC and simulator, and I've follow the method introduced by ACCESS. Use a network hotsync -- the PC will be on

Re: Palm C XML parser

2008-03-20 Thread Ben Combee
On Thu, Mar 20, 2008 at 12:14 PM, ssk [EMAIL PROTECTED] wrote: In this link, http://www.xs4all.nl/~rasch/david/devel/palm/xmlrpc.html i found xmlrpc for palm. But there is no implementation for XML parser. Any inputs on finding PALM C xml parser is really helpful to me. Look at

Re: More recent GCC compiler available for Palm development?

2008-03-13 Thread Ben Combee
On Thu, Mar 13, 2008 at 4:28 PM, Harald Schlangmann [EMAIL PROTECTED] wrote: has anyone here compiled a more recent GCC for PalmOS than the one provided with prc-tools v2.3? Is it possible with available sources? The GCC included in the prc package is 2.95.3. I compiled gcc years ago

Re: newbie: Warning and Errors when PilRC designer is used

2008-03-12 Thread Ben Combee
The really interesting part is the PATH environment variable: Does it refer to my WinXP PATH environment variable rather than Access Paths in CW? I prefer it's not. But when I load the same project from my old laptop to my new desktop (obviously the PATH ev of my new desktop is not long,

Re: How to lock a resource (and know it's locked later)?

2008-03-12 Thread Ben Combee
So far so good... I figured I'd store the handle in the Saved Preferences so that I can get to it next time the app runs. This fails in a number of situations though (reboot, hotsync, recompile). Store the handle in a feature pointer. Those are cleared on system reset. -- For information

Re: Downgraded Software Performance on Palm Centro

2008-03-06 Thread Ben Combee
On Thu, Mar 6, 2008 at 6:16 AM, Stephen H.S. Lee [EMAIL PROTECTED] wrote: Hi all, Recently I have got a Palm Centro for software testing. My developed Palm application just works fine on all existing Palm platforms like Tungsten, Zire or Treo. The same application can run on Palm

Re: CodeWarriro API

2008-02-29 Thread Ben Combee
You can find out a lot about the panels in CodeWarrior by going to the global Preferences, going to the General/Plugin Settings section, and setting Plugin Diagnostics to All Info. From this output, you'll see this part Plug-in name: MW C/C++ Palm OS ARMlet Plug-in type: Compiler Filename: MW

Re: CW splitted/zipped resource

2008-02-24 Thread Ben Combee
No, the splitting is done insde the linker, and it just cuts the original bin file into 64000 byte chunks. The reconstruction is done into RAM by the PNOLoader code provided with CW. On Sun, Feb 24, 2008 at 6:13 AM, Chris Apers [EMAIL PROTECTED] wrote: Hi, I know that CW automatically split

Re: Falch.net Databases and Codewarrior Debugging

2008-02-15 Thread Ben Combee
On Fri, Feb 15, 2008 at 12:57 PM, [EMAIL PROTECTED] wrote: I'm just wondering if there's some simple way to include all the falch databases in my application when I call on codewarrior's debugger. I'm using the Garnet OS Simulator as the 'Emulator' target. Usually I have to use the

Re: Falch.net Databases and Codewarrior Debugging

2008-02-15 Thread Ben Combee
Ahh, Opening the Garnet (debug) Simulator, dropping the pdb files on it and then launching the debugger seems to working… right at this very moment… wow. I almost want to take a photograph. It's doing what I expect it to do… really quite breathtaking. Adding the executables to the debug files

Re: Palm OS Debugger problem

2008-02-05 Thread Ben Combee
On Feb 5, 2008 3:27 PM, Shorin [EMAIL PROTECTED] wrote: Hey, on a related note... can anyone help me out with getting device debugging working for my Treo 600? (over USB). I already found out how to enable debugging on it, but debugging doesn't work. I tried both Garnet OS Development Suite

Re: In PODS multi-segment app, some function calls jump to wrong place

2008-02-04 Thread Ben Combee
On Feb 4, 2008 9:18 PM, Steve Moseley [EMAIL PROTECTED] wrote: It has only happened now that my app has grown in size, I now have two native code PNOs and eight segments for my 68k code. Why some function calls would jump into the middle of some code in the wrong segment, while all other

Re: Code Warrior problem with XP updates

2008-02-01 Thread Ben Combee
On Feb 1, 2008 5:47 PM, danny wong [EMAIL PROTECTED] wrote: positive. because as soon as install xp it goes and get the update and installs it. it then asks before to restart or later. of course as soon as it updates and boot CW is screwed. After you reinstall CW, does it work OK? When

Re: Obfuscation

2008-01-28 Thread Ben Combee
Does anyone have any reading material on the subject of security by obfuscation with Palm binaries? In general, you don't need to do this. Just turn off Macsbug symbols if you're using CodeWarrior, and you won't have any variable or function names in your executable. Debug info is stored in a

Re: Obfuscation

2008-01-28 Thread Ben Combee
Turning off debug symbols is good, but not really effective against experienced reverse-engineers. In essence everything can be reverse-engineered, but obfuscation makes the task much harder and, hopefully, not worth the cost. Well, the code is 68K code, so you're working from assembly.

Re: Palm OS Plumbing: Key and Pen flushes don't flush

2008-01-28 Thread Ben Combee
On Jan 28, 2008 11:39 PM, Jonathan Carse [EMAIL PROTECTED] wrote: Is there a function I can call that forces the queue to be filled with any pending events? You can just do your own flush using a loop that calls EvtGetEvent with a timeout of 1 until you get a nilEvent. Don't pass any pen or

Re: vfsErrFileGeneric returned on call to VFSDirCreate() on Palm OS Emulator

2008-01-27 Thread Ben Combee
On Jan 27, 2008 3:54 AM, Jonathan Carse [EMAIL PROTECTED] wrote: Correct, thank you. May I suggest documenting this issue in the next version of the Emulator (should be under Emulating Expansion Memory, currently on page 52 of Using Palm OS Emulator). You can suggest that, but considering

Re: WChar casting and sign extended character passed to StrChr

2008-01-26 Thread Ben Combee
The problem with such warnings, even minor, is that when running POSE's Gremlins, they stop the event sequence. The offending character is B0 (degree sign.) Does it become 0x00B0 or 0xFFB0 when converted into a WChar by StrChr? StrChr doesn't do the conversion -- the conversion is done by

Re: WChar casting and sign extended character passed to StrChr

2008-01-25 Thread Ben Combee
On Jan 25, 2008 9:23 PM, Luc Le Blanc [EMAIL PROTECTED] wrote: In some cases, POSE returns a message that StringMgr.c, Line:833, Sign extended character passed to StrChr. Is my WChar casting wrong? Or do I really have to use an intermediate value :( Char *string1, Char *string2; if (

Re: HTTP request

2008-01-21 Thread Ben Combee
On Jan 21, 2008 1:31 AM, Geetha Arasu [EMAIL PROTECTED] wrote: 1. Any one have idea on sending http request ? 2. Is there Net library in the treo 680 simulator? if not is there any way to load the library? NetLib is there and can be used for TCP/IP sockets. INetLib, described in the Palm OS

Re: palm treo 250

2008-01-21 Thread Ben Combee
On Jan 21, 2008 9:30 AM, [EMAIL PROTECTED] wrote: has any one heard of this device? I am looking for specs for it? Is it a true Palm device or a ARM (pocket PC windows mobile device). There is no Treo 250 device... the closest I've heard is the old Treo 270 that was a GSM color phone using

Re: Beaming the raw data of a filestream

2008-01-21 Thread Ben Combee
On Jan 21, 2008 3:33 PM, Luc Le Blanc [EMAIL PROTECTED] wrote: My app can export a map as a GPX file, either on a memory card, or as a file stream in RAM. In the latter case, if I want to beam that file to another Palm or PC, can I use ExgDBWrite to only send the raw data, without the

Re: multi sections and pointers

2008-01-13 Thread Ben Combee
I have 1 more question - can i put whole class in chosen section or only it's methods ? Only class methods will be in code sections -- class data is part of the whole program's data, and that will be in the data segment. I don't know how GCC handles the section attributes on a class -- I think

Re: multi sections and pointers

2008-01-10 Thread Ben Combee
On Jan 10, 2008 3:47 AM, Marcin [EMAIL PROTECTED] wrote: Hello As i see, when i use multisections in my palmos app i cannot use pointers to datastructures form one segment in other ? ( Is there a way (some kind of trick maybe?) to do this, or do i have to split my code that pointers to

Re: Optimizing math operations

2008-01-04 Thread Ben Combee
On Jan 4, 2008 8:24 AM, Luc Le Blanc [EMAIL PROTECTED] wrote: I am trying to optimize repeated math operations. If I have UInt16 x, y; and need to divide x by 100. Is it easier on the CPU to write y = x / 100; than y = x * 0.01; I am assuming the former does an integer division,

Re: Zire 22 screen turns like plaid - memory bug?

2007-12-17 Thread Ben Combee
On Dec 16, 2007 9:50 PM, Luc Le Blanc [EMAIL PROTECTED] wrote: Testing my app on a Zire 22, sometimes, when I launch a long process that involves allocating large arrays, the screen suddenly turns like plaid. I recall such a bug with OS 3.5 on a IIIxe, but wasn't this solved a long time

Re: Zire 22 screen turns like plaid - memory bug?

2007-12-17 Thread Ben Combee
i think what ben means is that there are no resources at palm to address issues like this - which are most likely within the ROM on the device in question.. Particularly on the z22, a device which had almost no hardware similarity with any of the current Treo/Centro devices. -- For

Re: Programming soft keys on the TX

2007-12-11 Thread Ben Combee
Just catch the appStopEvent and don't handle it. Then your program will never end. On Dec 10, 2007 10:57 PM, J Wilson [EMAIL PROTECTED] wrote: I need to prevent the user from switching to applications other than my own via the soft keys (e.g. those four icons to the left and right of the

Re: Programming soft keys on the TX

2007-12-11 Thread Ben Combee
On Dec 11, 2007 2:57 AM, J Wilson [EMAIL PROTECTED] wrote: Like I said, I need a solution that will work **when my app is not currently running**. Yes, but you also said that you're only running your own apps. If all of your programs ignored appStopEvent, you couldn't exit. Yes, hitting a

Re: Button placement and size

2007-12-05 Thread Ben Combee
On 12/5/07, Remi [EMAIL PROTECTED] wrote: Hi, I have an application translated in 10 languages and this give me problems. I have a button which is placed flush on the right side. This is part of my prc file (I'm using pilrc to generate the UI) BUTTON Note... ID AddPetrolNoteButton AT (120

Re: Warnings Including HsSoundLib.h

2007-12-04 Thread Ben Combee
On 12/4/07, P. Douglas Reeder [EMAIL PROTECTED] wrote: When I include HsSoundLib.h in a (GCC) project, I get the following error for each of the traps defined in HsSoundLib.h: /opt/palmdev/PalmOne-SDK/Incs/68k/libraries/hssoundlib/HsSoundLib.h:72: warning: possibly bad __callseq__ `trap #15;

Re: Printing Images

2007-11-28 Thread Ben Combee
On 11/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I would like to know how to perform a command directly to the printer to print an image (.gif, .bmp, .jpg). The platfomr is the Garnet OS (C++) and the printer interface is Bluetooth (if it matters for the command). If someone

Re: Open/Save file dialog to navigate VFS ?

2007-11-19 Thread Ben Combee
On 11/19/07, Luc Le Blanc [EMAIL PROTECTED] wrote: Ben Combee wrote: Going back to the Palm OS philosophy -- files and databases are generally hidden from the user. They just want their data, and the OS wasn't designed to be complicated with the user having to pick a location to save

Re: Open/Save file dialog to navigate VFS ?

2007-11-18 Thread Ben Combee
lends me to think that even with the Files app copied unto another Palm, the FileBrowser API calls would not work because it's not part of the OS on devices other than the T5 and LifeDrive; let's hope for an upgrade or patch. In the meantime, PalmOS must be the only GUI-based OS without an

Re: HowTo: provide help functionality to my app

2007-11-17 Thread Ben Combee
On 11/17/07, teo [EMAIL PROTECTED] wrote: Hi *, I searched the forums and googled, but to no avail. What is the standard way to provide help to my Palm application? I thought I can launch the browser and navigate to a local HTML page, but I cannot achieve that. Store your help text in a

Re: HowTo: provide help functionality to my app

2007-11-17 Thread Ben Combee
On 11/17/07, teo [EMAIL PROTECTED] wrote: Thanks Ben, Isn't it possible to navigate the browser to a database where the HTML pages are? Are the Clipper and the Browser are the same thing? http://www.access-company.com/developers/documents/docs/palmos/PalmOSCompanion2/InternetApps.html In

Re: Open/Save file dialog to navigate VFS ?

2007-11-16 Thread Ben Combee
On 11/16/07, Luc Le Blanc [EMAIL PROTECTED] wrote: Michal Seliga wrote: filebrowser api, but its not available on all devices (treo devices miss it for sure, but you can always copy it from for example T5 and put it there) Other than going to a store and beaming it to my T3 (locked?

Re: Adding new Palm simulators to the Debug Setting menu

2007-11-09 Thread Ben Combee
On 11/9/07, Bruce Fistel [EMAIL PROTECTED] wrote: I'd like to be able to add some Treo simulators to the ones already in the CW for Palm OS ToolsDebug Settings directory and have them appear in the Palm OS Debugging menu. How does one do this? I've copied the simulators into the

Re: sysAppLaunchCmdSystemReset and loading library.

2007-11-07 Thread Ben Combee
On Nov 7, 2007 2:49 AM, [EMAIL PROTECTED] wrote: All calls to SysLibFind(libname, refNum) fail and cause reset. I can't understand why, may be because of the lib name defines? This really sounds like the reference to the library name there is using a global variable. How is your libname

Re: sysAppLaunchCmdSystemReset and loading library.

2007-11-06 Thread Ben Combee
On 11/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: yes this is set for both targets. The difference is in the code model - small for debug, large for release, and the release target has a code optimization for small code, hard debug. There's never a good reason to use large in preference

Re: CW 9.3 handling of '...' in switch case

2007-11-01 Thread Ben Combee
It's a bug that will never be fixed. The ... syntax was inherited from GCC and hasn't been standardized. It might work in the ... form if you cast the enum to an int, like case (int)UTM ... (int)DegMinSec : but I'm not sure. On 10/31/07, Luc Le Blanc [EMAIL PROTECTED] wrote: CW 9.3 supports

Re: CW 9.3 handling of '...' in switch case

2007-11-01 Thread Ben Combee
But I checked my code, and I have a few places I successfully use ... on enums. Intermittent bug??? Are you saying I souldn't use ... at all? If it works, it works... basically, it's just syntactic sugar and means exactly the same thing as listing all the items. -- For information on using

Re: CW 9.3 handling of '...' in switch case

2007-11-01 Thread Ben Combee
Indeed. But with instances like: case chrCapital_A ... chrCapital_W : Case chrCapital_Y ... chrCapital_Z : Case chrSmall_A ... chrSmall_W : case chrSmall_Y ... chrSmall_Z : I'd rather not have to write them all. And isn't iteasier on CPU too? (assuming the compiler writes a single 'if')

Re: Triple Density Support

2007-10-29 Thread Ben Combee
On 10/29/07, Harald Schlangmann [EMAIL PROTECTED] wrote: Hi, I'd like to add support for triple density devices (480x480) to my program. Reason is, that I have some WM customers with demand for this density running StyleTap (Palm Emulator for WM). PODS - which I use - does not seem to

Re: CodeWarrior and missing resources

2007-10-26 Thread Ben Combee
Resources are separate from code and data and are not included in any of the segments. Icons, for example, are tAIB resources, and bitmaps are tBMP, IIRC. On 10/26/07, FranK S [EMAIL PROTECTED] wrote: I use CodeWarrior 9.3 to build Palm applications. I recently had a problem where some of the

Re: What 'counts' as a global? - how to work around it...

2007-10-25 Thread Ben Combee
On 10/25/07, Aaron Ardiri [EMAIL PROTECTED] wrote: Is triggering an A5 warning, I need to do the same job without globals (I have turned on PC-Relative strings and PC-Relative constants in the project options, but they don't seem to fix this) can anyone suggest an efficient way to do

Re: What 'counts' as a global?

2007-10-24 Thread Ben Combee
On 10/24/07, Rob [EMAIL PROTECTED] wrote: In a previous thread, Ben described things that you can't access when your app is running as a sublaunch without globals You cannot access any variables that aren't located on the stack. This includes global variables, static variables, and some

Re: Redirecting CW 9.3 errors+warnings list to file

2007-10-16 Thread Ben Combee
On 10/16/07, Luc Le Blanc [EMAIL PROTECTED] wrote: Can the CW 9.3 errors+warnings list be redirected or copied to a file? When I try copy/paste, I only get a single entry. Or is there an option to produce an err file or similar? IIRC, try clicking on an error, doing Edit/Select All, then

Re: Redirecting CW 9.3 errors+warnings list to file

2007-10-16 Thread Ben Combee
On 10/16/07, Luc Le Blanc [EMAIL PROTECTED] wrote: On 10/16/07, Luc Le Blanc [EMAIL PROTECTED] wrote: Can the CW 9.3 errors+warnings list be redirected or copied to a file? When I try copy/paste, I only get a single entry. Or is there an option to produce an err file or similar? IIRC,

Re: Icons and Bitmaps

2007-10-12 Thread Ben Combee
On 10/11/07, JSeb [EMAIL PROTECTED] wrote: Maybe I'm missing something, but it seems CtlSetGraphics accepts only Tbmp resources. I cannot put an icon (tAIB) resource in there... Icon and bitmap resources are the same thing in Palm OS, they just have different resource types. -- For

Re: Icons and Bitmaps

2007-10-12 Thread Ben Combee
Yes, but just duplicate the bitmap if it's not too large, including it twice in your file. On 10/12/07, JSeb [EMAIL PROTECTED] wrote: Okay, but when I use CtlSetGraphics(pMyGraphicButton, kMY_BMP, NULL); it works fine (kMY_BMP is the resource ID of some bitmap). But if I use instead

Re: newbie, how to create pdb from a csv on desktop

2007-10-11 Thread Ben Combee
On 10/11/07, DeanO [EMAIL PROTECTED] wrote: Is it possible to create a pdb on the desktop say from a csv or other file? Then use this as the pdb for your application on the palm? http://pilot-db.sourceforge.net/toolsdoc.htm -- For information on using the ACCESS Developer Forums, or to

Re: Accessing Browser bookmarks

2007-09-28 Thread Ben Combee
Remember that Nokia also owns Intellisync, a developer for Palm OS. On 9/28/07, Donald C. Kirker [EMAIL PROTECTED] wrote: Lionscribe wrote: Donald C. Kirker wrote: Sure. Bookmark importing. Well with an email address of [EMAIL PROTECTED] it pretty much gives away what Nokia has up

Re: creating web app for Palm... is Webclipping still the way or is WML an option?

2007-09-20 Thread Ben Combee
On 9/20/07, DeanO [EMAIL PROTECTED] wrote: I want to build a web application for use on Palm devices... is webclipping still the only way to present web pages to palm devices or can I use other means like WML or others? The Blazer browser on current Palm devices handles HTML and stylesheets

Re: what to use after code warrior??

2007-09-19 Thread Ben Combee
On 9/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I just got off the phone with freescale. I was talking about upgrading my 9.0 version of code warrior to 10.0. They told me by the end of the year they will not be selling or supporting any new versions of code warrior. Just stick with

Re: Can I debug PNOs on a Treo680 over USB?

2007-09-19 Thread Ben Combee
Darn! Looks like I'm out of luck! I've tried looking for serial cables, but they don't seem to make them for the Treo680 :-( They are available. Look at http://serialio.com/products/cables/PalmMulti_RS232.php for one example. -- For information on using the ACCESS Developer Forums, or to

Re: FrmGlueNavObjectTakeFocus - not in lib or include

2007-08-21 Thread Ben Combee
On 8/21/07, Andrew Woodgate [EMAIL PROTECTED] wrote: I'm new to PalmOS development, and am compiling an app using OS release 5.3. The app was written by someone else and uses the FrmGlueNavObjectTakeFocus function. Whilst the docs say this function exists, it is not in the header or library

Re: Wizard to create a shared library in CW 9.3 ?

2007-08-01 Thread Ben Combee
9.3 might be enough... I don't remember if we updated the wizard in that release. You may need to go back to 9.0 and then add the 9.2 and 9.3 updates. On 8/1/07, Luc Le Blanc [EMAIL PROTECTED] wrote: You should have several additional Palm OS project wizards listed there. If you're not

Re: Icon specification

2007-07-31 Thread Ben Combee
On 7/31/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does anyone know the specifications for the large application icon for the Tungsten E2? I mean, what dimensions and what color depth? The only thing I see is some standard 22x22 pixels, but I've seen some icons that are way too detailed

Re: Garnet Resource editor question

2007-07-29 Thread Ben Combee
On 7/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Okay, I'm a total noob to Palm OS programming and am in the process of figuring out the basics. I was playing around with the Garnet resource editor (I have Garnet Tools installed) and noticed that it only allows me to create Forms up

Re: Wizard to create a shared library in CW 9.3 ?

2007-07-26 Thread Ben Combee
On 7/26/07, Luc Le Blanc [EMAIL PROTECTED] wrote: When I hit File/New in CW 9.3, I'm offered: Empty Project Makefile Importer Wizard Object Library for Palm OS Application Stationery PACE Native Object Stationery Palm OS Application Stationery Palm OS ARMlet Stationery Palm OS Static

Re: Printing in palm devices

2007-07-10 Thread Ben Combee
On 7/10/07, Jagat Nibas Mahapatra [EMAIL PROTECTED] wrote: How can printing feature can be given to Palm devices ? I could not find any discussions on this in the forum. Printing is not a standard feature of Palm OS. There are some third-party libraries and applications that enable printing,

Re: Palm and Strings

2007-07-02 Thread Ben Combee
I will try that now, thanks for that help buddy! Also you probably can help me on this one, are there any good Pilrc editors on Linux? I mean gui? That are not buggy :-) The only one I know about is Guikachu at http://cactus.rulez.org/projects/guikachu/ -- For information on using the ACCESS

Re: Device syncs non-stop!

2007-06-24 Thread Ben Combee
On 6/24/07, babbu cathy [EMAIL PROTECTED] wrote: All, Forgive me if this is not the correct forum to send this query. By the way, i have one issue right now., my treo650 device keep on hotsyncing without stop though device is not connected with my pc or hotsync. Automatically keep on starts

Re: How to read and write to Palm phone book

2007-06-22 Thread Ben Combee
But One Question is in my mind if the Palm Reference provides telephony manager Library then why is it not available It's historical. Handspring did most of their Treo work before these APIs were well defined by PalmSource, and since the Treos are all derived from the original work done by

Re: Resource file conversion

2007-06-21 Thread Ben Combee
On 6/21/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have been developing my application under the Macintosh 68k linker. Now that its size is exceeding the single segment limit, I need to convert it into multi segment. The prerequisite for doing so is that the linker is set to PalmOS 68k.

Re: type of data byte

2007-06-12 Thread Ben Combee
On 6/11/07, mrc-dm [EMAIL PROTECTED] wrote: How can I use type of data byte to create an application on language C using PalmOS Developer Suite. It does not recognize and it gives it error. Use char instead. That's a one-byte large data type. You may need unsigned char if you want the range

Re: .RCP file compilation problem in CW

2007-06-08 Thread Ben Combee
On 6/8/07, Bismi [EMAIL PROTECTED] wrote: Hi all, I have a project that has resources in .RCP format, probable that project is made in Pilrc. I am having Codewarrior 8.3 when I try to compile the project i am getting the following error: Unable to load linker for target XYZ (debug) in

Re: Sony TH55 DIA

2007-06-05 Thread Ben Combee
On 6/5/07, Hynek Sladky [EMAIL PROTECTED] wrote: Hello, I have my own app which works fine on T|5 with DIA in HiRes+ mode but works in standard 320x320 mode on TH55 with DIA always on. What should be done different on TH55 to support DIA correctly? Rather than coding yourself, I'd look at

Re: Palm Foleo Developer Tools

2007-05-30 Thread Ben Combee
On 5/30/07, Greg [EMAIL PROTECTED] wrote: Are there any developer tools for this available? The Palm Foleo isn't a Palm OS device, so it's inappropriate for the palm-dev-forum... however, to answer your question -- check pdn.palm.com -- that's where we will announce tools and SDKs. -- For

Re: Writing/Reading from SD cards

2007-05-20 Thread Ben Combee
On 5/20/07, James [EMAIL PROTECTED] wrote: Ah thanks that worked fine!! The only thing is that it doesn't support multiable SD card slots? Not even sure if Palm has a unit that has more then 1? Palm has never released a device with multiple SD card slots, but the late Tapwave had two versions

Re: Rocker Navigation Button Issues Part Duex

2007-05-17 Thread Ben Combee
Tungsten C used the older key codes that were introduced in the Tungsten T. There used to be a KB article online at palmsource that I wrote talking about all of this, but it's gone now. On 5/17/07, C. Gaberial Edwards [EMAIL PROTECTED] wrote: Okay, well I've got the information I need from my

Re: Simple way to detect if a device is a Treo?

2007-05-17 Thread Ben Combee
I think those are controlled in an INI file in the simulator. Looks like someone just forgot to update them :( On 5/17/07, Douglas Handy [EMAIL PROTECTED] wrote: David, Sadly, the 755P Simulator does not match the real device for either the companyID or the deviceID. The 755P Sim reports:

Re: Rocker Navigation Button Issues Part Duex

2007-05-17 Thread Ben Combee
On 5/17/07, C. Gaberial Edwards [EMAIL PROTECTED] wrote: Well, that brings me a little closer to a solution, thanks. You wouldn't happen to remember the title of the article? It's long gone... but the actual header you need for those constants is still in the Palm SDK (not the Garnet one) --

Re: Rocker Navigation Button Issues Part Duex

2007-05-17 Thread Ben Combee
Remember that you need two SDKs: The Palm OS SDK (now called the Garnet SDK), that's stuck at version 5.0R4 The Palm SDK (was the PalmOne or Palm Solutions Group SDK) 5.4 The first is the base set of headers for development, while the second adds specific headers for developing for Palm's

Re: Help to solve error on Palm OS 68K application

2007-05-16 Thread Ben Combee
a new problem occured on the same application, problem is, Error: File: C:\CellStory\rsc\AppResources.xrd Error loading external image file Bitmap_1000_X1_8.bmp: Image dimensions do not match bitmap specification The resource compiler is saying the XRD file's bitmap element has a different

Re: long double support

2007-05-11 Thread Ben Combee
long double is the same as double on Palm OS -- they're both 64-bit numbers. long double as 80-bits is a x86 thing and supported because of the math coprocessor. On 5/11/07, John V Sutton [EMAIL PROTECTED] wrote: Hi all, I'm running the following code in CodeWarrior long double ldv;

Re: How to test a treo 650 based software

2007-05-09 Thread Ben Combee
On 5/9/07, 陈睿 [EMAIL PROTECTED] wrote: I have heard there was a virtual phone stuff, which could simulate a mobile phone functionaliy Does it work? No, the Virtual Phone was an application that worked with the Palm OS Cobalt 6.0 simulator, back before that project was put on hiatus. It never

Re: What's up with AppForge the company?

2007-04-12 Thread Ben Combee
On 4/12/07, John Wygonski [EMAIL PROTECTED] wrote: Tried to get to the appforge web site and I get redirected to Oracle? Is it true that they are out of business? I've heard through several channels that AppForge has shutdown. Sorry. -- For information on using the ACCESS Developer Forums,

Re: exgErrNotSupported trying to beam multiple databases

2007-04-12 Thread Ben Combee
On 4/12/07, Remi [EMAIL PROTECTED] wrote: What I've found, though, is that I can transfer a single database but if I try to send more than one at a time (as discussed in Sending Multiple Objects, in the Palm OS Companion 2), I keep getting exgErrNotSupported back from the call to ExgConnect.

Re: exgErrNotSupported trying to beam multiple databases

2007-04-12 Thread Ben Combee
On 4/12/07, Remi [EMAIL PROTECTED] wrote: That's what I was afraid of. Any advice for transferring bulk data from a variable number of databases between devices? You can use exchange manager to serialize it into PDBs, then put it into your own container format that the receiving application

Re: Fatal Exception during program installation, fine afterwards

2007-04-10 Thread Ben Combee
I'm only responding to: sysAppLaunchCmdNormalLaunch But then, that's all this application has ever responded to, and this has never happened before... Do I *need* to handle other launch codes? No, but you need to make sure you don't use any global variable in code that runs before

Re: Vista and CW9.3

2007-04-04 Thread Ben Combee
I have CodeWarrior 9.3 working on Vista - compiles adn links fine which was a pleasant suprise. The only niggle is I cant get USB debugging working (to a treo650). The problem appears to be with USBPort.dll (Version 6.0.1). PalmDebugger finds it ok in C:\ProgramFiles\palmOne\ (I moved it there

Re: Significant performance problem using QuickSort on newer NVFS implementations?

2007-04-04 Thread Ben Combee
Can anyone from Access/PalmSource and/or Palm Inc. comment on these NVFS quicksort performance results? Is this problem going to be fixed in the next NVFS revision, are there suggestions to improve sorting performance other than use less records, etc.? Ben Combee? Greg Wilson? I don't know

Re: Significant performance problem using QuickSort on newer NVFS implementations?

2007-04-04 Thread Ben Combee
I guess the best solution right now will be to simply duplicate those multi-megabyte databases with different sort orders, so that QuickSort does not have to be called on the handheld. The added storage requirements of that solution are definitely easier to swallow than the painful sort

Re: Incoming/Outgoing call

2007-03-15 Thread Ben Combee
On 3/14/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can we use multithreading? I am using 68k applications. I am unable to include systhread.h(protein API) How to include this API in my 68k application? You can't. The Protein API set was only ever used on Palm OS Cobalt, and that was

  1   2   3   4   5   6   7   8   9   10   >