Posted September 22, 200618 yr 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
September 22, 200618 yr 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..
September 22, 200618 yr Author Biffy - No, these files are necessary to me as at me they are not present diablo2oo2 - In masm package these files are not present
September 22, 200618 yr ntdll.incntdll.lib http://www.masm32.com/board/index.php?topic=2124.0Don't know if it's your looking for. Edited September 22, 200618 yr by Matrix_
September 22, 200618 yr Author Matrix_ and giga. thanks guys remained to find include stdlib.inc includelib stdlib.lib
September 22, 200618 yr 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
September 23, 200618 yr Author thx Ziggy , Teddy thx all .... compiled lib attached Stdlib.rar Edited September 23, 200618 yr by Z0oMiK
Create an account or sign in to comment