Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

编译说明 #2

Open
wants to merge 97 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
694bc7e
2015-08-29 21:16:57 忽略 build 目录(中间目录)。
cexer Aug 29, 2015
94feb02
2015-08-29 21:22 合并从 SOUI 仓库获取的修改。
cexer Aug 29, 2015
fead898
2015-08-29 22:14 修改 Javascript 绑定相关的接口。
cexer Aug 29, 2015
30001b4
2015-08-29 23:56 修正 jsSet、jsGet 始终访问的是第一次调用时的属性的问题。
cexer Aug 29, 2015
048c53d
2015-08-30 01:19 增加 webBrowser 拖放加载 HTML 文件的功能。
cexer Aug 29, 2015
65ba321
2015-08-30 01:26 调整 Document/history.md 记录日志的顺序,按时间从新到旧。
cexer Aug 29, 2015
191c923
2015-08-30 01:23 修正 HTML 中图片地址包含中文时无法显示的问题。
cexer Aug 29, 2015
389e4e1
2015-08-30 01:36 增加 Document/utility.md 记录一些零碎信息。
cexer Aug 29, 2015
fd41b0b
2015-08-30 01:40 修正 wkeLoadURL 加载中文路径 HTML 文件失败的问题。
cexer Aug 29, 2015
a86fc7e
2015-08-30 02:00 调整 Document/history.md 标题级别(之前太大)。
cexer Aug 29, 2015
8fb791a
2015-08-30 22:59 合并 zhanjx1314 实现的获取 cookie 的功能。
cexer Aug 30, 2015
f740493
2015-08-30 23:24 合并 zhanjx1314 实现的 POST 方式加载页面的功能。
cexer Aug 30, 2015
aca046d
2015-08-31 02:07 修改 Document/history.md 的记录格式。
cexer Aug 30, 2015
0b8f369
2015-08-31 02:13 修改 Document/history.md 的标题级别。 …
cexer Aug 30, 2015
03cf5e2
2015-09-03 10:17 将回调接口合并到一个接口 wkeClientHandler 当中。
cexer Sep 4, 2015
4d74e9b
2015-09-03 10:37 增加项目规范、根据规范调整命名。
cexer Sep 4, 2015
3811bd7
2015-09-04 19:53 增加从命令行提供的URL进行加载的功能。
cexer Sep 4, 2015
a15f839
2015-09-04 19:56 实现 <input type="file"/> 文件选择功能。
cexer Sep 4, 2015
70522a4
2015-09-04 20:40 修改项目 readme 文件。
cexer Sep 4, 2015
231e79c
2015-09-07 00:23 两处小调整。
cexer Sep 6, 2015
638b71b
2015-09-17 01:28 增加增强的初始化功能,可进行全局性地配置,目前仅支持代理配置。
cexer Sep 17, 2015
8a44319
2015-09-18 20:01 增加全局配置函数,当前只支持代理配置。
cexer Sep 18, 2015
a98db88
2015-09-18 20:28 增加代理类型socks4、socks4a、socks5、socks5h的支持。
cexer Sep 18, 2015
7af0e7b
2015-09-23 02:02 修正JavaScriptCore当中脚本错误有可能导致后面调用逻辑异常的问题。
cexer Sep 23, 2015
7836cca
2015-09-28 21:06 合并 zhanjx1314 实现的设置 UserAgent 的功能。
cexer Sep 28, 2015
48d196e
2015-09-28 22:01 修改 wke 实现中用到的 IWebView 为 CWebView。
cexer Sep 28, 2015
79712d8
2015-09-28 22:10 修改 wkeBrowser 对 wke 的调用为 C 接口调用。
cexer Sep 28, 2015
5769d62
2015-09-28 22:17 提交 Release 版的目标文件。
cexer Sep 28, 2015
0fc90e8
2015-09-29 01:39 整理 wke 内部结构。
cexer Sep 28, 2015
3e55c11
2015-09-28 01:58 修改 wkeString 字符串相关接口。
cexer Sep 28, 2015
de7957c
2015-09-29 02:20 去掉 IWebView 接口。
cexer Sep 28, 2015
b1307cb
2015-09-29 09:10 增加两个 C 导出函数 wkeRepaintIfNeed 和 wkeGetViewDC 。
cexer Sep 29, 2015
d8a59c7
2015-09-29 15:32 去掉 wke 项目中的 StringTable 依赖。
cexer Sep 29, 2015
72e799e
2015-09-29 23:07 修正去掉 StringTable 依赖之后的编译问题。
cexer Sep 29, 2015
3b172c3
2015-09-30 16:36 规范 wke 回调接口。
cexer Sep 30, 2015
c8403d8
2015-09-30 17:21 实现 alert、confirm、prompt 回调。
cexer Sep 30, 2015
05b16c1
2015-10-04 16:11 实现打开链接的控制回调。
cexer Oct 4, 2015
5cc91aa
2015-10-04 17:11 修改实现代码中所有成员变量以 `m_` 开头 。
cexer Oct 4, 2015
7b78650
2015-10-04 22:27 实现打开新窗口的控制回调 。
cexer Oct 4, 2015
3406578
2015-10-05 00:56 修正 wkeNavigationType 的值。
cexer Oct 4, 2015
e6b1977
2015-10-05 01:30 增加地址加载、文档解析状态的回调接口。
cexer Oct 4, 2015
3add944
2015-10-06 14:18 增加基于 wkeWebView 的带窗口、消息处理、绘制的窗口/控件接口。
cexer Oct 6, 2015
5ec972d
2015-11-24 23:31 增加 BrentHuang 完成的 vs2010 的工程文件。
cexer Nov 24, 2015
a40ccef
2015-11-24 23:35 修正 wkeBrowser 无法访问百度的问题。
cexer Nov 24, 2015
53c00d2
2015-11-24 23:38 去掉 wke 中对 std::string 的引用。
cexer Nov 24, 2015
d07d4b1
2015-11-24 23:51 修改 ChangeLog 更新日志的路径。
cexer Nov 24, 2015
ed2786e
2015-11-25 13:03 增加 wkeLoad/wkeLoadW 智能加载接口。
cexer Nov 25, 2015
aecd1cd
2015-11-25 21:20 增加基于 BrentHuang 完成的 vs2013 工程文件。
cexer Nov 25, 2015
3129d9d
2015-11-25 22:28 增加基于 vs2008 工程文件 的 vs2005 工程文件。
cexer Nov 25, 2015
8eb85e1
2015-11-26 10:07 修正 wkeBrowser 的 _WIN32_WINNT 导致找不到符号的问题。
cexer Nov 26, 2015
0c33167
2015-11-26 10:26 增加 vs2010.bat 等批处理用于打开工程,避免找不到 nmake 的情况。
cexer Nov 26, 2015
3cf1dc9
2015-11-26 20:23 修正 wke 中 wkeSimpleStringT 拷贝宽字符串只拷一半的问题。
cexer Nov 26, 2015
6e4a35f
2015-11-27 21:56 提交编译好的二进制文件。
cexer Nov 27, 2015
737cfec
2015-12-16 16:38 增加控制台消息回调。
cexer Dec 16, 2015
9ceebb4
2015-12-19 17:58 wkeBrowser 中增加使用 jsFunction 绑定函数的示例。
cexer Dec 19, 2015
a706ab7
2015-12-19 23:03 修正 wke 无法正确加载 windowed 插件的问题。
cexer Dec 19, 2015
c800bbb
2015-12-20 15:37 明确定义 wke 接口的调用约定为 cdecl。
cexer Dec 20, 2015
fb67402
2015-12-20 15:37 去掉 wke 接口定义的平台依赖。
cexer Dec 20, 2015
7a1c092
2015-12-20 19:10 修改 wkeOnCreateView 函数。
cexer Dec 20, 2015
722e63c
2015-12-23 12:47 修改插件查找机制支持自动加载 plugins 目录下非 np 开头的插件。
cexer Dec 23, 2015
5e4d003
2015-12-24 20:27 临时解决 wke 的 vs2010 工程 Debug 模式链接失败的问题。
cexer Dec 24, 2015
642a49c
2015-12-25 20:59 修正 wkeBrowser 中拦截 _blank 导致无法打开链接的问题。
cexer Dec 25, 2015
0440c30
2015-12-25 23:44 实现几个 ChromeClient 回调,使 window.close、window.blur、wind…
cexer Dec 25, 2015
6549499
2015-12-25 23:44 增加 wkeOnDocumentReady 回调参数,以区分 iframe 的加载成功事件。
cexer Dec 29, 2015
f3802ad
2015-12-30 00:23 修正 wkeWebWindow 网页中编辑框输入法不跟随光标的问题。
cexer Dec 29, 2015
823bfd1
2016-03-09 09:09 增加 Document/todo.md 记录平时积累的需求、问题。
cexer Mar 9, 2016
b932d01
2016-03-10 21:24 增加查找插件时同时在工作目录的 plugins 目录下查找。
cexer Mar 10, 2016
883c28c
2016-03-10 22:14 增加 cookie 操作接口。
cexer Mar 10, 2016
aa1acb6
2016-03-10 23:29 优化 wkexe、增加命令行直接加载 HTML 文本支持。
cexer Mar 10, 2016
1b06cef
2016-06-22 14:16 修正 CWebWindow::resize、CWebWindow::moveToCenter 的 WS_…
cexer Jun 22, 2016
d52d0da
2016-06-22 17:40 实现默认 window.prompt。
cexer Jun 22, 2016
76c9e61
2016-06-22 20:15 使用蚂蚁实现的 websocket 。
cexer Jun 22, 2016
d551852
提交release版的dll。
cexer Jun 22, 2016
4046cbe
2016-06-23 12:13 修正调用 WebCore::DatabaseTracker::setDatabaseDirectoryP…
cexer Jun 23, 2016
4e90ee5
2016-06-23 17:46 使用群里蚂蚁的方法优化了绘制,妈妈再也不用担心 wke 绘制卡顿了。
cexer Jun 23, 2016
d55775f
2016-06-23 17:55 修改版本号为 1.2.1.1。
cexer Jun 23, 2016
1c7dbe6
2016-06-24 12:05 规范命名、类型定义。
cexer Jun 24, 2016
eae27f1
2016-06-24 12:05 规范JS接口,增加 wkeJSAddRef、wkeJSReleaseRef 。
cexer Jun 24, 2016
ca3b5bf
2016-07-28 23:37 项目根目录增加 FAQ 文档。
cexer Jul 28, 2016
8de302d
2016-07-28 23:58 修改 FAQ 文档。
cexer Jul 28, 2016
96630e3
2016-07-28 00:04 将 FAQ 直接放到 readme.md 当中。
cexer Jul 28, 2016
675f0a2
2016-07-28 00:18 修改 readme.md 排版。
cexer Jul 28, 2016
c1d5ce0
2016-07-28 00:23 修正 readme.md 中 FAQ 的链接问题。
cexer Jul 28, 2016
0c3712f
2016-07-28 01:48 readme.md 中增加贡献者名单。
cexer Jul 28, 2016
be320f3
2016-07-28 01:57 修改 readme.md 一些语法问题。
cexer Jul 28, 2016
38562f0
2016-07-29 22:47 在 readme.md 中添加编译指南、一条 FAQ。
cexer Jul 29, 2016
c63d75f
2016-08-01 13:23 版本 1.2.1.2 使用 libcurl 7.50,修正 HTTPS 问题。
cexer Aug 1, 2016
0392481
2016-08-03 11:03 版本 1.2.1.3 处理 WM_SETCURSOR 消息,修正编辑框当中光标闪烁的问题。
cexer Aug 3, 2016
5de24fc
2016-08-03 11:59 readme.md 中增加了使用 git 同步更新代码的方法说明。
cexer Aug 3, 2016
58d76e6
2016-08-03 12:07 readme.md 细节调整。
cexer Aug 3, 2016
c5c063b
2016-08-03 12:28 readme.md 中去掉 vs2015 工程相关描述,现在还没有 vs2015 工程。
cexer Aug 3, 2016
0999b57
2016-11-09 10:53 修正更新 libcurl 之后 wkeSetFileSystem 无效的问题。
cexer Nov 9, 2016
ddc6e87
2018-05-25 00:27 修正 skeSetFileSystem 失效问题。
cexer May 24, 2018
e13af98
添加遗漏的curl、openssl相关库
cexer May 31, 2018
8fb825d
添加文档
cexer Dec 30, 2018
017c4d6
添加文档
cexer Dec 30, 2018
b4c1843
人物剪影影增加 Redrains、蚂蚁、BlzFans
cexer Dec 30, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
2015-08-30 22:59 合并 zhanjx1314 实现的获取 cookie 的功能。
合并 zhanjx1314 实现的获取 cookie 的功能(wchar_t* 版本),并在其基础上增加了一个 utf8* 版本的重载,另外在 webBrowser 中增加一个菜单项测试此功能。
  • Loading branch information
