Skip to content

unresolved external symbol #1332

Answered by jrouwe
Jeb1232 asked this question in Q&A
Nov 9, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Most likely you're mixing Debug/Release builds. AssertFailed is gated behind the JPH_ENABLE_ASSERTS define, so most likely Jolt is built in Release mode (NDEBUG defined -> JPH_ENABLE_ASSERTS undefined) and your own application in Debug mode (_DEBUG defined -> JPH_ENABLE_ASSERTS defined). Including a Jolt header which uses JPH_ASSERT will cause this error.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Jeb1232
Comment options

@Jeb1232
Comment options

Answer selected by Jeb1232
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