Replies: 1 comment
-
That... makes a lot of sense. Thanks for clearing that up! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TriPlayer/Sysmodule/source/main.cpp
Lines 14 to 25 in 737adfd
Came across this comment and couldn't resist, sorry: it's most likely name mangling of C++ - functions end up with names different from what they are in code, making loader unable to locate corresponding symbols and fail to load sysmodule.
Beta Was this translation helpful? Give feedback.
All reactions