News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Creating Libraries.

Started by thefs18, March 20, 2007, 12:58:57 PM

Previous topic - Next topic

thefs18

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

PBrennick

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
The GeneSys Project is available from:
The Repository or My crappy website

thefs18

Ah right. Thanks A lot Paul.

Vortex

thefs18,

You would like to have a look at the DLL tutorial coming with the masm32 package :

Quote\masm32\tutorial\dlltute