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

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 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 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 currently can not. Most

[fpc-devel] Video.CursorX/Y 1-based under UNIX

2004-12-11 Thread Michalis Kamburelis
Hi. I'm just playing with unit Video and I found some strange thing. It looks like a bug in my opinion, but it's so obviously implemented in Video unit that I fear that it's some feature : Under UNIXes CursorX / CursorY are 1-based. While SetCursorPos takes 0-based parameters on all OSes, and