News:

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

Work under XP

Started by skywalker, January 11, 2007, 08:29:32 PM

Previous topic - Next topic

skywalker

I would like some help in getting this to work under XP.
I am getting ERROR_ACCESS_DENIED.

Thanks.

[attachment deleted by admin]

GregL

skywalker,

I'm running XP SP2 and I got it to work. I wasn't getting the ERROR_ACCESS_DENIED but the program didn't work. I don't have Netscape so I used Firefox instead. Try changing

ProcessNameToSearchFor  BYTE "C:\PROGRAM FILES\NETSCAPE\NETSCAPE\Netscp.EXE", 0

to

ProcessNameToSearchFor  BYTE "NETSCP.EXE", 0  ; Note the upper case

After changing that it worked for me. If there is nothing on the command-line it will bring up Explorer.

Thanks for the morning puzzle.  :bg




skywalker

Thanks. Glad it was a simple fix.