摘要: 1.新建Basic MSI项目 2.Behavior and Logic->Custom Action and Sequence->右边面板CustomActions->Custom Action Wizard ->下一步->填写Action Name、Comment(可不填)->Type 选择Ca 阅读全文
posted @ 2016-08-18 11:14 明月忧忧 阅读(528) 评论(0) 推荐(0) 编辑
摘要: extern "C" __declspec(dllexport) int _cdecl GetSum(int a,int b); 创建win32项目,Application type选择dll。 DLL.h extern "C" __declspec(dllexport) LPWSTR _cdecl 阅读全文
posted @ 2016-08-18 11:13 明月忧忧 阅读(824) 评论(0) 推荐(0) 编辑
摘要: 新建 Dialog based MFC项目DrawImage 在资源中新添加一个Dialog,IDD_PICBOXDLG 在此dialog上添加Pictre Contrl shift+ctrl+x 添加对应的类:CPicBoxDlg DrawImage.cpp中加入: CPicBoxDlg* g_D 阅读全文
posted @ 2016-08-18 11:12 明月忧忧 阅读(1161) 评论(0) 推荐(0) 编辑