The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Mr Earl on May 06, 2005, 08:45:59 PM

Title: VKDEBUG
Post by: Mr Earl on May 06, 2005, 08:45:59 PM
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?
Title: Re: VKDEBUG
Post by: rags on May 07, 2005, 10:13:25 AM
my geuss would be the program, "dbgwin.exe",  located in the \masm32\bin folder.
Title: Re: VKDEBUG
Post by: Mr Earl on May 07, 2005, 11:46:43 AM
Thanks rags.  I created a "masm32\bin" folder and moved dbgwin.exe to it on the WIN 98 computer and that works.