Import global variable from static lib?
Posted: Sun Feb 16, 2025 11:33 am
If a C static library declares a variable like this:
Can be imported by PB?, this does not seem to work but i remember some code doing something similar
Code: Select all
extern void* foo;
Code: Select all
ImportC "lib.a"
foo.i
endimport
debug foo ;linker error