Skip to content

Releases: arthurits/SplashScreen

SplashScreen 1.1

26 Feb 11:42
Compare
Choose a tag to compare

This release uupdates the following points:

  • The 3 SplashScreen launchers (C++, MASM x64, and MASM x86) target settings.splash (still a text file) instead of the old settings.txt.
  • The C++ version is compiled using the /MD flag instead of /MT. This considerable reduces the output executable file but requires the user to have MSVCRversionnumber.dll installed in his system.
  • Both the WinForms and WPF demos are updated to .NET 6.

SplashScreen 1.0

20 Oct 11:23
Compare
Choose a tag to compare

Download the zip file, which contains the following files:

  • SplashScreen launcher in 3 flavours (C++, MASM x64, and MASM x86).
  • settings.txt with 3 lines: the splash image path, the executable path, and the fading milliseconds.
  • readme.txt, which shows how to modify settings.txt to either launch the WinForms or the WPF desktop apps.
  • Folders for both the WinForms and the WPF desktop apps.