Re: [fpc-devel] enumerating environment variables

2004-12-14 Thread Olle Raab
04-12-11 12.00, skrev [EMAIL PROTECTED] följande: >> Is it true that in fpc 2.0 the dos unit will be considered obsolete, and >> people are advised to use for example the sysutils unit? > > It is true. Isn't deprecated a better word ? The Dos unit will still be available, I guess ? Otherwise we

Re: [fpc-devel] enumerating environment variables

2004-12-11 Thread Florian Klaempfl
[EMAIL PROTECTED] wrote: Typical Borland statement! Borland seems to have a very bad project management :) If we'd know the time we can spent into fpc every week, I could tell you a date :) Florian Klaempfl wrote: [EMAIL PROTECTED] wrote: Release date for 2.0 ? - When it's finished - asap ;) ___

Re: [fpc-devel] enumerating environment variables

2004-12-11 Thread Jonas Maebe
On Dec 11, 2004, at 17:05, [EMAIL PROTECTED] wrote: Typical Borland statement! You know those open source guys, all they can do is clone closed source companies... to the last bit ;) Jonas ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepa

Re: [fpc-devel] enumerating environment variables

2004-12-11 Thread Michael . VanCanneyt
On Sat, 11 Dec 2004, Vincent Snijders wrote: > [EMAIL PROTECTED] wrote: > > > > On Fri, 10 Dec 2004, Vincent Snijders wrote: > > > > > >>If true, how can I enumerate the environment variables like I do with > >>the dos unit using EnvCount and EnvStr from the dos unit. > > > > > > You curre

Re: [fpc-devel] enumerating environment variables

2004-12-11 Thread rstar
Typical Borland statement! Florian Klaempfl wrote: [EMAIL PROTECTED] wrote: Release date for 2.0 ? - When it's finished - asap ;) ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel ___

Re: [fpc-devel] enumerating environment variables

2004-12-11 Thread Florian Klaempfl
[EMAIL PROTECTED] wrote: Release date for 2.0 ? - When it's finished - asap ;) ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] enumerating environment variables

2004-12-11 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: On Fri, 10 Dec 2004, Vincent Snijders wrote: If true, how can I enumerate the environment variables like I do with the dos unit using EnvCount and EnvStr from the dos unit. You currently can not. Most platforms have the envp() pointer available, but this is of course not

Re: [fpc-devel] enumerating environment variables

2004-12-11 Thread rstar
Release date for 2.0 ? [EMAIL PROTECTED] wrote: On Fri, 10 Dec 2004, Vincent Snijders wrote: Hi, Is it true that in fpc 2.0 the dos unit will be considered obsolete, and people are advised to use for example the sysutils unit? It is true. If true, how can I enumerate the environment var

Re: [fpc-devel] enumerating environment variables

2004-12-11 Thread Michael . VanCanneyt
On Fri, 10 Dec 2004, Vincent Snijders wrote: > Hi, > > Is it true that in fpc 2.0 the dos unit will be considered obsolete, and > people are advised to use for example the sysutils unit? It is true. > If true, how can I enumerate the environment variables like I do with > the dos unit using