News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

VKDEBUG

Started by Mr Earl, May 06, 2005, 08:45:59 PM

Previous topic - Next topic

Mr Earl

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?

rags

my geuss would be the program, "dbgwin.exe",  located in the \masm32\bin folder.
God made Man, but the monkey applied the glue -DEVO

Mr Earl

Thanks rags.  I created a "masm32\bin" folder and moved dbgwin.exe to it on the WIN 98 computer and that works.