Share

Palm SDK Foundation Classes

Code

Programming Languages: C++

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2001-08-19 cvs -d:pserver:anonymous@pfcpp.cvs.sourceforge.net:/cvsroot/pfcpp login

cvs -z3 -d:pserver:anonymous@pfcpp.cvs.sourceforge.net:/cvsroot/pfcpp co -P modulename

Show:

What's happening?

  • I'm back

    After a _long_ break, I'm back. I also realize that this is going to develop several versions behind current. I guess I'll just have to finish and hope someone updates it ;)

    2003-04-28 22:18:30 UTC by lazarius

  • Homepage

    Homepage link here on sourceforge is not working.

    2002-01-25 09:34:40 UTC by dvoss

  • CVS plug-in for CodeWarrior

    For any of you out there who are avid CVS users, and wish CVS was built into Metrowerks IDE, well you are in luck. If you cruise through the Metrowerks directory hierarchy, pay special attention to the folder thrill seekers??? C:\Program Files\Metrowerks\CodeWarrior for Palm OS Platform 7.0\Thrill Seekers Read the readme files inside of this folder. There is some good stuff there...

    2002-01-10 10:44:48 UTC by cobia

  • STL for the Palm

    After a little research, I discovered Palm does have a port of STL..or make that MSL. MSL is Metrowerks solution for a STL like template library. I am presently using CW7.1 for PC with PalmOS3.5 support. Check this file: C:\Program Files\Metrowerks\CodeWarrior for Palm OS Platform 7.0\Palm OS 3.5 Support\CodeWarrior Libraries\MSL for Palm OS Release Notes.txt I included it below if...

    2002-01-10 10:39:21 UTC by cobia

  • Followup: RE: PFC Architecture -- Messaging

    It eventually got into code as such: UInt16 CPalmApp::Go() // this is actually a virtual fxn to override if { // you want additional app functionality CEvent& event; UInt16 error; do { event = CEventManager::GetEventManager().GetNextEventInQ(); // essentially event = EvtGetEvent(evtWaitForever); error = DistributeEvent(event); } while...

    2002-01-04 19:27:32 UTC by lazarius

  • Followup: RE: PFC Architecture -- Messaging

    Just a thought, if you need a structure for store events, an array or vector structure is probably not the best solution. Arrays and vectors are great for linear time random access, but they are bad if you are trying to delete from the beginning of the structure. For the event queue, you should use a simple queue, or a deque. I can't remember the exact properties of the deque, but it is...

    2002-01-04 07:37:37 UTC by cobia

  • Test Message

    Just a test. BTW, events are C structures union'd in some crazy fashion.

    2002-01-04 04:42:34 UTC by cobia

  • Followup: RE: more informations

    My work was just put on hold for a while. It is not quite along enough in order to actually use it for writing an app (although I suppose the remainder could just be written in C for now). I'm designing (but not really working on yet) a really cool way of transparently handling events etc. I also have no idea how to package the file... does anyone actually know how to use a...

    2001-10-13 17:25:56 UTC by lazarius

  • more informations

    Do your work is dead? I work on pilot-DB (pilot-db.sourceforge.net), I think to use C++ for a new release (0.4.0). Why not use your wrapper. But i need to use SDK 4.0, a very small prc file, and support. Can you give that? It's just to know. Have you try to build a little application in C and the same with your wrapper and see the size increase? Do you know project which use your wrapper?...

    2001-08-27 08:42:24 UTC by marc-chalain

  • Palm SDK Foundation Classes

    lazarius committed patchset 4 of module PFC to the Palm SDK Foundation Classes CVS repository, changing 2 files.

    2001-08-19 14:59:00 UTC by lazarius

Our Numbers