BGEYE Changelog

What's new in BGEYE 3.0.2.1

Dec 31, 2006
  • * Recompiled as 'Multi-Threaded' and not 'Multi-Threaded DLL'. This option was automatically set by MSVS 2005 when I 'created a new project from existing files'. The option was valid in MSVS 6, and was not queried by the import function of VS 2005. Unfortunately, this, on some Windows configuations, meant that the application would not start, and the a message similar to the following was displayed...
  • 'This application has failed to start because the application configuation is incorrect. Reinstalling the application may fix the problem.'
  • ... i *hope* this switch has fixed the problem (the compiled executable is ~100KB larger than the previous).

New in BGEYE 3.0.0.3 (Sep 15, 2006)

  • Accumulator [Seconds] is now a overridable option.
  • 'AccumulatorStartTime.txt' is re-read every time BGEye is reset (instead of just @ startup and if it is reset).

New in BGEYE 3.0.0.1 (Sep 14, 2006)

  • Moved to different 'public' version numbering scheme.
  • Improved multi-threading exit code (included code to break out of text rendering and bitmap generation code).
  • Altered 'Logging' option(s) dialog text.
  • Restricted Text Outline (Background) width to 20 pixels (high values can cause severe render-time increases).

New in BGEYE 3.00 (Sep 14, 2006)

  • Improved multi-threading exit code (faster application exit).
  • Improved Suits & Collections dialog startup routine (displays a message instead of just wait timer).

New in BGEYE 2.97 (Sep 11, 2006)

  • Added [seconds] to the Accumulator element.
  • Altered the code that caused BGEye to ignore pathnames longer than 256 characters.