Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Custom build steps -issue on Windows
Custom build steps -issue on Windows [message #58528] Wed, 08 June 2022 12:42
Tom1
Messages: 1212
Registered: March 2007
Senior Contributor
Hi,

I recently encountered an issue with Custom build steps. I have a 'post-link' task 'when WIN32':

mt.exe -manifest manifest.xml -outputresource:$(EXEPATH);1


More frequently, than not, I received Linking error since mt.exe could not open the linked .exe -file for modification. Now I discovered that the problem is Windows Security, that opens the .exe file for scanning viruses immediately after linker has closed it. Consequently, mt.exe is unable to access it. Luckily it seems that adding an exception for folder c:\upp\out in Windows Security to prevent scanning its contents removes this issue.

Best regards,

Tom



 
Read Message
Previous Topic: How to compile with MSVC... is it possible?
Next Topic: Use static library!
Goto Forum:
  


Current Time: Thu Mar 28 17:22:19 CET 2024

Total time taken to generate the page: 0.02033 seconds