Click to See Complete Forum and Search --> : how do I debug my screen saver
giraz
July 25th, 2003, 02:21 PM
hello,
I developed a simple screen saver using SCRNSAVE.LIB
I dont really know how to debug it.
windows run it only when it is with scr format.
when it is *.exe the windows isnt created.
can someone help me?
thanks.
poccil
July 25th, 2003, 11:19 PM
With no parameters, the screensaver opens a configuration dialog. To run a screensaver, use the following syntax:
[filename.scr] /S
giraz
July 26th, 2003, 05:38 PM
I still have a problem debuggin it from visual studio 6.
it require an exe file, not scr.
when it run like exe, the window of the screen saver isnt created.
how can I debug it normally?
thanks.
rxbagain
July 27th, 2003, 11:55 PM
You can change the filename of the output file generated by the compiler.
In your project setting (Project -> Setting), go to Link tab. Select "General" as the Category and then on the Output file name change the extension to .scr.
Rebuild the project. After this debug it in the IDE.
Hope it will help you
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.