Assembly >> library in masm
Posted by dj_death on 10:06:00 10-18-2003
Hi, I have an bottomignment which is to build a library of some routines in bottomembly.
Does anybody know how the main program (that calls the routines) and the program (library file) which includes the routines sould be?I mean their syntax. I use masm611 and i made a library file with the ms-lib utility, but when i use ML to bottomemble the main programm the linker finds problems in the lib file. When i bottomemble the routines .asm file there are no errors.Also when i make the library with lib there are no error messages. I just wonder if there are some directives which ignore.Please i need help !!!