I have an .exe assembled on an XP computer, with some VKDebug statements
active. I want to run the .exe on a Windows 98 computer which has no
masm programs. What else do I have to move to the 98 computer to get
the debug statements to work?
my geuss would be the program, "dbgwin.exe", located in the \masm32\bin folder.
Thanks rags. I created a "masm32\bin" folder and moved dbgwin.exe to it on the WIN 98 computer and that works.