Revision 535:45b2bd15d8ae src/vamp-hostsdk/Files.cpp

View differences:

src/vamp-hostsdk/Files.cpp
173 173
#endif
174 174
    if (!handle) {
175 175
        cerr << "Vamp::HostExt: Unable to load library \""
176
             << path << "\"" << endl;
176
             << path << "\": error code " << GetLastError() << endl;
177 177
    }
178 178
#else
179 179
    handle = dlopen(path.c_str(), RTLD_LAZY | RTLD_LOCAL);

Also available in: Unified diff