Page 1 of 1

DEBUG.LOG file in build 263 problem

Posted: Tue Nov 24, 2015 6:11 am
by rdonnay
A WTL debugging command was left in _DCGETBX.PRG in build 263. This will cause a file name DEBUG.LOG to be created and it will increase in length by one line every time a new window is created.

Build 264 will contain a mechanism to prevent this in the future in case debugging is inadvertently left in the code.
For now, you can remove WTL ::designKey at approximately line 531 of \exp20\source\dclipx\_DCGETBX.PRG and rebuild DCLIPX.DLL by running BUILD19_SL1.BAT or BUILD20.BAT.

The attached file has this fix and another fix that removes a message when pressing Alt-D to invoke the dot prompt.

This file should only be used to replace _DCGETBX.PRG in build 263.

Also, the DC_VersionExpress() function reports build 263 as 262. This can be changed in _DCFUNCT.PRG or you can use the
attached file.