Re: Creating font families w/o Constructor

2003-07-14 Thread Daryl Huff
I got this working. It turns out I didn't have the "ascent" and "descent" values in the DD font set to double the values in the regular font .pfn file. Once I corrected that, my DD fonts worked great with PilRC 3.0. Daryl Daryl Huff wrote: Thanks, that was p

Re: Creating font families w/o Constructor

2003-07-12 Thread Daryl Huff
Thanks, that was pretty easy. However, I'm wondering how close to working the font family capability of PilRC is currently. My font description files are fine because I can use my custom font in project after including the font declaration in my .rcp file: FONT ID myFONT FONTID 129 "myddFO

Re: Creating font families w/o Constructor

2003-07-11 Thread Daryl Huff
y. Thanks, Daryl Ben Combee wrote: At 01:47 AM 6/27/2003, Daryl Huff wrote: I'm using the falch.net development tools and in general I'm pretty happy. However, I'd like to use some custom font families that will contain both high and low density elements. I know about xFont for crea

Codewarrior and Palm OS 5 SDK (68K) R2 examples

2003-06-27 Thread Daryl Huff
I'm trying to get the examples that come with the Palm OS 5 SDK (68K) R2 to compile with CodeWarrior 8 and I can't seem to get any to compile. They all end up with the following link errors: Link Error : StartupCode.c: Illegal object data in 'StartupCode.c' Link Error : __RuntimeModule

Creating font families w/o Constructor

2003-06-26 Thread Daryl Huff
I'm using the falch.net development tools and in general I'm pretty happy. However, I'd like to use some custom font families that will contain both high and low density elements. I know about xFont for creating the fonts, and I can use the fonts created in my resource file. Is there any way

Re: Newbie gdb and Palm OS 5 Simulator debugging question

2003-03-06 Thread Daryl Huff
Ton van Overbeek wrote: Daryl Huff <[EMAIL PROTECTED]> wrote: I'm trying to debug my first Palm app using the PRC tools and I can't get gdb (m68k-palmos-gdb) to connect to the Palm OS 5 Simulator to debug my app. I carefully followed the instructions at http://prc-tools

Newbie gdb and Palm OS 5 Simulator debugging question

2003-03-06 Thread Daryl Huff
I'm trying to debug my first Palm app using the PRC tools and I can't get gdb (m68k-palmos-gdb) to connect to the Palm OS 5 Simulator to debug my app. I carefully followed the instructions at http://prc-tools.sourceforge.net/install/cygwin.html to install everything onto my Win XP system. I h