News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Using the Masm64 SDK with UAsm

Started by jj2007, July 13, 2023, 07:11:03 PM

Previous topic - Next topic

jj2007

#15
Quote from: jj2007 on September 23, 2023, 12:52:27 AMI will modify RichMasm so that it assembles most (perhaps all) sources in \Masm64\Examples\

Done: MasmBasic & RichMasm were updated: Now most if not all sources in...
\Masm32\Examples
\Masm64\Examples

... will assemble & link out of the box just by hitting F6 in RichMasm. No individual batch file is needed, since the IDE will autodetect if:
a) resources are needed
and
b) if it's a console or GUI application.

Please let me know if you find an example does not build flawlessly.