Z0oMiK Posted September 22, 2006 Posted September 22, 2006 Guys help me .... Where to take these files for MASM ? 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
Guest Biff Posted September 22, 2006 Posted September 22, 2006 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.incincludelib whatever.lib I hope this answers your question..
diablo2oo2 Posted September 22, 2006 Posted September 22, 2006 this files are not in the masm package. maybe in radasm?
Z0oMiK Posted September 22, 2006 Author Posted September 22, 2006 Biffy - No, these files are necessary to me as at me they are not present diablo2oo2 - In masm package these files are not present
black8x Posted September 22, 2006 Posted September 22, 2006 (edited) ntdll.incntdll.lib http://www.masm32.com/board/index.php?topic=2124.0Don't know if it's your looking for. Edited September 22, 2006 by Matrix_
Guest giga. Posted September 22, 2006 Posted September 22, 2006 here is ntdll www.flashnet.co.yu/~giga/ntdll.zip
Z0oMiK Posted September 22, 2006 Author Posted September 22, 2006 Matrix_ and giga. thanks guys remained to find include stdlib.inc includelib stdlib.lib
Ziggy Posted September 22, 2006 Posted September 22, 2006 Guys help me .... Where to take these files for MASM ? 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 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
Teddy Rogers Posted September 23, 2006 Posted September 23, 2006 I've got it here as attachment Ted. Stdlib.zip
Z0oMiK Posted September 23, 2006 Author Posted September 23, 2006 (edited) thx Ziggy , Teddy thx all .... compiled lib attached Stdlib.rar Edited September 23, 2006 by Z0oMiK
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now