I am having the
exact same problem as reported by Kevin McIntire in "Build C++ projects" a few weeks ago.
It's one C++ project linking to another. It compiles fine in the
IDE, but I'm getting C1192 when building from
Nant.
My Nant output
includes this:
[solution]
Building 'TheLarchSc
I'm trying to use the solution task in 85-rc2 (as well as the nightly)
to build our solution. Our code is a complicated mix of straight
legacy C, along with C++, and C#. When I try to build the solution,
I get a C1192 fatal building a managed C++ projects that depends on C
projects and C# projec