The MASM Forum

General => The Campus => Topic started by: Magnum on July 21, 2020, 03:59:11 PM

Title: Install Masm64
Post by: Magnum on July 21, 2020, 03:59:11 PM
Can I run Masm64 on Ubuntu?

All I could find was the 32 bit version?

Thanks,
              Andy
Title: Re: Install Masm64
Post by: hutch-- on July 21, 2020, 05:51:22 PM
No, you need to have Microsoft visual studio which most probably will not install on Linux.
Title: Re: Install Masm64
Post by: guga on July 21, 2020, 06:02:47 PM
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
Title: Re: Install Masm64
Post by: Vortex on July 21, 2020, 06:17:52 PM
What about copying only ml64.exe and the required DLLs to the Wine environment?
Title: Re: Install Masm64
Post by: hutch-- on July 21, 2020, 07:56:22 PM
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.
Title: Re: Install Masm64
Post by: Vortex on July 22, 2020, 12:57:40 AM
Dependencies to run ml.exe V14 (http://masm32.com/board/index.php?topic=8119.0)