Re: [fpc-pascal] Generics in Delphi mode?

2011-03-30 Thread Tim Veldhuizen
Hi, 2011/3/30 Žilvinas Ledas > It is already implemented in Trunk ;) Wonderful! I can hardly wait for it to be released in a stable version. I have version 2.4.0 here as the default freepascal package in Fedora 13, but I'll give the new release a spin as soon as it's out. I don't see a release d

Re: [fpc-pascal] uses myunit in '../src/myunit.pas' ?

2017-02-10 Thread Tim Veldhuizen
path. Greetings, Tim Veldhuizen. On 11/02/17 04:07, fredvs wrote: Hello. There is myprogram.pas in /home/me/myproject/example. This program uses myunit.pas from /home/me/myproject/src. myunit.pas uses myunit2.pas and myunit3.pas that are also in home/me/myproject/src. Using this: program

Re: [fpc-pascal] uses myunit in '../src/myunit.pas' ?

2017-02-11 Thread Tim Veldhuizen
lling fpc to include ../src to the unit path. Greetings, Tim Veldhuizen. I have found some use cases for hard coded paths in the source files.. although these use cases are rare. I think even delphi main project DPR file does this, if I remember correctly, but I found other uses cases other tha

Re: [fpc-pascal] uses myunit in '../src/myunit.pas' ?

2017-02-14 Thread Tim Veldhuizen
On 14/02/17 20:00, fredvs wrote: It is a difficult task to speak with gurus. Nah, it's not. They are also people... I think.. Actually, I've never seen proof that they all are, so some may actually be chimps. :) Anyway, some are standing on such a high pedestal that they feel everyone is benea

Re: [fpc-pascal] uses myunit in '../src/myunit.pas' ?

2017-02-14 Thread Tim Veldhuizen
On 15 Feb 2017 04:47, Michael Van Canneyt wrote: > > > > On Tue, 14 Feb 2017, fredvs wrote: > > >> Please simply use "{$unitpath }" > > > > Huh, Mattias present me yesterday a beautiful "{$unitpath }". > > > > We played together all the night, without any trouble. Just because things work n