Skip to content
View in the app

A better way to browse. Learn more.

ResHax

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.
Help us keep the site running.

How to Compile ?

Featured Replies

  • Author
  • Localization

ENERGY, posted Wed Jun 08, 2016 5:55 pm (14195)


Hello guys.
I have the source code from a program.There are 2 .asm files and one .rc file.How can I compile the program ?
Let me know if you want to post the code to take a look.
Thanks in advance !
  • Author
  • Localization

atom0s, posted Wed Jun 08, 2016 7:10 pm (14197)


Depends on how the code is written, if its MASM, you can download MASM here:
http://www.masm32.com/

You will need to use rc.exe to compile the .rc file(s).
You will need to use cvtres.exe to compile the .res file(s) to .obj files.
You will need to use ml.exe to compile the .asm file(s).
You will need to use link.exe to compile the .obj files created from ml.exe.
  • Author
  • Localization

ENERGY, posted Wed Jun 08, 2016 7:16 pm (14198)


This is the source code.I have been using NASM to compile it but obviously I did something wrong.
  • Author
  • Localization

aluigi, posted Wed Jun 08, 2016 7:23 pm (14199)


Use Masm as said by atom0s, that Stepmania cheat is written just with Masm.
  • Author
  • Localization

ENERGY, posted Wed Jun 08, 2016 7:32 pm (14200)


Thanks for the help guys ! I got it working.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

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.