News:

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

Main Menu

Install Masm64

Started by Magnum, July 21, 2020, 03:59:11 PM

Previous topic - Next topic

Magnum

Can I run Masm64 on Ubuntu?

All I could find was the 32 bit version?

Thanks,
              Andy
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

hutch--

No, you need to have Microsoft visual studio which most probably will not install on Linux.

guga

Hi Steve and Magnum.

I´m not sure but, don´t WineHQ can run masm and also visual studio and other windows apps as well ? It seems to install, but needs to run with some sort of workaround.

https://appdb.winehq.org/objectManager.php?sClass=version&iId=38520
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

Vortex

What about copying only ml64.exe and the required DLLs to the Wine environment?

hutch--

From what I have seen, you must install Visual Studio on a Windows machine first as it adds files into the OS to make it work. Then you have to get a list of all of the required system files and try and copy them across to Wine. Best of luck there. If I had to try and build 64 bit Windows apps under Wine, I would be looking at UASM and Pelle's linker and resource compiler.