[Lazarus] Lazarus Release Candidate 1 of 1.8.0

Mattias Gaertner nc-gaertnma at netcologne.de
Thu May 18 00:30:06 CEST 2017


On Wed, 17 May 2017 22:27:20 +0200
Joe via Lazarus <lazarus at lists.lazarus-ide.org> wrote:

>[...]
> Is this the correct way to report my finding? As a non professional I am 
> not sure.
> 
> Lazarus 1.8 RC1 under Win 10 (64):

Yes, although this is more exact:
Help / About Lazarus / Right mouse click on logo / Copy version info to
clipboard.


> "GetEnvironmentVariable('computername')" doesn't work.
> When compiling, it returns "Error: Wrong number of Parameters specified 
> for call to GetEnvironmentVariable".

The SysUtils GetEnvironmentVariable expects one string. So, maybe you
have somewhere another GetEnvironmentVariable?
Use Find Declaration to find out.

Mattias


More information about the Lazarus mailing list