From: Allens Newsgroups: comp.os.msdos.djgpp Subject: Re: ScreenSaver? Date: Sun, 19 Jul 1998 18:30:34 +0100 Organization: Cable Online Lines: 23 Message-ID: <35B22D3A.276@cableol.co.uk> References: <35B1977C DOT 8A1DACD2 AT jove DOT acs DOT unt DOT edu> NNTP-Posting-Host: 194.168.181.53 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Tim Faehnle wrote: > > What library would I need to make a screensaver? I'm thinking that it > would have to use some windows function or something. Is there a way > that I could do this? Is this for win95? If it is then you could try getting RSXNTDJ and following some rather complicated instructions I have put in a message earlier, or you could download lcc-win32 at http://www.cs.virginia.edu/~lcc-win32/ and use that, (you have to know windows programming for both). The stuff for programming a win95 ss is shown here: The main points to know are 1.a saver is just an executable with a .scr extension 2.the setup dialog is invoked with a /c argument; otherwise the app just shows the saver. 3.when invoked with "/p hwnd" then it's preview mode If the screen saver is for dos then it is a dos program. If it is for win 3.x then I don't know. Peter Allen