摘要:
requirement:1.创建mycom.dll,该com只有一个组件,两个接口igetres--方法hello(), igetresex--方法helloex()2.在工程中导入组件或类型库 #import "组件所在目录\mycom.dll" no_namespace 或 #import "类型库所在目录\mycom.tlb" using namespace mycom;--method ......
摘要:
sqlite简介:
this is an extension for the sqlite embeddable sql database engine. sqlite is a c library that implements an embeddable sql database engine. programs that link with the sqlite library can ......
一类WINNT函数使用问题的解决方法存档!
诸如copyfileex
这样的函数在使用的时候可能会碰到明明是包含在头文件里的函数但编译不过去,显示如下: 【程序编程相关:关于进程的小程序(发错地了,重发....】
【推荐阅读:
第一章 Hello,MFC】
error c2065: copyfileex : undeclared identifier 【扩展信息:Winsock2中WSAAsynSele】
error c2065: copy_file_restartable : undeclared identifier
解决方法如下:
...
下一页 摘要:
在cmainframe类中添加下列成员变量和成员函数(使用classwizard),下面是这些变量和函数的功能说明: 成员变量: bool m_bfullscreen; //全屏幕显示标志 crect m_fullscreenwindowrect; //全屏幕显示窗口rect windowplacement m_wpprev; //用于保存正常视图时的窗口位置信息 ctoolba......