Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#256240 - 16/05/2005 20:51 How to write/compile a windows screen saver
matthew_k
pooh-bah

Registered: 12/02/2002
Posts: 2298
Loc: Berkeley, California
For a project at work I need to write a screen saver that'll load a web page which logs the lab computers out of the network. (We run a very expensive propritary captive portal which luckily provides a static log-this-computer-off link) It'd also be nice to throw some photos up, but that's inconseqential.

I've written plenty of unix command line progs in C and Java, but have no windows programming experience. I can follow this tutorial easily enough, but is there any free way to compile the things?

Thanks,
Matthew

Top
#256241 - 16/05/2005 21:58 Re: How to write/compile a windows screen saver [Re: matthew_k]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Borland offers the command-line version of C++Builder for free.

There are also some open-source-type compilers for free, but I don't know that they'll have the right hooks into the Win32 API: DJGPP, LCC-Win32, oh!

Here you go: Free C/C++ Compilers.
_________________________
Bitt Faulk

Top