Hi,
i'm trying to compile an asm exemple from this website
http://mcdermottcybersecurity.com/articles/windows-assembly-languages#win32-x64
i've installed windows sdk and visual studio 2013 express.
before compiling using this command:
ml64 hello64.asm /link /subsystem:windows /defaultlib:kernel32.lib /defaultlib:user32.lib /entry:main
I looked for setenv.bat witch wasn't found.
So i've tryed using .\vcvarsall.bat x86_amd64 witch haven't shown any errors and i still get the following error :
LINK : fatal error LNK1171: unable to load mspdb120.dll (error code: 126)
Any one have a guess on how to fix this ?
Edit: Solved by using VS2013 x64 cross tools command prompt