cyfile / computer

装机 及 维护
1 stars 0 forks source link

Set up development environment on Win7 #13

Open 213cy opened 7 years ago

213cy commented 7 years ago
2

.NET Framework https://dotnet.microsoft.com/en-us/download/dotnet-framework https://support.microsoft.com/en-us/topic/the-net-framework-4-6-2-offline-installer-for-windows-9dce3874-a9e5-9b11-289d-5594824aafe0

The Microsoft C++ compiler, linker, standard libraries, and related utilities make up the MSVC compiler toolset (also called a toolchain or "build tools"). These are included in Visual Studio. You can also download and use the command-line toolset as a free standalone package. For more information, see Build Tools for Visual Studio on the Visual Studio Downloads page.

https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022 https://learn.microsoft.com/en-us/cpp/build/projects-and-build-systems-cpp?view=msvc-170#the-msvc-toolset



for windows 7 :

Microsoft .NET Framework 4 (Standalone Installer) https://www.microsoft.com/en-us/download/details.aspx?id=17718

Microsoft Windows SDK for Windows 7 and .NET Framework 4

1 2

https://www.microsoft.com/en-us/download/details.aspx?id=8279 https://www.microsoft.com/en-us/download/details.aspx?id=8442

Debugging Tools for Windows( in Microsoft Windows SDK ) https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/debugger-download-tools#install-debugging-tools-for-windows https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/ https://www.microsoft.com/en-us/download/details.aspx?id=8279

213cy commented 3 months ago

MSVC编译器所在目录:

4 1

出现mspdb80.dll无法找到的情况: 从Common7\IDE\下复制“msobj80.dll,mspdb80.dll,mspdbcore.dll,mspdbsrv.exe”这四个文件到VC\Bin\下即可解决

https://blog.csdn.net/weixin_43997331/article/details/104764873 https://blog.csdn.net/fuhanghang/article/details/125080442 https://blog.csdn.net/sptoor/article/details/8892315

213cy commented 3 months ago

手动为系统配置MinGW64 Compiler编译器 为MATLAB安装MinGW64 Compiler编译器 Matlab mex -setup 找不到编译器

1 设置环境变量:setenv('MW_MINGW64_LOC', 'C:\TDM-GCC-64') 2 运行mex -setup -v命令查看Matlab具体运行过程

https://blog.csdn.net/booksyhay/article/details/87175524 https://blog.csdn.net/qq_43561292/article/details/107771821 https://blog.csdn.net/bruce135lee/article/details/80668589