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
Strange output in Visual Studio in Release Mode
- Kaiwen Yang
- Posts: 45
- Joined: Mon Sep 03, 2018 11:25 am
Strange output in Visual Studio in Release Mode
- Attachments
-
- Output.txt
- (10.64 KiB) Downloaded 6 times
-
- Microsoft Visual Studio Debug Console.txt
- (9.72 KiB) Downloaded 4 times
Tags:
- Thomas Uchida
- Posts: 1800
- Joined: Wed May 16, 2012 11:40 am
Re: Strange output in Visual Studio in Release Mode
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.