Thanks for your great help! I built it with PRC-Tools, The alert box can be displayed now. But "FrmAlert" still causes system reset if I build it with CW9.2. I...
You can find SyncInfoHack sources for CW in YAHM SDK. AFAIK it works. Some CW issues: * You should make subproject for each armlet and config screen. * CW...
I am not writing a hck, but just an ARMlet, and I am tired of having to call into 68k, justo to redirected back to arm to do a systarp, and then back. It's...
Just add lib*.a into project. Use standard palmos headers with one exception: remove cardNo from parameters or add V40 to function name: old prototype: Err...
T libs for thumb code. Igor ... From: dmitrygr2003 To: palmnest@yahoogroups.com Sent: Saturday, July 03, 2004 7:21 PM Subject: [palmnest] Re: arm native traps ...
and how do I decide which ones to do. I'm jusy making a program all in arm as I need the speed, but 68k traps are slow. do I need thumb libs or arm. AFAIK arm...
You should choose library according to project settings. AFAIK there were bugs in CW thumb code generation. You can select target code either with option in...
even with "#include <PalmOS.h>" inmmy armlet code and the libraties I still get an undefinde error for "strItoa), but WinDrawChars and StrLen seem ok....
=== The PACE Native Object Target pref panel now lets you choose either ARM or Thumb as the main instruction set to be used for your target, letting you trade...
Igor: Working great on my palmOne T2 + TypeAway so far, Igor. Fantastic job! I've tried briefly to replicate the problem with disconnecting and reconnecting...
Stephan, v 1.3.4 leave serial port closed while keyboard inactive. So if you make reconnect in 30 sec from last typed char, you can reproduce this effect ;-). ...
i am developping a Chinese input method on treo 600. Some users complained the auto-enable feature of my software when they do phone number lookup in some...
... Hi, Your code listens for either KeyDownEvent, MenuHandle Events, FldHandleEvents right? The PhoneLockUp code it very simple: it just takes a FieldPtr, and...
Hi Igor, you are doing an excellent job on that keyboard driver. I switched from a m500 to a Zire 71 right after buying the Logitech Typeaway Keyboard... and...
I am writing a program for treo600, but encountered a problem when trying to draw 16bit color bitmap on screen. here's the code: UInt16 libRef; UInt32 depth =...
Gerald, Driver sells were temporary disabled until I was on vacations. Now all is OK. External layout implementation was frozen, because of lack of interest...
Does that mean I can use whichever I want, or do I have to use the same as current? Also, if I just want to retrieve the current address without changing it,...