DXGL r211 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r210
|
r211
|
r212
>
Date:
00:35, 10 July 2012
Author:
admin
Status:
new
Tags:
Comment:
Fix HTML Help Workshop URL.
Add _CRT_SECURE_NO_DEPRECATE to buildtool
Modified paths:
/buildtool/buildtool.cpp
(modified) (
history
)
Diff
[
purge
]
Index: buildtool/buildtool.cpp
—
—
@@ -15,6 +15,7 @@
16
16
// License along with this library; if not, write to the Free Software
17
17
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18
18
19
+#define _CRT_SECURE_NO_DEPRECATE
19
20
#include <cstdio>
20
21
#include <iostream>
21
22
#include <windows.h>
—
—
@@ -211,7 +212,7 @@
212
213
{
213
214
int result = MessageBoxA(NULL,"Could not find HTML Help Workshop, would you like to download it?","HTML Help Workshop not found",
214
215
MB_YESNO|MB_ICONERROR);
215
- if(result == IDYES) ShellExecuteA(NULL,"open","http://tortoisesvn.net/",NULL,NULL,SW_SHOWNORMAL);
216
+ if(result == IDYES) ShellExecuteA(NULL,"open","http://www.microsoft.com/en-us/download/details.aspx?id=21138",NULL,NULL,SW_SHOWNORMAL);
216
217
cout << "ERROR: HTML Help Compiler not found." << endl;
217
218
return -1;
218
219
}
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