I am a developer in a team for a big application. Currently we use D2007.
Code coverage seems not support D2007. Is there any reason for this or is some features used in later versions that is needed?
Then next question is, are inc-files supported? This is important as we have a lot of code in inc-files.
I see in the mapfile that it have reference to the inc-file so it should be possible. Like this
Line numbers for BusinessClasses(Economy.inc) segment .text
Sorry for late response, just noticed your message.
D2007 should be supported, can you send sample map file and exe compiled with D2007 that does not work.
I don't think inc-files are supported currently. I'll check if there is enogh information in map file to support them.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for late response, just noticed your message.
D2007 should be supported, can you send sample map file and exe compiled
with D2007 that does not work.
I don't think inc-files are supported currently. I'll check if there is
enogh information in map file to support them.
I am a developer in a team for a big application. Currently we use D2007.
Code coverage seems not support D2007. Is there any reason for this or is some features used in later versions that is needed?
Then next question is, are inc-files supported? This is important as we have a lot of code in inc-files.
I see in the mapfile that it have reference to the inc-file so it should be possible. Like this
Line numbers for BusinessClasses(Economy.inc) segment .text
If I run the program I got this error
C:\Attracs\Attracs-Online\Utils\TestAttracs>CodeCoverage -m TestAttracs.map -e TestAttracs.exe -u TestBook -html
EJclFileUtilsError: Unable to create directory
Any idea ?
Regards
Roland Bengtsson
Team Attracs
Last edit: Roland Bengtsson 2018-03-11
Hi
Sorry for late response, just noticed your message.
D2007 should be supported, can you send sample map file and exe compiled with D2007 that does not work.
I don't think inc-files are supported currently. I'll check if there is enogh information in map file to support them.
Ok I send Testattracs.zip that contains exe, the map-file and a logfile.csv
that is the output from ProcessMonitor if that helps you.
TestAttracs.zip
https://drive.google.com/file/d/1IpiP50YDYC-6NA8xi31uJI0DlLQNAfEv/view?usp=drive_web
Regards
Roland Bengtsson
<-- Roland Bengtsson Delphi Developer -->
Email: roland.bengtsson@gmail.com
roland.bengtsson@attracs.com
WWW: www.attracs.com
Skype private: d98rolb
Skype work: berocoder
On Tue, May 29, 2018 at 9:16 PM, Eugene Kotlyarov ekot@users.sourceforge.net wrote: