上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 92 下一页
环境: vs2008 项目文件下载:下载 Read More
posted @ 2011-02-11 17:57 庚武 Views(172) Comments(0) Diggs(0) Edit
posted @ 2011-02-10 15:59 庚武 Views(83) Comments(0) Diggs(0) Edit
dll项目:Client项目:dll调用方式:动态加载,隐式链接。隐式链接也是用LoadLibrary去加载,故动态加载效率高,且用dumpbin -exports *.dll查看不到依赖函数,但编程较繁琐。 Read More
posted @ 2011-02-09 16:01 庚武 Views(582) Comments(0) Diggs(0) Edit
_stdcall为windows函数调用标准,PASCAL,WINAPI相同。C的默认调用约定为 _cdecldll项目:调用者: Read More
posted @ 2011-02-09 15:29 庚武 Views(706) Comments(0) Diggs(0) Edit
该文被密码保护。 Read More
posted @ 2011-02-09 12:19 庚武 Views(2) Comments(0) Diggs(0) Edit
调用程序: 1.工程->设置->link: Dll1.lib2.复制Dll1.lib Dll1.dll Read More
posted @ 2011-02-09 01:19 庚武 Views(578) Comments(0) Diggs(1) Edit
#include #include using namespace std; // HANDLE CreateThread( // LPSECURITY_ATTRIBUTES lpThreadAttributes, // pointer to security attributes // DWORD dwStackSize, //... Read More
posted @ 2011-02-08 21:20 庚武 Views(376) Comments(0) Diggs(0) Edit
//利用default button void CDlgAddTest::OnOK() { if(GetFocus()->m_hWnd== GetDlgItem(IDOK)->m_hWnd){ MessageBox("stoped at ok."); } else{ GetNextDlgTabItem(GetFocus())->SetFocus(); } //CDia... Read More
posted @ 2011-02-08 04:00 庚武 Views(245) Comments(0) Diggs(0) Edit
// DlgAddTest.cpp : implementation file // #include "stdafx.h" #include "Text.h" #include "DlgAddTest.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; ... Read More
posted @ 2011-02-08 02:47 庚武 Views(414) Comments(0) Diggs(0) Edit
文本输入框http://hi.baidu.com/hushaobo_km/blog/item/d4f0b12d114e673f359bf77e.html Read More
posted @ 2011-02-08 00:30 庚武 Views(388) Comments(0) Diggs(0) Edit
上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 92 下一页