Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ hxLoadLibrary
Function
hxLoadLibrary
src/hx/Lib.cpp:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
typedef void *Module;
38
Module hxLoadLibrary(const String &) { return 0; }
39
void hxFreeLibrary(Module) { }
40
41
#elif defined _WIN32
Callers
1
Lib.cpp
File · 0.85
Calls
1
__CStr
Method · 0.45
Tested by
no test coverage detected