Hi:
We have available individual builds for 9948 for the following
Compilers.
BCC 5.5.1,
BCC 5.8.2,
BCC 6.5,
MinGW 4.7.1,
MSVC 10
To examine and download these builds, please visit: www . whosaway .com
(Password: 'XHB')
A current fragment of the Changelog is shown below this note.
If you have difficulty accessing the www . whosaway . com web site:
Please email me (
syn...@cox.net) and identify yourself (screenname and/or
real name), *and* include your external IP address that you will download
to.
Within a few hours, I'll set my system to allow you access (unless its
within my 'dark' hours).
--
Mel Smith
**********************************
2013-04-09 22:00 UTC+0200 Saulius Zrelskis <labitas/AT/gmail/com>
* source/common/hbgete.c
! pacify warning for MINGW32 build
* source/rtl/gete.c
+ add abbreviated function SETE for SETENV
2013-04-09 21:35 UTC+0200 Saulius Zrelskis <labitas/AT/gmail/com>
* include/hbapi.h
* source/common/hbgete.c
* source/rtl/gete.c
+ new function (only MS-Windows builds):
SETENV(<cEnvironmentVariable>,[<cNewValue>][,<lSystem>]) -> lSuccess
Show <lSystem> == .T. when you need modify system environment
variable.
This allows other applications to pick up your updates.
2013-03-21 10:25 UTC+0200 Saulius Zrelskis <labitas/AT/gmail/com>
* source/rtl/tclass.prg
! assigned but not used variable logic is not suitable for
DivertConstructorCall( ... ). Restored and added #pragma -w2
***********************************