visualbasic 2010 problem in windows 8

Discussion in 'Windows 8' started by dsbig, Aug 20, 2012.

  1. dsbig

    dsbig MDL Senior Member

    Aug 3, 2009
    303
    47
    10
    I made a program that gives commands to mount cd images and then loads the games

    the games are old so I have to set windows 98 compatibility to the exe of the game to make them work.

    My program had no problem in windows 7 loading the games.

    but for some reason debugger is popping up with error saying it cant find the file.

    I figured out its the windows 98 compatibility flags on the exe files thats causing the problem. I disable the windows 98 compatibility and the program finds and starts the game, but of course the game wont run right cause its missing the windows 98 compatibility tick..

    anyway to fix it?