I'm getting the assembly output from CL.EXE via /Fa, however, after making some changes with it, how can I re-compile it? Does CL support this?
Thanks.
I'm getting the assembly output from CL.EXE via /Fa, however, after making some changes with it, how can I re-compile it? Does CL support this?
Thanks.
CL.EXE doesn't, but ML.exe does. Also you can have problems with exceptions, look at the: a problem with cl.exe and ml.exe