News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

DLL Exports Explained

Started by Zen, October 19, 2014, 05:05:29 AM

Previous topic - Next topic

Zen

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
Zen

Gunther

Very good article, Zen. Thank you for sharing it.  :t

Gunther
You have to know the facts before you can distort them.