ai4rei / splash

Reusable sample splash screen implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Splash Screen

SplashScreen

Build Status

This is self-contained code that will display a bitmap splash screen for a Windows GUI application until the main window appears. The code is provided as a DLL, but can also be used as part of an application under the license terms (attribution).

System requirements

  • Windows* 98 or later (if you remove AnimateWindow function and install Active Accesibility 1.3 RDK, you can target Windows* 95)
  • Microsoft* Visual C++ 6.0 or later (with NMAKE)
  • Windows SDK (preferably Windows XP PSDK or later)

Building

The code can be built on Visual C++ command line with nmake. For building as part of an application consult dependencies in the Makefile. Both 32-bit and 64-bit builds are supported.

About

Reusable sample splash screen implementation.

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:C 94.2%Language:Makefile 5.8%