cexer committed Aug 30, 2015
commit 8fb791afe4bd49f5b7236a704aca50dfc47ae26d
7 changes: 5 additions & 2 deletions Document/history.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#### 2015-08-30 02:00 调整`Document/history.md`标题级别(之前太大)。
#### 2015-08-30 22:59 合并[zhanjx1314](https://github.com/zhanjx1314/oos)实现的获取cookie的功能。
合并[zhanjx1314](https://github.com/zhanjx1314/oos)实现的获取cookie的功能(`wchar_t*`版本),并在其基础上增加了一个`utf8*`版本的重载,另外在webBrowser中增加一个菜单项测试此功能。

#### 2015-08-30 02:00 调整`Document/history.md`标题级别(之前太大)。

#### 2015-08-30 01:40 修正`CWebView::loadURL`加载中文路径的HTML文件失败的问题。
`CWebView::loadURL`调用`KURL::KURL(const KURL& base, const String& relative, const TextEncoding&)`构造`KURL`,第二个参数传入的是`const char*`类型的UTF-8字符串以构造一个`String`对象,然而`String::String(const char*)`是把字符串按照latin1处理的,正确应该使用`String::fromUTF8`显式从UTF-8构造。可以用wkeBrowser加载`demo/bin/中文.html`测试。
Expand All @@ -12,7 +15,7 @@

#### 2015-08-30 01:19 增加webBrowser拖放加载HTML文件的功能。

#### 2015-08-29 23:56 修正jsSet/jsGet多次调用不同属性却始终获取/设置的是第一次调用时的属性的问题。
#### 2015-08-29 23:56 修正`jsSet`/`jsGet`多次调用不同属性却始终获取/设置的是第一次调用时的属性的问题。
`JSC::Identifier`内部以`JSC::UString`保存属性名称,而`JSC::UString`内部把`char*`类型字符串的指针值作为其hash值,虽然在一个字符串内存上设置了与前次不同的字符串内容,但因为使用了同一内存地址(指针相同),hash值相同,会认为是同一个字符串。

#### 2015-08-29 22:14 增删、修改JS绑定相关的接口,增加`Document/说明.txt`。
Expand Down
Binary file modified demo/bin/wke.dll
Binary file not shown.
Binary file modified demo/bin/wkeBrowser.exe
Binary file not shown.
6 changes: 5 additions & 1 deletion demo/libwke/wke.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ namespace wke
virtual void cut() = 0;
virtual void paste() = 0;
virtual void delete_() = 0;


virtual const wchar_t * cookieW() =0;
virtual const utf8* cookie() = 0;
virtual void setCookieEnabled(bool enable) = 0;
virtual bool cookieEnabled() const = 0;

Expand Down Expand Up @@ -278,6 +280,8 @@ WKE_API void wkeCut(wkeWebView webView);
WKE_API void wkePaste(wkeWebView webView);
WKE_API void wkeDelete(wkeWebView webView);

WKE_API const wchar_t* wkeGetCookieW();
WKE_API const utf8* wkeGetCookie();
WKE_API void wkeSetCookieEnabled(wkeWebView webView, bool enable);
WKE_API bool wkeCookieEnabled(wkeWebView webView);

Expand Down
Binary file modified demo/libwke/wke.lib
Binary file not shown.
4 changes: 4 additions & 0 deletions vs2008/wkeBrowser.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@
RelativePath="..\wkeBrowser\Resource.h"
>
</File>
<File
RelativePath=".\targetver.h"
>
</File>
<File
RelativePath="..\wkeBrowser\wkeBrowser.cpp"
>
Expand Down
11 changes: 11 additions & 0 deletions wke/wke.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,17 @@ void wkeDelete(wkeWebView webView)
webView->delete_();
}

