Skip to content
Discussion options

You must be logged in to vote

the issue is simple.
by default wlink works with all symbols as case-sensitive that _c_msg and _C_MSG is two different symbols.
You have two possibility, first to use symbols in your code as case-sensitive that you fix symbol name to be exactly same (with same case) or use case-insensitive link by wlink option option NOCASEEXACT then both symbols _c_msg and _C_MSG will be same (I think it will be upper-cased).

Replies: 1 comment 1 reply

Comment options

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

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