I want to use CheckRes() function but there is no result in checkres.txt.
Is there any compiler switch for it?
I use Harbour latest 2015.07 for vs2013 and fwh 1507.
- Code: Select all Expand view
// program startup
SetResDebug( .T. )
..
..
// At the middle of the program ---- (Not end) ... it should be some lines.
FErase( "checkres.txt" )
CheckRes()
WinExec( "notepad checkres.txt" )
Result is
- Code: Select all Expand view
- 31/08/2015 10:40:58: C:\PrgW\Icra\IcraW.exe -- ====================================================================================================
Any comments?