Search code examples
assemblymasmirvine32

Irvine PROC causes errors


I hope this is a simple problem. I'm taking assembly language using Kip Irvine's files. The problem is when I try to use the examples i'm getting things like

The system cannot find the file C:\Irvine\Examples\Project_sample\Debug\ASM_Proj
ect.exe.
Press any key to continue . . .

Obviously, the error is because the file doesn't exist. I've tried with visual studio 10 and 12 with both versions of his files with no luck. No amount of googling has helped me either. Please someone shed some light on this. Is the file supposed to be created when the project is built? What is going on here?

Thanks in advance.


Solution

  • So I finally figured this out. Watching the debug folder carefully during build process I realized the file IS getting created by visual studio. It was also magically getting deleted within a second or two of it's creation.

    So what was causing this?

    My antivirus program (avast) was doing it. Disabling it made the program work fine. I sure hope this helps someone else, I was about ready to give up.