Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29273 Discussions

BuildLog.htm overwritten with a mixed language VS 2003 solution file

lou-muccioli
Beginner
463 Views
Environment:
Windows XP SP2 IA-32
VS 2003 (C/C++)
IVF 9.0 Build 20051020Z
The BuildLog.htm file gets overwritten if you have a VS 2003 solution file that contains an MS C/C++ project and an IVF 9.0 project and you build both projects at once. The BuildLog.htm file contains the output only from the last project built. IVF 8.1 used BuildLog.txt so the output was separate and thus wasn't a problem. Any comments/ideas would be appreciated.
Thanks,
Lou
ANSYS, Inc.
0 Kudos
3 Replies
Steven_L_Intel1
Employee
463 Views
Lou,

I will guess that you manually set the output folder of both projects to be the same one - this is not the default and will cause this problem. I recommend using separate output folders and using project dependencies to merge libraries or do the link.
0 Kudos
lou-muccioli
Beginner
463 Views
Steve,
You're right, I forgot I hacked up my project settings so that all mixed-language source was in the same directory as was the project output directory.
Thanks,
Lou
ANSYS, Inc.
0 Kudos
Steven_L_Intel1
Employee
463 Views
Lou,

Source in the same directory is fine, but not output. Glad to be of help.
0 Kudos
Reply