const wchar_t * wkeGetCookieW(wkeWebView webView)
{
return webView->cookieW();
}

const utf8* wkeGetCookie(wkeWebView webView)
{
return webView->cookie();
}


void wkeSetCookieEnabled(wkeWebView webView, bool enable)
{
webView->setCookieEnabled(enable);
Expand Down
6 changes: 5 additions & 1 deletion wke/wke.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ namespace wke
virtual void cut() = 0;
virtual void paste() = 0;
virtual void delete_() = 0;


virtual const wchar_t * cookieW() =0;
virtual const utf8* cookie() = 0;
virtual void setCookieEnabled(bool enable) = 0;
virtual bool cookieEnabled() const = 0;

Expand Down Expand Up @@ -278,6 +280,8 @@ WKE_API void wkeCut(wkeWebView webView);
WKE_API void wkePaste(wkeWebView webView);
WKE_API void wkeDelete(wkeWebView webView);

WKE_API const wchar_t* wkeGetCookieW();
WKE_API const utf8* wkeGetCookie();
WKE_API void wkeSetCookieEnabled(wkeWebView webView, bool enable);
WKE_API bool wkeCookieEnabled(wkeWebView webView);

Expand Down
15 changes: 15 additions & 0 deletions wke/wkeWebView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,21 @@ namespace wke
page()->setCookieEnabled(enable);
}

