SHARE
Facebook X Pinterest WhatsApp

WineHQ.com: Of Dynamic loading in Wine

Written By
thumbnail
Web Webster
Web Webster
Dec 25, 2000

“Wine recently had lots of new features in the way it handles
dynamic linking. Before diving into the details, let’s have a quick
reminder of Windows and Unix implementation of dynamic linking
(DL).”

“Dynamic linking allows to seperate executable code between
several modules (each stored in a different file), but loaded in
memory to create a process image….”

“Windows usually stores DLL into files with .DLL extensions
(some other extensions are used in some cases (like .DRV, .ACM…),
but this is out of the scope of this article).”

“Lots of Unices also implement DL features; a DL library is
stored into a .so file. Basically, the same type of information as
the one for Windows is also needed (code of the library, imported
and exported functions, init (resp. fini) functions called when .so
file is loaded (unloaded). Of course, the embedding of resources is
not included in the .so format. Binary formats of .DLL and .so
files are different.”

Complete
Story

thumbnail
Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Recommended for you...

5 Best Free and Open Source Text Expander Tools
webmaster
Jun 13, 2025
Grafito: Systemd Journal Log Viewer with a Beautiful Web UI
Bobby Borisov
Jun 12, 2025
FreeBSD Wants to Know a Few Things
brideoflinux
May 11, 2025
NVK enabled for Maxwell, Pascal, and Volta GPUs
Kara Bembridge
May 1, 2025
Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.