Hello,
after a Virus-scan with GDATA of system C:
I cannot use borlands make anymore.
There is a errormessage with code 160, that never happens before.
Maybe something missing now after the virus-scan ?
Is there a way to find out the meaning of code 160 ?
In Internet I found :
Borland may have patents and/or pending patent applications covering subject ....
159 Run-time errors 159 Logic errors 160 Planning a debugging strategy 160 ...
Before, I used my normal make-files with NO problems.
Using the batch-file included in /samples, the Exe-file is created ( without using make ).
using borland's make
batchfile from fivewin /samples
1. the Directory < IEUpdate > was empty and Make.exe wanted a file < Icacls.exe > from there.
2. I added this file and next I got error 160.
icacls is a command-line utility that can be used to modify NTFS file system permissions in
Windows Server 2003 SP2, Windows Server 2008, Windows Vista and Windows 7. It builds
on the functionality of similar previous utilities, including cacls, Xcacls.exe, Cacls.exe, and Xcacls.vbs.
With icacls, administrators can view or modify access control lists for files and folders,
to help understand and fix inherited permissions. Icacls inheritance options can be used to apply
permissions to parent and child objects throughout the file structure
any idea what happens, I don't understand why make.exe uses this file ?
best regards
Uwe