Thread: Making a Screensaver?

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    403

    Making a Screensaver?

    i have a nice program that i'd like to make into a screen saver (using Allegro), how would i go about doing this? (i heard you need MSVC++)

  2. #2
    Unregistered
    Guest
    well, there's the easy way and the hard way

    the easy way is to rename the .exe to .scr (it really works!), but you miss all the functionality of the screen saver utility

    the hard way is to look for exe2scr in the net, or something like that, there are a lot of tools for doing that

    Good luck

    Oskilian

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    403

    i tried the conversion method

    how would i get it to show up in the windows list of screen savers?

  4. #4
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Just put it in your windows directory.

  5. #5
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    I think it's actually \windows\system for Win9X and \windows\system32 for WinNT/2k/me/xp

    Oskilian

  6. #6
    Registered User
    Join Date
    Aug 2001
    Posts
    403

    hmm.. it's not working

    i put it (ssaver.scr) into c:\windows\ and c:\windows\system but i haven't seen it in the list yet.. when i click on it it says "sscaver.scr can't be found"

  7. #7
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    maybe cuz you're spelling it wrong? just a thought.

  8. #8
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    I tried doing it with an exe and it worked!, try only placing it in one folder

    is it a DOS or console program? I'm not sure if these work as a screen saver.


    Good luck

    Oskilian

  9. #9
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Hey, sorry for telling you the wrong directory. I was thinking of bmp's for your desktop...All of my screensavers are in windows\system.

  10. #10
    Registered User
    Join Date
    Aug 2001
    Posts
    403

    yeah, i realized i wasn't compiling as WinAllegro

    if anyone has MSVC++ installed and wouldn't mind sending me a few files i need to compile Allegro for windows please email me
    [email protected] thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Making great graphics
    By MadCow257 in forum Game Programming
    Replies: 1
    Last Post: 02-20-2006, 11:59 PM
  2. Check out DEVIL Screensaver System!
    By hartwork in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 08-31-2005, 06:28 PM
  3. Making a screensaver, and need help
    By Finchie_88 in forum Windows Programming
    Replies: 0
    Last Post: 10-25-2004, 12:24 PM
  4. Making control...
    By Finchie_88 in forum C++ Programming
    Replies: 2
    Last Post: 09-07-2004, 01:42 PM
  5. About Unix Programming - Making a career desision
    By null in forum C Programming
    Replies: 0
    Last Post: 10-14-2001, 07:37 AM