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
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
You have to know the facts before you can distort them.