Page 1 of 1

Strange output in Visual Studio in Release Mode

Posted: Tue Oct 22, 2019 3:18 am
by yangkaiwen
Hi,

I built OpenSim under Release mode in Visual Studio. "ALL_BUILD" Success, "RUN_TEST" all passed and "RUN_TESTS_PARALLEL" all passed. However, when I run "testJointReaction.cpp" I got some strange message in the output window (See "Output.txt"). And I got an error code E0070 "incomplete type is not allowed".

I am very new to this ...What did I miss here?

Kaiwen

Re: Strange output in Visual Studio in Release Mode

Posted: Tue Oct 22, 2019 10:36 pm
by tkuchida
According to https://software.intel.com/es-es/comment/1827828, "You get the warning only when you use a debug configuration and one of the libraries linked does not contain debug information" so perhaps you built OpenSim in Release mode but are running a test in Debug mode? This thread on Stack Overflow may also be helpful: https://stackoverflow.com/questions/193 ... 2012-upgra.