DEBUG.LOG file in build 263 problem

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

DEBUG.LOG file in build 263 problem

#1 Post 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.
Attachments
_dcfunct.zip
(46.45 KiB) Downloaded 763 times
_dcgetbx.zip
(84.17 KiB) Downloaded 811 times
The eXpress train is coming - and it has more cars.

Post Reply