DXGL r854 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r853
|
r854
|
r855
>
Date:
14:10, 3 September 2018
Author:
admin
Status:
new
Tags:
Comment:
Remove beta tag.
Update error messages in installer.
Modified paths:
/Installer/dxgl.nsi
(modified) (
history
)
/common/releasever.h
(modified) (
history
)
Diff
[
purge
]
Index: Installer/dxgl.nsi
—
—
@@ -263,24 +263,24 @@
264
264
Pop $0
265
265
${If} $0 == "0"
266
266
MessageBox MB_OK|MB_ICONSTOP "This version of DXGL requires a processor with SSE2 capability.$\r\
267
- Please download the VS2010 build to use DXGL on your system."
267
+ Please download the legacy build to use DXGL on your system."
268
268
Quit
269
269
${EndIf}
270
270
${IfNot} ${AtLeastWinVista}
271
271
MessageBox MB_OK|MB_ICONSTOP "This version of DXGL requires at least Windows Vista Service Pack 2.$\r\
272
- If you need to run DXGL on Windows XP, XP x64, or Server 2003, please download the VS2010 build."
272
+ If you need to run DXGL on Windows XP, XP x64, or Server 2003, please download the legacy build."
273
273
Quit
274
274
${EndIf}
275
275
${If} ${IsWinVista}
276
276
${AndIfNot} ${AtLeastServicePack} 2
277
- MessageBox MB_OK|MB_ICONSTOP "Your copy of Windows Vista or Windows Server 2008 must be upgraded to Service Pack 2 before you can use the VC2017 build of DXGL.$\r\
277
+ MessageBox MB_OK|MB_ICONSTOP "Your copy of Windows Vista or Windows Server 2008 must be upgraded to Service Pack 2 before you can use this version of DXGL.$\r\
278
278
Please visit https://support.microsoft.com/en-us/kb/948465/ for instructions on upgrading to Service Pack 2."
279
279
Quit
280
280
${endif}
281
281
${If} ${IsWin7}
282
282
${AndIfNot} ${AtLeastServicePack} 1
283
- MessageBox MB_OK|MB_ICONSTOP "Your copy of Windows 7 or Windows Server 2008 R2 must be upgraded to Service Pack 1 before you can use the VC2017 build of DXGL.$\r\
284
- Please visit X for instructions on upgrading to Service Pack 1."
283
+ MessageBox MB_OK|MB_ICONSTOP "Your copy of Windows 7 or Windows Server 2008 R2 must be upgraded to Service Pack 1 before you can use this version of DXGL.$\r\
284
+ Please visit https://support.microsoft.com/en-us/kb/976932/ for instructions on upgrading to Service Pack 1."
285
285
Quit
286
286
${endif}
287
287
!else
Index: common/releasever.h
—
—
@@ -5,7 +5,7 @@
6
6
#define DXGLMAJORVER 0
7
7
#define DXGLMINORVER 5
8
8
#define DXGLPOINTVER 15
9
-#define DXGLBETA 1
9
+#define DXGLBETA 0
10
10
11
11
#define STR2(x) #x
12
12
#define STR(x) STR2(x)
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version