Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Masm Libs

Featured Replies

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:

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.. :)

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

  • 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 :(

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_

here is ntdll :^

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

  • Author

Matrix_ and giga. thanks guys :) remained to find

include stdlib.inc

includelib stdlib.lib

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

  • Author

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

Stdlib.rar

Edited by Z0oMiK

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.