hello
I'm using visual cobol for eclipse.
Following the help book, I have set environment variable(both in win7 and eclipse) TESTCOVER=C:\\default.tcf
default.tcf
[TESTCOVER]
RESULT C:\\tcresult.tcz ACCUMULATE
ECHOLOG NO
and have writen [$SET TESTCOVER] in my program's first line from 7th character
and then compile,run.
and no where I can found .tcz file
please point me the mistake or what i missed
thanks
newest:
When I use run command to launch my program,I was succeed to got a .tcz file.
but why it does not work in eclipse?




