How to compile a simple .asm file to have the result as .dll, and .lib USING
tasm32 and tlink32?
**
simple.asm
...386
...model flat,stdcall
publicdll testfunct
function1 proc something:DWORD,reason:DWORD,else:DWORD
mov eax,1
ret
endp function1
testfunct proc
ret
endp
end function1
**
please help
--
=--=
- - - - - - - - - - - - - - - -
Hacking, cracking is not evil
It's the LAW that's crooked
- - - - - - - - - - - - - - - -
I might have a few screws up in my head lose, but
Truly great madness can not be achieved without significant intelligence.
- - - - - - - - - - - - - - - -
=--=