//��ȡcookies
const wchar_t* CWebView::cookieW()
{
int e = 0;
WTF::String str = mainFrame()->document()->cookie(e);
return StringTableW::addString(str.characters(), str.length());
}

const utf8* CWebView::cookie()
{
int e = 0;
WTF::String str = mainFrame()->document()->cookie(e);
return str.utf8().data();
}

bool CWebView::cookieEnabled() const
{
return page()->cookieEnabled();
Expand Down
5 changes: 4 additions & 1 deletion wke/wkeWebView.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ namespace wke
virtual void cut();
virtual void paste();
virtual void delete_();


virtual const wchar_t* cookieW();
virtual const utf8* cookie();

virtual void setCookieEnabled(bool enable);
virtual bool cookieEnabled() const;

Expand Down
4 changes: 3 additions & 1 deletion wkeBrowser/Resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#define ID_SET_EDITABLE 32804
#define ID_URL_SF 32805
#define ID_URL_GITHUB 32806
#define ID_Menu 32902
#define ID_TOOLS_VIEWCOOKIE 32903
#define IDC_STATIC -1

// Next default values for new objects
Expand All @@ -29,7 +31,7 @@
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 130
#define _APS_NEXT_COMMAND_VALUE 32902
#define _APS_NEXT_COMMAND_VALUE 32904
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 110
#endif
Expand Down
13 changes: 13 additions & 0 deletions wkeBrowser/wkeBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,15 @@ void takeScreenshot()
g_webView->runJS("document.body.style.overflow='visible'");
}

