Hello. I wish to make a type of new library for WindowsXP / NT Systems So i can use it in a different coding application, eg. Delphi/C++. Would somebody be nice enough to tell me how to do this, since i am relativly new to MASM32. Thanks. :U
thefs18,
Learning by example is an efficient method. In MASM32, look in the M32LIB folder. You will see that the modules are in separate .ASM files. There is a make.bat file to show you how to build the library and there is a .INC file to show you how to prototype everything. That is all you need.
Paul
Ah right. Thanks A lot Paul.
thefs18,
You would like to have a look at the DLL tutorial coming with the masm32 package :
Quote\masm32\tutorial\dlltute