OPNET 14.5 + Windows 7 + Visual Studio 2010的一个设置问题

引用:https://groups.google.com/forum/#!msg/opnet/OmOI_bstjTI/GhP-PRhpxEEJ

1- Start-> all programs -> Microsoft Visual studio -> Visual Studio Tools -> then (either) visual studio comand prompt OR visual studio comand prompt x64 (DEPENDS ON YOUR SYSTEM).
2- type the following comands, set INCLUDE and press enter, set LIB and press enter and set PATH and press eneter. 
3- copy this comands and store it in a temporary text file. 
4- go to the computer environment variables. 
5- I think I will not have a variable for LIB or INCLUDE, so you need to create them. 
6- set the values for those variable to the values shown in the comand prompt JUST AFTER THE = SIGN. 
7- MAKE SURE that all the values are copied as sometimes it takes only a single line to be copied. 
8- FINALLY AND MOST IMPORTANTLY, if you are running opnet as ADMIN then you will need to add those variables to the user variables, AND IF YOU ARE RUNNING OPNET AS NORMAL USER THEN set those values to the system environment variables.

最后,重要的是要设置。在Edit -> Preferences里,All -> Discrete Event Simulation里,把“Network Simulation Repositories”的值填上"(stdmod)"。这样就可以了。

时间: 2024-11-06 09:57:16

OPNET 14.5 + Windows 7 + Visual Studio 2010的一个设置问题的相关文章

Visual Studio 2010 C++ 属性设置基础

在 <Visual Studio 2010 C++ 工程文件解读>中提到了C++工程中可以进行用户自定义的属性设置,如何进行属性设置呢? 下面我们来了解一下 props 文件的基本规则: 1.在 PropertyGroup 元素中放置子元素就是定义属性,属性的值就是子元素的内容:例如 <PropertyGroup> <OutputDriver>D:\</OutputDriver> </PropertyGroup> 定义来一个属性 OutputDr

Visual Studio 2010 目录路径设置与团队开发

在开发过程中难免要引用头文件,库文件,以及设置程序的输出位置. 绝对路径 这些路径最简单的方式是写死,写成绝对路径. 绝对路径的问题在于你把项目拷贝到其他电脑,就不行了.因为别人机器上不一定有那个目录. 相对路径是比较好的!因为项目的工程代码无论放到哪里都可以直接编译运行. 相对路径 相对路径相对哪里?相对当前目录. 当前目录在哪里?vcprojc文件所在的目录就是当前目录. 注意不是sln文件所在的目录! 一个sln可以有多个project,每一个project项目的当前目录都是其对应的vcp

如何利用Visual studio 2010创建一个ASP网站?

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserLogin.aspx.cs" Inherits="UserLogin" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/

Visual Studio 2010 使用 ankhsvn

之前用的 Windows XP + Visual Studio 2010 + ankhSvn,其中ankhSvn安装完后直接可用, 后来系统换成Windows10后安装ankhSvn,ExtentionManager中显示已安装但项目部在svn管理状态,如下图 解决办法是在此处将代码管理工具手动切换为 anknSvn:

How To Compile Qt with Visual Studio 2010

This post is a step-by-step guide on how to compile Qt 4.x.x with MSVC 2010. Although we use Qt 4.7.1 as an example (for historical reasons), you can also find suggestions on building newer versions of Qt by MSVC 2012 and even by Intel Compiler for b

Building Python 2.7.10 with Visual Studio 2010 or 2015 - Google Chrome

您的浏览器(Chrome 33) 需要更新.该浏览器有诸多安全漏洞,无法显示本网站的所有功能.?了解如何更新浏览器 × p-nand-q.com C++? Python? Programming? Languages? Humor? Tools? Misc? Building Python 2.7.10 with Visual Studio 2010 or 2015 7th revision, August 7, 2015.A document history can be found at t

Visual Studio 2010 中的 Web 开发

概述 Microsoft Visual Studio 2010 为 ASP.NET Web 应用程序的开发提供非常多新的功能.这些新功能旨在帮助开发者高速方便地创建和部署质量高且功能全的 Web 应用程序. 眼下,Visual Studio 2010 支持 HTML 代码片段.利用这些代码片段,能够生成高质量的代码.Visual Studio 中附带了非常多代码片段,开发者也能够创建自己的代码片段. Visual Studio 2010 提供的还有一个新功能是转换 web.config 文件,以

VS:101 Visual Studio 2010 Tips

101 Visual Studio 2010 Tips Tip #1        How to not accidentally copy a blank line TO – Text Editor – All Lang – Gen – Apply cut or copy commands to blank lines Tip #2       How to cycle through the Clipboard ring Ctrl+Shift+V (Edit.CycleClipboardRi

Visual Studio 2010下的OpenCV 2.4.10安装过程

学生可以获取Visual Studio Professional的正版拷贝,就不要去下载什么破解版了,Qt不支持微软免费的Express版本,所以建议学生党不要去考虑Express版. OpenCV文件夹的准备 官网下载最新OpenCV的Windows安装程序(其实是一个自解压包),200+MB的体积,双击解压缩到某个分区(如果是SSD的话建议先解压到某个移动硬盘上),并不是所有文件都是需要的. 如果是64位Windows系统和64位Visual Studio则需要x64文件夹而不是x86文件夹