Link to home
Start Free TrialLog in
Avatar of ble
ble

asked on

GetEnv in Delphi 1.0

With TP5.0 is used the function GetEnv to get a DOS environment setting. I can't find this routine in Delphi 1.0. Who can I get a DOS environment setting?
Avatar of ZifNab
ZifNab

What about the following functions and procedures?

GetEnvironmentStrings, GetEnvironmentVariable,
GetEnvVariableValue.

I even believe that the Free RX library contains a VCLunit which has the function GetEnvVar.

Regards,
ZifNab.
Avatar of ble

ASKER

The GetEnv... functions and procedures would be nice, but are not available in Delphi 1.0!

Then try the Free RX Library, compatible for all delphi versions!

http://rx.demo.ru/
Avatar of ble

ASKER

Thanks, the RX library is really a nice one. Lots of useful functions. I like to give you the points, but the status is still unlocked!
ASKER CERTIFIED SOLUTION
Avatar of ZifNab
ZifNab

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial