Lines Matching refs:Question
10 * [*Question:] Is Boost.DLL thread-safe?
20 * [*Question:] Why on Linux symbols from one plugin are seen in another? Can't get symbol with sam…
27 * [*Question:] How Unicode (Windows) is handled?
33 * [*Question:] Can I open an executable file?
42 * [*Question:] What if I specify wrong type in `shared_library::get<T>` or `import<T>`?
49 * [*Question:] Does your library guarantee ABI stability of methods?
57 * [*Question:] Are there any function signature restrictions for the exported/imported functions?
63 * [*Question:] I have 2 plugins that use same shared library. Would be the shared library loaded t…
69 * [*Question:] I have 2 plugins each of them must work with it's own version of `libsome_library` …
75 * [*Question:] How to load a shared object from memory??
99 * [*Question:] I have found a bug, how do I notify?