1, installation VS2013
Before installing opnet14.5, you must install a build platform, on XP is installed VC 6.0, now Win7 above general installation vs2008 and later version, my machine is installed vs2013.
About download Install vs2013, here no longer repeat, Google has a lot of tutorials, are fools-style, always point next, next ... Just OK.
Okay, now assume that you've installed the vs2013,
The next important step is to configure the environment variables.
The operation is as follows:
Under the Win7 system, go to Control Panel--System and security----Advanced system settings--advanced--environment variables,
OK, here's the system environment variable set up below:
Edit path:c:\program Files\Microsoft Visual Studio 12.0\vc\bin;
C:\Program Files\Microsoft Visual Studio 12.0\common7\ide;
C:\Program Files\Microsoft Visual Studio 12.0\common7\tools;
New lib:c:\program files\microsoft Visual Studio 12.0\vc\lib;
New include:c:\program files\microsoft Visual Studio 12.0\vc\include;
Attention:
1, here is my default installation path, replaced with their own installation path, only the path is on the line.
2, semicolon and colon must be in the English half-width state input;
3, in the editing path, the system's original parameters do not delete, just want to point the cursor to the end, plus a semicolon ";" After adding your path settings;
After configuration, run the "cmd" command prompt->cl detect whether the configuration was successful. The following are the test results after the environment variable is configured successfully.
2, install opnet 14.5
This process requires the installation of four files, as shown in the following:
Downloads of these installation files are later uploaded to my csdn download resource. Due to the upload resource size limit, the upload in csdn is a text file, there is a specific. Welcome to download.
OPNET installation process is actually the same as VS2008, but also a "NEXT" and then set the environment
Variable, the difference is that there are four installation files. The installation order needs to be concerned, the following is the detailed installation steps:
1. First installation file: Modeler_145a_pl1_7116_win.exe
2. Second installation file: Modeler_docs_28-jan-2008_win.exe
3. Third installation file: Models_145a_pl1_27feb08_win.exe
4. Fourth installation file: Opnet.modeler.14.5.license.maker-ffs.exe
Click Install, note the installation path of four files to be consistent, afraid of error, directly select the default path, the default will be installed under the C:\Program files\opnet path.
After all installation is complete, the C:\ProgramFiles\OPNET\14.5.A\sys\pc_intel_win32\bin\manifest_NET2008 "
Copy the full file to the "C:\Program files\opnet\14.5.a\sys\pc_intel_win32\bin" directory.
Configure the environment variables as before, with the following specific parameters:
Path setting: C:\Program files\opnet\14.5.a\sys\pc_intel_win32\bin
Include settings: C:\Program files\opnet\14.5.a\sys\include;
C:\Program Files\opnet\14.5.a\models\std\include;
Lib settings: C:\Program files\opnet\14.5.a\sys\lib;
C:\Program Files\opnet\14.5.a\sys\pc_intel_win32\lib
Note: To replace your own installation path!
After the installation is complete, you can determine whether the environment variable is set correctly by entering "ML" at the command prompt.
such as:
3. Operation
Right-click the OPNET icon--Properties--compatibility, and tick before "run this program in compatibility Mode" and "Run this program as Administrator." Open "OPNET Modeler 14.5".
If there are no shortcuts, the Opnet open icon appears when you press the Windows icon key and then search in all Programs: Opnet.
At this point, congratulations, opnet installation is complete.
4. Frequently Asked Questions
When you install the first file----The following warning may appear:
"A compiler was found, but isn't configured properly"
Please ignore directly, click the Yes button.
Opnet 14.5 + Win7 + VS2013 Installation Tutorial