News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Getting started

Started by oex, November 20, 2009, 07:37:22 PM

Previous topic - Next topic

oex

Just 3 quick questions...
1) where can I get ml64 and are there any commercial license restrictions (I have VS 6.0)
      (Answer 'Here, No?' http://www.masm32.com/board/index.php?topic=11115.msg82078#msg82078)
2) If I link with ml64 can it use all existing masm32 lib (and my own 64bit instruction code)
3) Will ml64 compiled code work on 32 bit win and 64 bit win or seperate compilations needed?
We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv

GregL

1) It comes with Visual Studio 2005, 2008 and 2010 beta. It also comes with later versions of the Windows SDK.

2) Not MASM32 libraries since they are 32-bit, but it will link with your own 64-bit code.

3) It won't run on 32-bit Windows, separate builds are needed.

oex

We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv

ecube

just for the record that mini sdk I put together is awful, and very barebones, this http://www.masm32.com/board/index.php?topic=11180.0 ones a lot better and GoASM has incredible 64bit support, and great features igeneral. It's syntax is very similiar to masm but doesn't require things like proto's, or including libs, it's great :D

oex

We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv

D.F.