Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ dlerror
Function
dlerror
framework/src/bundle/BundleUtils.cpp:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
# define RTLD_LAZY 0 // unused
33
34
std::string
35
dlerror(void)
36
{
37
return cppmicroservices::util::GetLastWin32ErrorStr();
38
}
39
40
void*
41
dlopen(char const* path, int)
Callers
4
GetSymbol
Function · 0.85
Load
Method · 0.85
Unload
Method · 0.85
GetComponentCreatorDeletors
Function · 0.85
Calls
1
GetLastWin32ErrorStr
Function · 0.85
Tested by
no test coverage detected