fficxx icon indicating copy to clipboard operation
fficxx copied to clipboard

Namespace resolution for C symbol name conflict

Open wavewave opened this issue 1 year ago • 0 comments

when two different fficxx binding packages are used, we can have name conflict in C space between symbols exported from each package, especially at top level. For example, ImGui::CreateContext and ImPlot::CreateContext are both TopLevel_CreateContext. proper namespace resolution is needed.

wavewave avatar Aug 16 '23 03:08 wavewave