Re: [fpc-devel] Unit linking to .obj files and fpcmake.

2006-04-12 Thread Peter Vreman
In package for Windows, I have some object files that the unit requires. How do I make a Makefile.fpc file that installs the object files into a package and allows programs using the package to locate the object files? In other words, I want to be sure that a developer can use this unit in

Re: [fpc-devel] Generics

2006-04-12 Thread Peter Vreman
On 4/11/06, Marco van de Voort [EMAIL PROTECTED] wrote: Templates' pros: - support of primitive types; - flexibility (ability to call non-virtual and non-related methods, operators, etc); - ability of coding for speed. Type erasure generics' pros: - No additional generated code,

Re: [fpc-devel] Generics

2006-04-12 Thread Danny Milosavljevic
Hi, Am Dienstag, den 11.04.2006, 18:56 -0300 schrieb Flávio Etrusco: On 4/11/06, Danny Milosavljevic [EMAIL PROTECTED] wrote: Hi, Am Montag, den 10.04.2006, 23:33 -0300 schrieb Flávio Etrusco: On 4/10/06, Danny Milosavljevic [EMAIL PROTECTED] wrote: Hi, (...) but thing

Re: [fpc-devel] Generics

2006-04-12 Thread Bisma Jayadi
It isn't clear to me what the current status about Generics is: http://www.freepascal.org/wiki/index.php/Generics http://www.dummzeuch.de/delphi/object_pascal_templates/english.html http://community.borland.com/article/0,1410,27603,00.html -Bee- has Bee.ography at

[fpc-devel] Tiger XCode

2006-04-12 Thread Paul Davidson
The Tiger 10.4.6 OS with XCode 2.2.1 does not seem to work with current FPC templates for Mac OS X. Has anyone been able to compile a program using this combination. The default code sample provided abort compilation with: Command /bin/sh failed with exit code 1 rm: build/: is a directory

Re: [fpc-devel] Tiger XCode

2006-04-12 Thread Paul Davidson
ps. Template PAscal Tool On Apr 12, 2006, at 8:08, Paul Davidson wrote: The Tiger 10.4.6 OS with XCode 2.2.1 does not seem to work with current FPC templates for Mac OS X. Has anyone been able to compile a program using this combination. The default code sample provided abort compilation

Re: [fpc-devel] Tiger XCode

2006-04-12 Thread Dr. Karl-Michael Schindler
Hi all, i haven't done so. but maybe I'll try during the next days. fpc 2.1.1 or 2.0.2? Am 12.04.2006 um 14:08 schrieb Paul Davidson: The Tiger 10.4.6 OS with XCode 2.2.1 does not seem to work with current FPC templates for Mac OS X. Has anyone been able to compile a program using this

Re: [fpc-devel] Tiger XCode

2006-04-12 Thread Paul Davidson
2.1.1 and Thanks :) On Apr 12, 2006, at 8:54, Dr. Karl-Michael Schindler wrote: Hi all, i haven't done so. but maybe I'll try during the next days. fpc 2.1.1 or 2.0.2? Am 12.04.2006 um 14:08 schrieb Paul Davidson: The Tiger 10.4.6 OS with XCode 2.2.1 does not seem to work with current

Re: [fpc-devel] Generics

2006-04-12 Thread Micha Nelissen
On Wed, 12 Apr 2006 08:31:58 +0200 (CEST) Peter Vreman [EMAIL PROTECTED] wrote: FPC is a compiled language where not all types are classes. The only way to implement it is like C++ templates. It is a known fact that generics will introduce code bloat, but that is still less than the 15-20mb

Re: [fpc-devel] Generics

2006-04-12 Thread Flávio Etrusco
On 4/12/06, Bisma Jayadi [EMAIL PROTECTED] wrote: It isn't clear to me what the current status about Generics is: http://www.freepascal.org/wiki/index.php/Generics http://www.dummzeuch.de/delphi/object_pascal_templates/english.html http://community.borland.com/article/0,1410,27603,00.html