Loading src/conf.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -178,14 +178,12 @@ confplus::Config::Config(const std::string &path) { std::copy(path.begin(), path.begin() + deli, std::back_inserter(mpath)); mpath += ".so"; mpath += ".dll"; ++deli; std::string confpath = path.substr(deli, path.length() - deli); mpath += ".dll"; std::cout << "Loading backend: " << mpath << std::endl; _BackendData = LoadLibrary(TEXT(mpath.c_str())); Loading Loading
src/conf.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -178,14 +178,12 @@ confplus::Config::Config(const std::string &path) { std::copy(path.begin(), path.begin() + deli, std::back_inserter(mpath)); mpath += ".so"; mpath += ".dll"; ++deli; std::string confpath = path.substr(deli, path.length() - deli); mpath += ".dll"; std::cout << "Loading backend: " << mpath << std::endl; _BackendData = LoadLibrary(TEXT(mpath.c_str())); Loading