DXGL r242 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r241
|
r242
|
r243
>
Date:
23:55, 21 August 2012
Author:
admin
Status:
new
Tags:
Comment:
Restore Microsoft link for HTML Help Workshop
Modified paths:
/buildtool/buildtool.cpp
(modified) (
history
)
Diff
[
purge
]
Index: buildtool/buildtool.cpp
—
—
@@ -228,8 +228,7 @@
229
229
{
230
230
int result = MessageBoxA(NULL,"Could not find HTML Help Workshop, would you like to download it?","HTML Help Workshop not found",
231
231
MB_YESNO|MB_ICONERROR);
232
- if(result == IDYES) ShellExecuteA(NULL,"open",
233
- "http://web.archive.org/web/20070216084201/http://download.microsoft.com/download/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe"
232
+ if(result == IDYES) ShellExecuteA(NULL,"open", "http://www.microsoft.com/en-us/download/details.aspx?id=21138"
234
233
,NULL,NULL,SW_SHOWNORMAL);
235
234
cout << "ERROR: HTML Help Compiler not found." << endl;
236
235
return -1;
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