1. 首页 > 电脑教程 > Devexpress10.1.6Devexpress编译及源代码下载

Devexpress10.1.6Devexpress编译及源代码下载

费了老大的劲,终于七拼八揍的,把Devexpress编译所需的东西全部下载到手

1、 DXperience Universal-10.1.6安装包,这个是190多M的

下载地址:http://downloads.devexpress.com/63be3ab2-a882-4af8-bf95-6ee2ba8af6bb/64.237.51.130/DXperience/2010.1/6/DXperienceUniversal-10.1.6.exe

这个是官方的链接如果失效的话,可以按文件名去别的地方下载。

2、源代码(最重要的东东了,我为找这个东西还真是翻山越岭,跋山涉水,辛苦啊。)

http://rapidshare.com/files/416091676/DX2010.1.6.Sources.rar.html解压密码: allcredits_JFXhttp://rapidshare.com/files/416119124/DXXAF2010.1.6.Sources.rar.html解压密码: allcredits_JFX

我是搞Winform的,只下载了第一个就编译成功了(70左右M)。我用DEV时间还不长,不知道第二个包是做什么用的。

推荐使用一个叫JDownload的下载工具来下载,会比较快。

3、编译脚本,这东东,我真在网上找了大半天,找到最后我这个烂英语估计也能过四级了(E文资料看得太多了)

最终我是用10.1.4版本的编译脚本来编译的,我估计10.1版本的编译包应该都是通用的吧。猜的哦

下载地址:http://files.cnblogs.com/shaoming01/Devexpress_10.1.4(10.1.5%2c10.1.6)_%e7%bc%96%e8%af%91%e8%84%9a%e6%9c%ac_Build_Scripts.rar

以上就是要准备的材料,都准备好了,那就按照下面的步骤一步一步来吧。

How to Build Form Source Code?1. Install the trial (download from the official website) Note: Install ALL parts of the setup, even if you do not need it2. Now extract the sources (provided by our good friends here, bless them) to the {Install folder}\Components\Sources folder(By sources I mean all the folders starting with DevExpress.{something}3. Extract the build scripts (all the *.bat, *.cmd and the PatchInternalVisibleTo stuff) to the {Install folder}\Components\Sources folder4. Now open defines.bat in some text editor like Notepad5. Set the version of VS you are using first (in the vsver=vs2008 line)6. Also, I like to set the configuration variable to Release instead of Debug7. Path editing: The basic idea here is to verify that all paths mentioned in the file are valid for your system. eg. if you have Windows 32bit, the Programfiles32bit variable should point to c:\program files8. Check all paths and make sure they are valid for your system. I found a few differences on mine :

  1. set sn="%ProgramFiles64bit%\Microsoft SDKs\Windows\v6.0A\Bin\sn.exe"
  2. should be
  3. set sn="%ProgramFiles64bit%\Microsoft SDKs\Windows\v7.0A\Bin\sn.exe"

声明:希维路由器教程网提供的内容,仅供网友学习交流,如有侵权请与我们联系删除,谢谢。ihuangque@qq.com
本文地址:https://www.ctrlcv.com.cn/diannao/169347608010792.html