flat assembler
Message board for the users of flat assembler.
Index
> MenuetOS > DLL support test |
Author |
|
spideros1 25 Jan 2005, 15:37
Program that I attached it test of DLL loading in new C library version.
New features: - loading DLLs on demand - lazy symbol binding - number of loaded DLLs is limited only by free RAM - DLLs can use another DLLs - better dlfcn.h support - fast symbol search using hash table If you open debug board you'll be able to see effect of lazy binding. I made DLL linking similar to that in Windows. I wrote few tools that generate import and export files. When DLL is compiled few files are created: filename.dll - DLL file libfilename.dll.a - DLL import file (to be linked with application) libfilename_s.a - static archive (can be linked with app)
|
|||||||||||
25 Jan 2005, 15:37 |
|
daneel 25 Jan 2005, 22:27
and what about your browser ? do you use any dll ?
|
|||
25 Jan 2005, 22:27 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.