panu wrote:
> Has anybody done a screen-saver in Dolphin?
There's a technical article in my version of MSDN (that came with VC++ 6) that
discusses how to do this -- a screen saver is basically just a .exe (with a
different filename) that understands a few command-line flags. I see no
obvious reason why Dolphin's deployed exes couldn't work fine in that way.
Unfortunately, the article doesn't seem to be in the on-line version of MSDN,
although a closely related article (about doing it from VB) *is* available.
See
http://msdn.microsoft.com/archive/en-us/dnarvb4/html/msdn_ss101.aspIf you have access to another version of MSDN then you may be able to find the
orginal article. Its title is:
Creating 32-Bit Screen Savers with Visual C++ and MFC
Nigel Thompson
December 4, 1994
Both articles are rather old, so it maybe that the architecture has changed
since...
-- chris