
21 Apr
2012
21 Apr
'12
6:56 a.m.
Am 21.04.2012 03:14, schrieb Joshua Boyce:
Okay thanks, I must've overlooked that in the docs. As for MASM, it's definitely installed, so I guess it just needs to be added to the search path. No idea what's going on with Intel though...
the best is to use the MSVC command line shell (sets the search path andsome other env variables). you should check if ml/ml64 can be invoked and you should execute with toolset=intel in the msvc commandline shell too. Oliver