Skip to content

Unresolved external error when adding HelloWorld code to project #1116

Answered by jrouwe
Mahmoud1205 asked this question in Q&A
Discussion options

You must be logged in to vote

As the error says: You're mixing runtime libraries. Jolt by default uses statically linked runtime libraries, to switch to dynamic (which your project appears to be using) set the USE_STATIC_MSVC_RUNTIME_LIBRARY cmake option while compiling Jolt to OFF.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Mahmoud1205
Comment options

Answer selected by Mahmoud1205
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1115 on May 28, 2024 19:28.