void viewCookie()
{
if (g_webView == NULL)
return;

const wchar_t* cookie = g_webView->cookieW();
MessageBoxW(NULL, cookie, L"Cookie", MB_OK|MB_ICONINFORMATION);
}

LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
int wmId, wmEvent;
Expand Down Expand Up @@ -502,6 +511,10 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
takeScreenshot();
break;

case ID_TOOLS_VIEWCOOKIE:
viewCookie();
break;

case ID_SET_EDITABLE:
if (g_webView)
{
Expand Down
86 changes: 48 additions & 38 deletions wkeBrowser/wkeBrowser.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
#ifndef APSTUDIO_INVOKED
#include "targetver.h"
#endif
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
Expand All @@ -15,7 +18,7 @@
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
// Ӣ��(����) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
Expand Down Expand Up @@ -49,11 +52,13 @@ BEGIN
POPUP "&Tools"
BEGIN
MENUITEM "Zoom In Ctrl + +", ID_ZOOM_IN
MENUITEM "Zoom Out Ctrl + -", ID_ZOOM_OUT
MENUITEM "Zoom Out Ctrl + -", ID_ZOOM_OUT
MENUITEM "Reset Zoom Ctrl + 0", ID_RESET_ZOOM
MENUITEM SEPARATOR
MENUITEM "Set Editable Ctrl + E", ID_SET_EDITABLE
MENUITEM "Screenshot Ctrl + S", ID_TAKE_SCREENSHOT
MENUITEM SEPARATOR
MENUITEM "View cookie", ID_TOOLS_VIEWCOOKIE
END
POPUP "&Help"
BEGIN
Expand All @@ -71,15 +76,14 @@ IDC_WKEBROWSER ACCELERATORS
BEGIN
"?", IDM_ABOUT, ASCII, ALT
"/", IDM_ABOUT, ASCII, ALT
VK_OEM_PLUS, ID_ZOOM_IN, CONTROL, VIRTKEY
VK_OEM_MINUS, ID_ZOOM_OUT, CONTROL, VIRTKEY
48, ID_RESET_ZOOM, CONTROL, VIRTKEY
"E", ID_SET_EDITABLE, CONTROL, VIRTKEY
"S", ID_TAKE_SCREENSHOT, CONTROL, VIRTKEY

VK_ADD, ID_ZOOM_IN, CONTROL, VIRTKEY
VK_SUBTRACT, ID_ZOOM_OUT, CONTROL, VIRTKEY
VK_NUMPAD0, ID_RESET_ZOOM, CONTROL, VIRTKEY
VK_OEM_PLUS, ID_ZOOM_IN, VIRTKEY, CONTROL
VK_OEM_MINUS, ID_ZOOM_OUT, VIRTKEY, CONTROL
"0", ID_RESET_ZOOM, VIRTKEY, CONTROL
"E", ID_SET_EDITABLE, VIRTKEY, CONTROL
"S", ID_TAKE_SCREENSHOT, VIRTKEY, CONTROL
VK_ADD, ID_ZOOM_IN, VIRTKEY, CONTROL
VK_SUBTRACT, ID_ZOOM_OUT, VIRTKEY, CONTROL
VK_NUMPAD0, ID_RESET_ZOOM, VIRTKEY, CONTROL
END


Expand All @@ -99,37 +103,43 @@ BEGIN
LTEXT "[email protected]",IDC_STATIC,42,50,114,8
END

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,2,0,0
FILEFLAGSMASK 0x3fL

/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x1L
FILESUBTYPE 0x0L
FILEOS 0x4L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", "wke.sf.net\0"
VALUE "FileDescription", "wkeBrowser\0"
VALUE "FileVersion", "1, 2, 0, 0\0"
VALUE "InternalName", "wkeBrowser\0"
VALUE "LegalCopyright", "[email protected] Copyright (C) 2012\0"
VALUE "LegalTrademarks", "wke.sf.net\0"
VALUE "OriginalFilename","wkeBrowser.exe\0"
VALUE "ProductName", "wkeBrowser\0"
VALUE "ProductVersion", "1, 2, 0, 0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
BEGIN
VALUE "CompanyName", "wke.sf.net"
VALUE "FileDescription", "wkeBrowser"
VALUE "FileVersion", "1, 2, 0, 0"
VALUE "InternalName", "wkeBrowser"
VALUE "LegalCopyright", "[email protected] Copyright (C) 2012"
VALUE "LegalTrademarks", "wke.sf.net"
VALUE "OriginalFilename", "wkeBrowser.exe"
VALUE "ProductName", "wkeBrowser"
VALUE "ProductVersion", "1, 2, 0, 0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END

Expand Down Expand Up @@ -195,7 +205,7 @@ BEGIN
IDC_WKEBROWSER "WKEBROWSER"
END

#endif // English(U.S.) resources
#endif // Ӣ��(����) resources
/////////////////////////////////////////////////////////////////////////////


Expand Down