News:

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

Please Help about assembly libraries

Started by elefer, November 09, 2006, 08:21:21 AM

Previous topic - Next topic

elefer

hi !
I want to learn how I create library in assembly Please help me it is homework

Draakie

Dear elefer,

Sorry, but forum rules prohibit us from helping you directly. But please be aware
that the downloadable links [top right] provided in this forum will give you so
much information concerning this topic - you'll be very sorry you asked. :eek

Good luck

Draakie
Does this code make me look bloated ? (wink)

ToutEnMasm

Hello,
I will give you a top secret information,in the masm32 package there is a full set of examples in \masm32\M32LIB\
                        :bdg                   ToutEnMasm

ragdog


PBrennick

Look closely at the make.bat file, that is where you will find your answer. It is helpful to understand what .rsp (response) files are and how they can help you. Lastly, do not forget the include file. In there you need to have a prototype for every function you will use in the library.

If you decide to create a DLL from the library, do not forget to created a .def file.

Paul
The GeneSys Project is available from:
The Repository or My crappy website