hi !
I want to learn how I create library in assembly Please help me it is homework
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
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
a very secret information! :lol
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