[fpc-pascal] Help porting DeCAL library

2009-12-06 Thread leledumbo
http://old.nabble.com/file/p26671529/decal-1.zip Here is a FPC conversion of DeCAL library. However, many things still don't work. Please see todo.txt. -- View this message in context: http://old.nabble.com/Help-porting-DeCAL-library-tp26671529p26671529.html Sent from the Free Pascal - General

Re: [fpc-pascal] Is $fpctarget defined on all targets?

2009-12-06 Thread Aleksa Todorovic
On Sun, Dec 6, 2009 at 17:13, Jonas Maebe wrote: > > On 06 Dec 2009, at 17:01, Aleksa Todorovic wrote: > >> I've just started porting an application from Java to FPC (current >> targets are Win32 and Linux). I can successfully compile and run >> initial tests on both targets. The problem I have is

Re: [fpc-pascal] Is $fpctarget defined on all targets?

2009-12-06 Thread Jonas Maebe
On 06 Dec 2009, at 17:01, Aleksa Todorovic wrote: > I've just started porting an application from Java to FPC (current > targets are Win32 and Linux). I can successfully compile and run > initial tests on both targets. The problem I have is with -FU > parameter. When I execute > > fpc -FUunits/$

[fpc-pascal] Is $fpctarget defined on all targets?

2009-12-06 Thread Aleksa Todorovic
Hi! I've just started porting an application from Java to FPC (current targets are Win32 and Linux). I can successfully compile and run initial tests on both targets. The problem I have is with -FU parameter. When I execute fpc -FUunits/$fpctarget test_client on Windows, it correctly outputs .o,