Restored Windows 2000 support: Added hacks that avoid dependency on EncodePointer() and DecodePointer(), as these functions are missing from KERNEL32.DLL in Windows 2000.
This commit is contained in:
parent
7e14e0f1a7
commit
b2d1eceb41
@ -28,6 +28,7 @@ a:visited { color: #0000EE; }
|
||||
<li>Fixed Cue Sheet import for tracks with certain characters in the title
|
||||
<li>Workaround for malicious "anti-virus" programs that prevent innocent applications from functioning
|
||||
<li>Enabled "Aero Glass" theme in installer and web-update program (Vista and Windows 7 only)
|
||||
<li>Restored Windows 2000 support with Visual Studio 2010 (this is experimental!)
|
||||
</ul><br>
|
||||
|
||||
<a name="4.02"></a>Changes between v4.01 and v4.02:<br><ul>
|
||||
|
BIN
etc/Prerequisites/EncodePointer/lib/EncodePointer.lib
Normal file
BIN
etc/Prerequisites/EncodePointer/lib/EncodePointer.lib
Normal file
Binary file not shown.
@ -2649,18 +2649,18 @@
|
||||
<context>
|
||||
<name>QApplication</name>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="669"/>
|
||||
<location filename="../../src/Global.cpp" line="668"/>
|
||||
<source>Executable '%1' doesn't support Windows compatibility mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="756"/>
|
||||
<location filename="../../src/Global.cpp" line="755"/>
|
||||
<source>Executable '%1' requires Qt v%2, but found Qt v%3.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="780"/>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<location filename="../../src/Global.cpp" line="783"/>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -2068,8 +2068,8 @@
|
||||
<translation>Programm '%1' benötigt Qt v%2, aber Qt v%3 wurde gefunden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation>Programm '%1' benötigt Windows XP oder neuer.</translation>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2067,8 +2067,8 @@
|
||||
<translation>El ejecutable '%1'requiere Qt v%2, pero se ha encontrado v%3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation>El ejecutable '%1' requiere Windows XP o superior.</translation>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2077,8 +2077,8 @@ Ouvrir le dossier récursivement...</translation>
|
||||
<translation>L'éxécutable %1 nécessite Qt v%2, mais Qt v%3 trouvé.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation>L'éxécutable %1 nécessite Windows XP ou supérieur.</translation>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2068,7 +2068,7 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -2067,8 +2067,8 @@
|
||||
<translation type="unfinished">'%1'의 실행은 Qt v%2가 요구됩니다. 하지만 Qt v%3이 발견되었습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation type="unfinished">'%1' 실행은 Windows XP 또는 상위 버전이 필요합니다.</translation>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2075,8 +2075,8 @@
|
||||
<translation type="unfinished">Исполняемому файлу '%1' требуется версия Qt v%2, но найдена версия v%3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation type="unfinished">Исполняемому файлу '%1' требуется как минимум WindowsXP.</translation>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2068,8 +2068,8 @@
|
||||
<translation>Додаток '%1' вимагає для роботи Qt v%2, але знайдено Qt v%3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation>Додаток '%1' вимагає для роботи Windows XP або пізніші версії ОС.</translation>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -29,7 +29,7 @@
|
||||
#define VER_LAMEXP_MINOR_HI 0
|
||||
#define VER_LAMEXP_MINOR_LO 3
|
||||
#define VER_LAMEXP_TYPE Alpha
|
||||
#define VER_LAMEXP_PATCH 10
|
||||
#define VER_LAMEXP_PATCH 11
|
||||
#define VER_LAMEXP_BUILD 638
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user