Thanks for the information!!
I am not planning on getting Visual Studio 2005 Professional at the present
time; i.e. maybe never. I am very unhappy with Microsoft's denigration of
Visual C++. I would consider getting it if the C++ compiler were compliant
with the current ISO standard.
Enough of my ranting concerning Microsoft's pushing C# and Visual Basic.NET!
Another posting (Tim Roberts) suggested that I go on the web and search. From
my web search, I found that the current (i.e. latest) Assembler compiler
could be obtained on the Device Driver SDK and a "free" IDE (e.g. Ollydbg)
could be obtained on the web.
Well, I ordered and received the Device Driver SDK; I downloaded several
"free" IDS but I haven't installed the MASM32 compiler much less installed
the IDEs; I will do this shortly.
I would sincerely like to thank you and Tim Roberts for helping me
concerning the MASM32 compiler!
--
Thanks,
Charlie Roderick
Post by Joe NastasiPost by Tim RobertsPost by Charlie RoderickHow does one use the Visual Studio IDE to create, debug, run, etc.. and
assembly program?
You don't. Well, you can edit .asm programs with it, but it doesn't
natively know how to assemble them. However, there are some good articles
on the web that describes how to do it. Google is your friend.
This is not entirely true. With the latest version of masm and VS C++ 2005
Express, a "custom build rules" file is generated when masm is installed.
This allows you to compile and link .asm files from within the IDE.
I don't think this works for VS 2003, but you can download the express
version of C++ 2005 for free as well as a free copy of the lastest version
of masm.