Note that there are some explanatory texts on larger screens.

plurals
  1. POVS2008 project only compiles 1 C++ file in x64 target
    primarykey
    data
    text
    <p>This is very strange, as mostly it compiles everything well, but this one project (the main DLL project, which links in many library projects) just refuses. It compiles only CK20_Test.cpp, then proceeds to link. If I exclude that one, it compiles only DebugInfo.cpp and links. Et cetera.</p> <p>If I switch to Win32 target, it compiles all fine. </p> <p>Microsoft Visual Studio 2008 Version 9.0.21022.8 RTM, Microsoft .NET Framework, Version 3.5 SP1, Microsoft Visual C++ 2008 91605-130-0691883-60531</p> <p>and a bunch of standard hotfixes installed.</p> <pre><code>1&gt;------ Rebuild All started: Project: XMD, Configuration: DebugR x64 ------ 1&gt;Deleting intermediate and output files for project 'XMD', configuration 'DebugR|x64' 1&gt;Compiling... 1&gt;stdafx.cpp 1&gt;Compiling manifest to resources... 1&gt;Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 1&gt;Copyright (C) Microsoft Corporation. All rights reserved. 1&gt;Linking... 1&gt;LINK : D:\prj\alpha\64\shared\x64\DebugR\XMDCore.dll not found or not built by the last incremental link; performing full link 1&gt;Embedding manifest... 1&gt;Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 1&gt;Copyright (C) Microsoft Corporation. All rights reserved. 1&gt;Build log was saved at "file://d:\prj\alpha\64\shared\xmd\x64\DebugR\BuildLog.htm" 1&gt;XMD - 0 error(s), 0 warning(s) ========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ========== </code></pre> <p>Edit: configured another computer. Same problem. I feel like the project file must be broken (see my comment below on content), or the compiler is messed up. But I can't imagine what I would do to unbreak it. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload