Hi,

I'm digging into teditor.prg and memoedit.prg (about Priptal's memoedit problem) but, using mine errorsys producing an hberror.log, I see no line numbers also if I got line numbers from test file (pritpal.prg).

Harbour is built defining
set HB_BUILD_DEBUG=yes
and in build log I see -l parameter added to both above files:

../../../../source/main/win/msvc/harbour.exe ../../memoedit.prg -n1 -i../../../../include -q0 -w3 -es2 -km -l -gc3

../../../../source/main/win/msvc/harbour.exe ../../teditor.prg -n1 -i../../../../include -q0 -w3 -es2 -km -l -gc3

Am I missing something ?

Best regards
Francesco

------------------

 Trace Through:
----------------
Called from EDITFUNC(42)  in Module: pritpal.prg
Called from DO(0)  in Module:
Called from HBMEMOEDITOR:XDO(0)  in Module: ../../memoedit.prg
Called from HBMEMOEDITOR:KEYBOARDHOOK(0)  in Module: ../../memoedit.prg
Called from HBMEMOEDITOR:BROWSETEXT(0)  in Module: ../../teditor.prg
Called from HBEDITOR:EDIT(0)  in Module: ../../teditor.prg
Called from HBMEMOEDITOR:HANDLEUSERKEY(0)  in Module: ../../memoedit.prg
Called from HBMEMOEDITOR:MEMOINIT(0)  in Module: ../../memoedit.prg
Called from MEMOEDIT(0)  in Module: ../../memoedit.prg
Called from EDITMEMO(10)  in Module: pritpal.prg

Above trace is obtained add a voluntary error but only to see the stack, so it is not directly related to Pritpal's error.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to