上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: 在MSI工程中,经常会遇到这样的情况:MSI 工程需要调用DLL(C++)中的一个函数实现某些特殊或者复杂的功能,通常的做法是在Custom Action 中调用该DLL 。那么在安装过程中,该Custom Action 被调用的时候,如何使用Visual Studio 逐行Debug DLL 的源... 阅读全文
posted @ 2014-05-14 09:30 細水長流 阅读(524) 评论(0) 推荐(0) 编辑
摘要: VS2010 创建 C++, Win32 DLL工程C-TEST。Stdafx.h中,在之后 添加引用。#include #include C-TEST.cpp 1 #include "stdafx.h" 2 #include 3 4 UINT GetProperty(MSIHANDLE hIn... 阅读全文
posted @ 2014-05-13 16:17 細水長流 阅读(828) 评论(0) 推荐(0) 编辑
摘要: 工具:VS2010, Installshield 2008实现功能:创建一个C++ win32 DLL的工程,MSI 工程需要调用这个DLL,并将Basic MSI工程中的两个参数,传递给DLL,参数1:Property 表中的 ProductName参数2:操作 MSI 工程的 installer... 阅读全文
posted @ 2014-05-13 14:31 細水長流 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 下面的文章被N次转载,为了尊重原作,\(^o^)/~,贴出最早发布这篇文章的地址及作者。动态链接库 Windows的活动大陆2006-07-26 09:21作者:狂ρκ来源:电脑爱好者在Windows世界中,有无数块活动的大陆,它们都有一个共同的名字——动态链接库。现在就让我们走进这些神奇的活动大陆... 阅读全文
posted @ 2014-05-13 13:07 細水長流 阅读(1079) 评论(0) 推荐(0) 编辑
摘要: VS2010 C++ win32 DLL 工程, 添加 rc 文件, 编辑 String Table。默认情况下英文版本的 rc 文件能够顺序编译通过,为了让工程支持多语言,将字符串修改为其他语言时,编译就会出错error RC2135: file not found.解决方案参考:[经验之谈]VS... 阅读全文
posted @ 2014-05-09 17:33 細水長流 阅读(8599) 评论(1) 推荐(0) 编辑
摘要: 错误重现:1> vs2010创建 C++ win32 project, Application type: DLL.2>为了在工程中使用 CString, 在 stdafx.h 中 Include .3> 编译工程,编译结果如下:LNK1169 和 LNK2005在网上找到一篇文章很详细的解释了这种... 阅读全文
posted @ 2014-05-09 16:52 細水長流 阅读(1266) 评论(0) 推荐(0) 编辑
摘要: See following links:Menu bar missing from ClearCase ExplorerUnderstanding the Rational ClearCase Explorer window 阅读全文
posted @ 2014-04-18 13:08 細水長流 阅读(140) 评论(0) 推荐(0) 编辑
摘要: vs2010 and vs2012 are installed on target machine.Build c# project using vs2010, following error occurred:ERROR message :error MSB4216: Could not run ... 阅读全文
posted @ 2014-04-15 15:33 細水長流 阅读(1864) 评论(0) 推荐(0) 编辑
摘要: Browse to Dialogs view, right-click an existing dialog, click Clone and rename the cloned dialog.When you make following changes to the cloned dialog, the original dialog will also be changed.1> Change the text associated with the controls2> Delete the controls that you don’t need.As for the f 阅读全文
posted @ 2014-04-09 16:18 細水長流 阅读(282) 评论(0) 推荐(0) 编辑
摘要: InstallShield 2008Screen Layout is designed as below. Use toolbox to edit screen layout.1> Set properties for each control:RadioButtonGroup1Rank1 (RadioButton)Rank2 (RadioButton)[Property]: Rank[Text]: I’m No.1[Text]: I’m No.2[Order]: 1[Order]: 2[Value]: No1[Value]: No22> Insert AFun dialog be 阅读全文
posted @ 2014-04-09 16:11 細水長流 阅读(429) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页