Library: Add new function in dll.obj #281
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add new function "dll.LoadLibrary" in dll.obj.
This function should search for the library by name in the directory of system libraries, in the directory of the executable file location (optional), or by the full path specified instead of the name, and initialize this library by calling the "lib_init" function