操作系统信息(Window 7) 安装Internet 信息服务(安装完成后重启) 控制面板,程序和功能,打开或关闭w indow s 功能选中Internet 信息服务,选中全部子菜单。 Visual Studio 2005 Team Suite 信息(安装完成后重启) 注:在安装过程中,可以选装VS 自带的 Sql Sever 2005简易版;如无法正常运转,可下载两个补丁 Visual Studio® 2005 Team Suite Service Pack 1 Visual Studio 2005 Service Pack 1 Update for Windows Vista SQL Server 2005信息(安装完成后重启) 注:如无法正常运转,可下载补丁 sqlserver2005_sp3 Matlab 7.5信息(matlab 尽量安装到C 盘根目录下) 安装完软件后,将VS,Sql Sever 以及Matlab 均设置为以系统管理员运行;将VS,Sql Sever设置为以兼容模式运行。注意:切莫将Matlab 设置为兼容模式,若设置为兼容模式,可能导致之后生成 DLL 出错,说找不到匹配的.NET framework。 如何配置matlab 编译器(红色为你要输入的命令) >> mbuild -setup(注意 mbuild 之后有空格) Please choose your compiler for building standalone MATLAB applications: Would you like mbuild to locate installed compilers [y]/n? n Select a compiler: [1] Borland C++ Compiler (free command line tools) 5.5 [2] Borland C++Builder 6.0 [3] Borland C++Builder 5.0 [4] Lcc-win32 C 2.4.1 [5] Microsoft Visual C++ 6.0 [6] Microsoft Visual C++ .NET 2003 [7] Microsoft Visual C++ 2005 [8] Microsoft Visual C++ 2005 Express Edition [0] None Compiler: 7 The default location for Microsoft Visual C++ 2005 compilers is C:\Program Files\Microsoft Visual Studio 8, but that directory does not exist on this machine. Use C:\Program Files\Microsoft Visual Studio 8 anyway [y]/n? y (注:如果VS 不是安装到默认路径,可以选择n,然后输入VS 的安装路径) Please verify your choices: Compiler: Microsoft Visual C++ 2005 Location: C:\Program Files\Microsoft Visual Studio 8 Are these correct?([y]/n): y **************************************************************************** Wa...