The private class might not be exported.
Libraries are often compiled with "hidden symbols", on Windows that is even default.
Only classes and functions which are explicitly exported are "visible" for the linker.
This could be the case here.
Which private API are you trying to use and for which purpose?
Cheers,
_





Reply With Quote

Bookmarks