dllapi icon indicating copy to clipboard operation
dllapi copied to clipboard

call c api by dynamically loading it's library and without code change. Use this instead(more features, supper set) https://github.com/wang-bin/capi

Results 12 dllapi issues
Sort by recently updated
recently updated
newest added

if unload, address changes

bug

with the same name, without namespace symbol confiliction? ``` void afunc() { dlsym(real_lib, "afunc")(); } ```

question

if defined `#define TypeA char` , then `TypeA` will be preprocessed. disable preprocessing or remove those lines? keep some `#ifdef xxx` in cpp

enhancement

thus we don't have to process the arguments in command line. but it will be more like a compiler

enhancement

so we can directly use some c headers.

throw an exception if symbol can not be resolved so user can avoid crash

enhancement

e.g. gl use GetProcAddress