Re: Need some old docs

2009-05-30 Thread Bodo Wenzel
It's great to see that there are still some working on OnBoardC. Being an old school C programmer I thought about refactoring VFSDos, because it seems to have many flaws. However, time's limited... :-( The inline notation itself is legal (changed that already) however, it's the assembly

SVG on Palm OS

2009-05-30 Thread Luc Le Blanc
Does there exist a SVG rendering library for Palm OS. Or an interfaceable viewer? Luc Le Blan -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

RE: Suddenly, CW 9.3 C++ refuses default function argument

2009-05-30 Thread luis maldonado
Luc, Make sure you are conpiling the file as C++ and do use the .cpp extension. I use this construct all the time with no problems. Luis, From: llebl...@cam.org To: palm-dev-forum@news.palmos.com Subject: Suddenly, CW 9.3 C++ refuses default function argument Date: Thu, 28 May 2009

Re: SVG on Palm OS

2009-05-30 Thread Ryan Rix
On Sat, May 30, 2009 at 5:57 AM, Luc Le Blanc llebl...@cam.org wrote: Does there exist a SVG rendering library for Palm OS. Or an interfaceable viewer? Shouldn't be too hard to implement, imo. -- Thanks and best regards, Ryan Rix TamsPalm - The PalmOS Blog (623)-239-1103 -- Grand Central,

Re: SVG on Palm OS

2009-05-30 Thread Luc Le Blanc
Can you point me to some C code? I don't have time to re-invent the wheel. All I need to implement is: - converting a series of points into a vector path - displaying a path Luc Le Blanc Ryan Rix wrote: On Sat, May 30, 2009 at 5:57 AM, Luc Le Blanc llebl...@cam.org wrote: Does there

Re: SVG on Palm OS

2009-05-30 Thread Ryan Rix
On Sat, May 30, 2009 at 7:48 PM, Luc Le Blanc llebl...@cam.org wrote: Can you point me to some C code? I don't have time to re-invent the wheel. All I need to implement is: - converting a series of points into a vector path - displaying a path full W3C SVG editor: