473,395 Members | 1,456 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

problem with the C compiler and OPNET

I just installed OPNET and am trying to get it to work with my Visual
Studio 2005 compiler. However, when I run my OPNET simulation, I am
constantly getting the same error that the compiler cannot find
stdio.h. Now I've search for this file and added the directory to my
INCLUDE, LIB and PATH environment variables but still get the same
error. I've restarted OPNET and everything. Anybody have any
suggestions?

Thanks a bunch,
Omar
Sep 15 '08 #1
9 5191
In article <d5**********************************@i76g2000hsf. googlegroups.com>,
Ginu <os*******@gmail.comwrote:
>I just installed OPNET and am trying to get it to work with my Visual
Studio 2005 compiler. However, when I run my OPNET simulation, I am
constantly getting the same error that the compiler cannot find
stdio.h. Now I've search for this file and added the directory to my
INCLUDE, LIB and PATH environment variables but still get the same
error. I've restarted OPNET and everything. Anybody have any
suggestions?
The only suggestions you'll get here (CLC) are:

Off topic. Not portable. Cant discuss it here. Blah, blah, blah.
>Thanks a bunch,
Omar
You're welcome!

--
Useful clc-related links:

http://en.wikipedia.org/wiki/Aspergers
http://en.wikipedia.org/wiki/Clique
http://en.wikipedia.org/wiki/C_programming_language

Sep 15 '08 #2
On Sep 15, 12:40*pm, ga*****@shell.xmission.com (Kenny McCormack)
wrote:
--
Useful clc-related links:

* *http://en.wikipedia.org/wiki/Aspergers
* *http://en.wikipedia.org/wiki/Clique
Brilliant.

Sebastian

Sep 15 '08 #3
In article <6c**********************************@c58g2000hsc. googlegroups.com>,
<s0****@gmail.comwrote:
>On Sep 15, 12:40*pm, ga*****@shell.xmission.com (Kenny McCormack)
wrote:
>--
Useful clc-related links:

* *http://en.wikipedia.org/wiki/Aspergers
* *http://en.wikipedia.org/wiki/Clique

Brilliant.

Sebastian
Channelling Stephanie Miller: Thank you!!

Sep 15 '08 #4
s0****@gmail.com writes:
On Sep 15, 12:40*pm, ga*****@shell.xmission.com (Kenny McCormack)
wrote:
[the usual]
>
Brilliant.

Sebastian
Please don't feed the troll.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
Sep 15 '08 #5
In article <ln************@nuthaus.mib.org>,
Keith Thompson <ks***@mib.orgstrapped on his netnanny cap to opine
thusly:
>s0****@gmail.com writes:
>On Sep 15, 12:40*pm, ga*****@shell.xmission.com (Kenny McCormack)
wrote:
[the usual]
>>
Brilliant.

Sebastian

Please don't feed the troll.
The paranoia expressed in that sentiment is just, what is the word, oh
yes, priceless!

Sep 15 '08 #6
On Sep 15, 1:58*pm, s0s...@gmail.com wrote:
On Sep 15, 12:40*pm, gaze...@shell.xmission.com (Kenny McCormack)
wrote:
--
Useful clc-related links:
* *http://en.wikipedia.org/wiki/Aspergers
* *http://en.wikipedia.org/wiki/Clique

Brilliant.

Sebastian
Thanks for the lovely information.
Sep 15 '08 #7
In article <9e**********************************@y38g2000hsy. googlegroups.com>,
Ginu <os*******@gmail.comwrote:
>On Sep 15, 1:58*pm, s0s...@gmail.com wrote:
>On Sep 15, 12:40*pm, gaze...@shell.xmission.com (Kenny McCormack)
wrote:
--
Useful clc-related links:
* *http://en.wikipedia.org/wiki/Aspergers
* *http://en.wikipedia.org/wiki/Clique

Brilliant.

Sebastian

Thanks for the lovely information.
It does go a long way towards explaining the culture around here.

Sep 15 '08 #8
Kenny McCormack wrote:
In article <ln************@nuthaus.mib.org>,
Keith Thompson <ks***@mib.orgstrapped on his netnanny cap to opine
thusly:
>s0****@gmail.com writes:
>>On Sep 15, 12:40 pm, ga*****@shell.xmission.com (Kenny McCormack)
wrote:
[the usual]
>>Brilliant.

Sebastian
Please don't feed the troll.

The paranoia expressed in that sentiment is just, what is the word, oh
yes, priceless!
I almost let you out of my killfile, but it seems you haven't learned.

*replonk*
Sep 15 '08 #9
On 15 Sep, 20:52, Ginu <osheik...@gmail.comwrote:
On Sep 15, 1:58*pm, s0s...@gmail.com wrote:
On Sep 15, 12:40*pm, gaze...@shell.xmission.com (Kenny McCormack)
wrote:
--
Useful clc-related links:
* *http://en.wikipedia.org/wiki/Aspergers
* *http://en.wikipedia.org/wiki/Clique
Brilliant.
Sebastian

Thanks for the lovely information.
I was going to make an attempt at your, off-topic, question.
But I won't bother now. Chances are you'll be better off asking
in a microsoft group.

--
Nick Keighley

Sep 16 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Omer van Kloeten | last post by:
The Top Level Design: The class Base is a factory class with a twist. It uses the Assembly/Type classes to extract all types that inherit from it and add them to the list of types that inherit...
6
by: Nafai | last post by:
Hello. I want to do something like this: class A { // It's virtual protected: float* data; int n; public: A(int a); virtual float* createData(); //...
5
by: Carmine Cairo | last post by:
Hi, I'm working on a project and today I've note a little problem during the compile fase. Here a little piece of code: // 1st version welldone = 0; size = p->getSize(); backbone = new...
102
by: Skybuck Flying | last post by:
Sometime ago on the comp.lang.c, I saw a teacher's post asking why C compilers produce so many error messages as soon as a closing bracket is missing. The response was simply because the compiler...
39
by: Martin Jørgensen | last post by:
Hi, I'm relatively new with C-programming and even though I've read about pointers and arrays many times, it's a topic that is a little confusing to me - at least at this moment: ---- 1)...
5
by: Tio | last post by:
I have project in MFC(vc++) . There are files and classes: classes:dialog1,dialog2,aaa,bbb ---------------------- main.cpp --------------------- #include "mainfrm.h" #include "dialog1.h"...
3
by: Rene | last post by:
Hello to all! For a long time I have been "fighting" a problem compiling an OpenGL program which uses GLUT. First I have put a question in a Watcom group (I want to use this compiler) to which I...
16
by: =?iso-8859-1?q?|-|e|=5F|=5F_B0=DD?= | last post by:
hi all! I got a problem. I declared a SOCKET var in my C program but when i compiled the program it displayed like *--------------------------------------------------------------* *'SOCKET':...
87
by: pereges | last post by:
I have a C program which I created on Windows machine. I have compiled and executed the program on windows machine and it gives me the consistent output every time i run it. for eg. input a = 2,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.