2
0
mirror of https://github.com/boostorg/dll.git synced 2026-02-01 20:32:22 +00:00

Fix compilation and error reporting on Linux platform

This commit is contained in:
Antony Polukhin
2014-08-05 19:16:09 +04:00
parent 3e2502e13e
commit d004a15007
11 changed files with 163 additions and 94 deletions

View File

@@ -44,7 +44,7 @@ int main(int argc, char* argv[])
BOOST_ASSERT(argc >= 2);
boost::filesystem::path shared_library_path = get_shared_lib(argv[1], L"plugin_library");
application::shared_library sl(shared_library_path);
plugin::shared_library sl(shared_library_path);
if (!sl.search_symbol("create_my_plugin")) {
return 2;