Jump to content
Tuts 4 You

Masm Libs


Z0oMiK

Recommended Posts

Posted

Guys help me .... Where to take these files for MASM ? :dunno:

include stdlib.inc

include ntdll.inc

includelib stdlib.lib

includelib ntdll.lib

I can not complie project in absence of these files .. Help please :(

Sry for my bad english :kick:

Posted

well I assume you're asking where to put them? You can put them anywhere as long as you tell the linker where to find them, or you can just put the .lib files in the lib folder in your masm32 directory (c:\masm), and then put the .inc in the include folder, and then just include and includelib as usual:

include whatever.inc
includelib whatever.lib

I hope this answers your question.. :)

Posted

this files are not in the masm package. maybe in radasm?

Posted

Biffy - No, these files are necessary to me as :) at me they are not present :)

diablo2oo2 - In masm package these files are not present :(

Posted (edited)

ntdll.inc

ntdll.lib

 
http://www.masm32.com/board/index.php?topic=2124.0

Don't know if it's your looking for.

Edited by Matrix_
Posted

here is ntdll :^

www.flashnet.co.yu/~giga/ntdll.zip

Posted

Matrix_ and giga. thanks guys :) remained to find

include stdlib.inc

includelib stdlib.lib

Posted
Guys help me .... Where to take these files for MASM ? :dunno:

include stdlib.inc

include ntdll.inc

includelib stdlib.lib

includelib ntdll.lib

I can not complie project in absence of these files .. Help please :(

Sry for my bad english :kick:

You will find source code for stdlib and .lib and .inc files at


/>http://drizz.t35.com/

stdlib is one of Drizz's projects listed under software engineering.

stdlib is a collection of "standard" MASM functions for text, file management etc.

cheers

Z

Posted (edited)

thx Ziggy , Teddy :) thx all :) .... compiled lib attached :bomb:

Stdlib.rar

Edited by Z0oMiK

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...