Click here to Skip to main content
15,891,787 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
My screensaver run on Windows Vista and Windows Seven but not on Windows XP.
I'm try to understand why! When I test or apply the screensaver (by properties on Desktop) it's run, but when the system calls it, I see "Runtime error..." without error code.

About the screensaver:
- It's an exe file (screen.exe) renamed in screen.scr.
- The screen.exe file it's a simple C code based on project of Antonio Feijao Lock Windows Desktop[^]. It creates a new desktop and run on it an exe file (process.exe) with the CreateProcess() function.
- About the second one exe file (process.exe), it's a simple Qt dialog application that displays the video stream of the webcam.
- I'm using opencv 2.1 libraries and Qt 4.7.3 application framework.

I'm sorry for my bad English. Thanks to anyone who wants to help me to understand.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900