ComputationalBiomechanicsLab / opensim-creator

A UI for building OpenSim models
https://opensimcreator.com
Apache License 2.0
141 stars 17 forks source link

fatal error LNK1104: “..\..\src\OpenSimCreator\Debug\OpenSimCreator.lib” #748

Closed iverson1github closed 1 year ago

iverson1github commented 1 year ago

Where is OpenSimCreator.lib?

adamkewley commented 1 year ago

Hi @iverson1github

OpenSimCreator.lib is built as part of the overall OpenSimCreator build. The exact location for its declartion is:

The location of the lib file is dictated by where CMake put it while building (probably) osc.exe (the application executable).

What build commands etc. are you using to generate this error message? It looks like the build system hasn't first build OpenSimCreator.lib for you

iverson1github commented 1 year ago

I have fixed it. Because a ComponentRegistry.cpp' s code in the OpenSimCreator must be GB2312, so It succeeded in building. Thank you!

------------------ 原始邮件 ------------------ 发件人: "ComputationalBiomechanicsLab/opensim-creator" @.>; 发送时间: 2023年8月15日(星期二) 中午1:14 @.>; @.**@.>; 主题: Re: [ComputationalBiomechanicsLab/opensim-creator] fatal error LNK1104: “....\src\OpenSimCreator\Debug\OpenSimCreator.lib” (Issue #748)

Hi @iverson1github

OpenSimCreator.lib is built as part of the overall OpenSimCreator build. The exact location for its declartion is:

https://github.com/ComputationalBiomechanicsLab/opensim-creator/blob/main/src/OpenSimCreator/CMakeLists.txt#L6

The location of the lib file is dictated by where CMake put it while building (probably) osc.exe (the application executable).

What build commands etc. are you using to generate this error message? It looks like the build system hasn't first build OpenSimCreator.lib for you

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>