The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Specialised Projects
»
Compiler Based Assembler
»
DLL Exports Explained
« previous
next »
Print
Pages: [
1
]
Author
Topic: DLL Exports Explained (Read 5728 times)
Zen
Member
Posts: 962
slightly red-shifted
DLL Exports Explained
«
on:
October 19, 2014, 05:05:29 AM »
This is a common problem for novice MASM programmers,...how to correctly import a function from a DLL (often written in another language),...or, how to write a DLL function export that will interoperate with programs written in other programming languages. Also, explains function name mangling (which is different in different languages), and, how to unmangle and undecorate function names.
DllExports, Common Problems and Solutions, Code Project, Aug 2014
Logged
Zen
Gunther
Member
Posts: 4178
Forgive your enemies, but never forget their names
Re: DLL Exports Explained
«
Reply #1 on:
October 19, 2014, 10:40:43 PM »
Very good article, Zen. Thank you for sharing it. :t
Gunther
Logged
You have to know the facts before you can distort them.
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Specialised Projects
»
Compiler Based Assembler
»
DLL Exports Explained