anysis中fluent 与 VS2015 编译 环境配置

环境:win10 64位+VS2015 32位 +ansys 16.0

配置:调到环境变量, 用户变量

include  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include  C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt

lib : C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\x64   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\lib\amd64  C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10150.0\ucrt\x64;

PATH : C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64  C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE  C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools

系统变量:

include  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include  C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt

lib : C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\x64   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\lib\amd64  C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10150.0\ucrt\x64;

PATH : C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64  C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE  C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools

设置好后,重启电脑,编译,通过即过。

原文地址:https://www.cnblogs.com/dafang/p/8321915.html

时间: 2024-08-29 20:45:56

anysis中fluent 与 VS2015 编译 环境配置的相关文章

Berkeley DB (VC6.0 编译环境配置)

操作系统:winxp VC环境:VC6.0 必需文件:Berkeley DB安装文件(db-.msi)下载地址http://www.oracle.com/technology/software/products/berkeley-db/index.html 步骤: 1.运行db-4.7.25.msi,安装Berkeley DB 2.Build Berkeley DB 1〉用VC6.0 打开工程 (C:\Program Files\Oracle\Berkeley DB \db-4.7.25\bui

Android介绍以及源码编译---Ubuntu系统Android编译环境配置

三. Ubuntu系统Android编译环境配置 3.1     选择安装源: 系统安装完成后,进入系统时首先选择好软件更新源,后面所有的软件包安装都会从这个更新源中获取. 选择路径:System settings --> Software & Updates --> Ubuntu Software --> Download from --> Other 原则上使用距离你所在地区较近的服务器.例如:中国可以选择http://mirrors.163.com/ubuntu 为编

SDL2.0.4+VS2015+win10 环境配置

SDL2.0.4+VS2015+win10 环境配置 第一个是源码 第二个就是配置windows 所需要的东西 将这两个下载下来,分别解压出来,放到你想放的目录,如下图,我这里放到了Program File文件夹中 我们可以看看里面的东西 配置vs2015所需要的东西我主要有个 一:include文件夹 二:lib文件夹 有了想要的东西下面就可以开始配置vs2015了 1.新建一个工程,工程名随便叫 这里就不截图了,配置请看图 这里就是指定include的目录 这里就是指定lib的目录 在依赖库

Sublime Text 3 c++编译环境配置

{ "cmd": ["g++", "${file}", "-o", "${file_path}/${file_base_name}"], "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", "working_dir": "${file_path}", "sel

传统D3D11程序面向VS2015编译环境的配置修正细节

A.  配置细节 使用#include <unordered_map>替代<hash_map> 这个是c++标准建议的,没啥好说的 使用#include <directxmath.h>替代<xnamath.h> 注意:如不想修改原xnamath代码,则需在包含directxmath.h之前定义_XM_NO_INTRINSICS_宏标志,以与原xnamath代码兼容 然而,_XM_NO_INTRINSICS_标志将指示directxmath不使用SSE/SSE

踏入OpenGL大门 —— VS2015开发环境配置 (详细图文)

转自: https://www.jianshu.com/p/68c314fa9fea?from=groupmessage 眼睛熊 ---------------- 本文 --------------- 注意:笔者是以 Win10 + VS2015 为例 内容:安装CMake.配置freeglut .配置glew 版本:Window10.VS2015.CMake 3.8.0-rc-1.freeglut 3.0.0.glew 2.0.0 目标:使初学者不再为配置OpenGL相关环境苦恼 预热 需要说

Android编译环境配置(Ubuntu 14.04)

常识:编译Android源代码需要在Linux系统环境下进行... 在Linux中,开发Android环境包括以下需求:Git.repo.JDK(现在一般使用OpenJDK)等:其中,Git用于下载源代码:repo是Android项目组编写的用于统一管理Android各个项目的Python脚本程序,目的是使Git的使用更加简单方便. 打开Terminal,执行下述指令: sudo apt-get install git bison flex gperf libxml2-utils mingw32

mac OS(OS X)的OI编译环境配置指南

编译环境:gdb+Atom 如何安装gdb: http://logic0.blog.163.com/blog/static/1889281462014183271283/ Atom下载地址: http://www.pc6.com/mac/135600.html (官网太慢) 如何编写对拍: http://www.cnblogs.com/Hist/p/4852754.html 如何配置新建文件: http://www.cnblogs.com/Hist/p/5018146.html 希望这些地址以后

Scrapy框架中结合splash 解析js ——环境配置

环境配置: http://splash.readthedocs.io/en/stable/install.html pip install scrapy-splash docker pull scrapinghub/splash docker run -p 8050:8050 scrapinghub/splash ---- settings.py #-- SPLASH_URL = 'http://localhost:8050' #-- DOWNLOADER_MIDDLEWARES = { 'sc