Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Sasa Zeman
> Basic linking for win32 works Thank you for information. Allowing compiler declatarion of INTERNALLINKER in fpcdefs.inc and recompiling the latest SVN revision (linker branches) is not enough to use it. Please provide exact steps in order to use internal linker. Sasa -- www.szutils.net _

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Peter Vreman
>> Basic linking for win32 works > > Thank you for information. > > Allowing compiler declatarion of INTERNALLINKER in fpcdefs.inc and > recompiling the latest SVN revision (linker branches) is not enough to use > it. > > Please provide exact steps in order to use internal linker. Please provide e

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Marco van de Voort
> > Basic linking for win32 works > > Thank you for information. > > Allowing compiler declatarion of INTERNALLINKER in fpcdefs.inc and > recompiling the latest SVN revision (linker branches) is not enough to use > it. > > Please provide exact steps in order to use internal linker. commandline

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Vincent Snijders
Sasa Zeman schreef: Basic linking for win32 works Thank you for information. Allowing compiler declatarion of INTERNALLINKER in fpcdefs.inc and recompiling the latest SVN revision (linker branches) is not enough to use it. Please provide exact steps in order to use internal linker. All you

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Peter Vreman
>> Allowing compiler declatarion of INTERNALLINKER in fpcdefs.inc and >> recompiling the latest SVN revision (linker branches) is not enough to >> use >> it. >> >> Please provide exact steps in order to use internal linker. >> > > All you need to do to test the internal linker is pass the -Xi to >

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Sasa Zeman
> commandline flag -Xi Thank you. This information is not available with compiler options help list. Sasa -- www.szutils.net ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Peter Vreman
>> commandline flag -Xi > > Thank you. > > This information is not available with compiler options help list. Ofcourse not, becuase it is a development/test option. Don't forget you are using development code. Especially the linker branch has no garauntees at all that it compiles/works. ___

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Sasa Zeman
> Please provide exact steps what you did to detect that it is not used. 1. Download the latest SVN revision from http://svn.freepascal.org/svn/fpc/branches/linker/ (revision 3065 if I remeber correctly) and trunk FPC update as well 2. After I compared current trunk and branch version I have noti

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Peter Vreman
>> Please provide exact steps what you did to detect that it is not used. > > 1. Download the latest SVN revision from > http://svn.freepascal.org/svn/fpc/branches/linker/ > (revision 3065 if I remeber correctly) and trunk FPC update as well > > 2. After I compared current trunk and branch version

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Sasa Zeman
> If you want to work with development code i think it is better to find out > it yourself what is going wrong. For me it works on all development > systems that i use. If would I have a time to look at souce code, I would gladly become developer member. However, my spare time is quite limited. A

[fpc-pascal] [OFF-TOPIC] language history

2006-03-29 Thread Rodrigo Palhano
kind of interesting http://www.levenez.com/lang/history.html ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Executing another program from Pascal

2006-03-29 Thread Hans MÃ¥rtensson
Marco van de Voort wrote: Dos.exec still exist, but as a substitute sysutils.ExecuteProcess is recommended. (1.9.2+ though) Note that both don't exec the command itself. Thank you for the information Sometimes the docs looks like a haystack with no needle. (According to my view) Elio

Re: [fpc-pascal] Executing another program from Pascal

2006-03-29 Thread Marco van de Voort
> Marco van de Voort wrote: > > >Dos.exec still exist, but as a substitute sysutils.ExecuteProcess is > >recommended. (1.9.2+ though) > > > >Note that both don't exec the command itself. > > > Thank you for the information > Sometimes the docs looks like a haystack with no needle. (According to

Re: [fpc-pascal] Executing another program from Pascal

2006-03-29 Thread Hans MÃ¥rtensson
Marco van de Voort wrote: However please use executeprocess, it will avoid problems with too deeply nested paths. (dos.exec is limited to an overall 255 chars). Yes I got that - and that is exactly the function I need for my program, I think.

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Peter Vreman
>> If you want to work with development code i think it is better to find >> out >> it yourself what is going wrong. For me it works on all development >> systems that i use. > > If would I have a time to look at souce code, I would gladly become > developer member. However, my spare time is quite