I am trying to include the INET header files in my project, but I am
unable to use them. For example, when using
#include <IPAddress.h>, I get the "IPAddress.h: No such file or
directory" error.
What I've done so far:
- I already set the INET project reference using Properties->Project
References.
- The file libinet.dll is present in the folder inet/src. There were no
compilation problems.
- I set a library path for my project via Properties->C/C++
General->Paths and Symbols.
- The LD_LIBRARY_PATH variable is set properly.
However, I am able to use the INET .ned files in the network I've set
up. I am also able to run the INET examples.
Does anyone know why this is happening?
I am using OMNeT++ 4.1b2 on Windows 7 x64.
Any help is appreciated!
good luck
2010/7/20 Stephanie Dünhaupt <stephanie...@ruhr-uni-bochum.de>:
> --
> You received this message because you are subscribed to the Google Groups
> "omnetpp" group.
> To post to this group, send email to omn...@googlegroups.com.
> To unsubscribe from this group, send email to
> omnetpp+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/omnetpp?hl=en.
>
>
2010/7/20 Stephanie Dünhaupt <stephanie...@ruhr-uni-bochum.de>: