November 23, 200817 yr Hi,On my WindowsXP I've installed Microsoft Visual C++ Express Edition and developed 2 little programs.- DisableSuspend.exe - which calls SetThreadExecutionState ( ES_CONTINUOUS | ES_SYSTEM_REQUIRED )- EnableSuspend.exe - which calls SetThreadExecutionState ( ES_CONTINUOUS )Both programs run well and do what I expected on the XP machine where they are build.Thereafter I copied the .exe files onto another XP machine.Unfortunately both programs do not start there. I get a message:"The application could not be startet because their configuration is not correct"(I have to translate the german message into english, sorry for that)I am really new in windows-programming. This are my first programs.Did you have a hint what is my mistake?ThanksAthLux
November 26, 200817 yr Author It seems to be my Visual C++ setup. I've to find out the configuration for assemblys or something like this.On the other hand it should be a post for the MDFN.ThanksAthlux
Create an account or sign in to comment