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.

Making a new lib file with winasm and exporting it to MSVC2005...

Featured Replies

Posted

I have already tried to study this problem and gather the most information I could but there still seems to be a problem. I have created a new winasm lib project and I did something like this:

.586

.mmx

.model flat, stdcall

option casemap:none

include static.inc

.data

.data?

.const

.code

start:

FxProc proc var:DWORD

mov eax, var

imul eax, 0123h

Ret

FxProc EndP

end start

the code of static.inc is as follows:

.const

FxProc proto :DWORD

then I finally created a static.h wich I included in my main.c using #include "static.h" it is written as follows:

__stdcall FxProc(unsigned int Var);

after invoking : FxProc(123); my code will not even compile: 1>test1.obj : error LNK2019: unresolved external symbol _FxProc@4 referenced in function _main any clues??

Link the .lib file to your project too.

  • Author

LOL: it worled you guys here at tuts4you are awsome. Def. a great sitte and from now on I'll be stalking it daily. Muchas gracias!

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.