I am working on a masm language extension for visual studio 10. I got it to work in
experimental instance. It is a C# project (MasmPackage.sin). Coloring is inspired by
Alexandre Mutel's Asmhighlighter.
As a part of this work I must translate the c++ header files to masm inc files. This is a
RadAsm project (MasmTool.rap). The translation process works without errors but assembling
the windows.inc file generates a lot of errors. I have worked quite a while with these
errors. Some are fixed but new arises.
Now I have come to the conclusion that this job is too big for me and because of that I ask
if someone wants to take over the work. In that case, I presume that I can access the
resulting source code.
The projects can be downloaded from
http://minor28.divdev.se/index.php?mtBest regards