网页
图片
视频
学术
词典
地图
更多
航班
笔记本
CWinApp::InitInstance
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
For
database
support
,
add
a
call
to AfxDbInitModule to your
regular
DLL
's
CWinApp
: :
InitInstance
function
.
对于
数据库
支持
,
在
规则
DLL
的
CWinApp::InitInstance
函数
中
添加
AfxDbInitModule
调用
。
msdn2.microsoft.com
2.
For
Sockets
support
,
add
a
call
to AfxNetInitModule to your
regular
DLL
's
CWinApp
: :
InitInstance
.
对于
套
接
字
支持
,
在
规则
DLL
的
CWinApp::InitInstance
中
添加
AfxNetInitModule
调用
。
msdn2.microsoft.com
3.
Inside the
CWinApp
: :
InitInstance
definition
for your
project
,
add
the
following
three
lines
at
the
top
of
the
function
在
项目
的
CWinApp::InitInstance
定义
中
,
在
函数
开头
添加
以下
三
行
代码
blog.163.com
4.
Override
CWinApp
: :
InitInstance
and
declare
an
application
object
as
重写
CWinApp::InitInstance
并且
将
应用程序
对象
声明
为
msdn2.microsoft.com