You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successfully building Libpanel to be used in a project (specifically with Rust bindings), whenever the init is run, the linker complains about an unresolved external symbol.
Symbol in question is __imp_panel_get_resource), which, when dumping the lib's symbols seems to be missing.
Any clue as to why?
The text was updated successfully, but these errors were encountered:
After successfully building Libpanel to be used in a project (specifically with Rust bindings), whenever the init is run, the linker complains about an unresolved external symbol.
Symbol in question is
__imp_panel_get_resource)
, which, when dumping the lib's symbols seems to be missing.Any clue as to why?
The text was updated successfully, but these errors were encountered: