legacy-code

Installation of VB6 on Windows 7 / 8 / 10 [duplicate]

一笑奈何 提交于 2019-11-26 10:13:13
问题 Possible Duplicate: Has anyone had success with Visual Studio 6 on Windows 7? Does the VB6 IDE run on Windows 7 64-bit? I have been having problems installing VB6 on Windows 7. I realize it is a legacy IDE and my research on the net hasn\'t been that much of help. Every time I attempt to install VB6 on Windows 7, besides the alert notifying me of compatibility issues, the setup runs and fails near the end, to which the installation process fails ultimately. And when another attempt is made,

Dead code detection in legacy C/C++ project [closed]

匆匆过客 提交于 2019-11-26 07:07:21
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . How would you go about dead code detection in C/C++ code? I have a pretty large code base to work with and at least 10-15% is dead code. Is there any Unix based tool to identify this areas? Some pieces of code still use a lot of preprocessor, can automated process handle that? 回答1: You could use a code coverage