Library: Add new function in dll.obj #281

Open
opened 2025-09-20 19:00:43 +02:00 by Doczom · 0 comments
Owner

Add new function "dll.LoadLibrary" in dll.obj.

ksys_dll_t* dll_LoadLibrary(const char* path)

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

Add new function "dll.LoadLibrary" in dll.obj. ```C ksys_dll_t* dll_LoadLibrary(const char* path) ``` 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
Doczom added the
C
Category/Libraries
Kind
Feature
Priority
Low
FASM
labels 2025-09-20 19:00:43 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#281
No description provided.