flat assembler
Message board for the users of flat assembler.

Index > MenuetOS > DLL support test

Author
Thread Post new topic Reply to topic
spideros1



Joined: 17 Jan 2004
Posts: 77
Location: Poland
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)


Description: DLL test
Download
Filename: cell.tar.gz
Filesize: 48.5 KB
Downloaded: 759 Time(s)

Post 25 Jan 2005, 15:37
View user's profile Send private message Visit poster's website Reply with quote
daneel



Joined: 19 May 2004
Posts: 56
daneel 25 Jan 2005, 22:27
and what about your browser ? do you use any dll ?
Post 25 Jan 2005, 22:27
View user's profile Send private message Reply with quote
spideros1



Joined: 17 Jan 2004
Posts: 77
Location: Poland
spideros1 26 Jan 2005, 07:49
Now I can use plugins for browser. I want to make image codecs and other stuff as dynamically loaded plugins.
I just have to make version of C library that will be linked with DLLs.
Post 26 Jan 2005, 07:49
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.