<!> Error during startup: Cannot load library 'C:/omnetpp-4.0/
ram_project/INET/src//libINET.dll': The specified module could not be
found.
Simulation terminated with exit code: 1
Command line: c:\omnetpp-4.0\bin/opp_run.exe -r 0 -n C:/omnetpp-4.0/
ram_project/INET/examples;C:/omnetpp-4.0/ram_project/INET/src -l C:/
omnetpp-4.0/ram_project/INET/src/INET C:/omnetpp-4.0/ram_project/INET/
examples/adhoc/ieee80211/omnetpp.ini
Working directory: C:/omnetpp-4.0/ram_project/INET/examples/adhoc/
ieee80211
Thanks.
If you are compiling the inetmanet in windows with the whole code the linker
will fail
--------------------------------------------------
From: "ram lakhwani" <ram...@gmail.com>
Sent: Thursday, March 11, 2010 5:50 PM
To: "omnetpp" <omn...@googlegroups.com>
Subject: [Omnetpp-l] libINET.dll not found
> --
> 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.
>
>
-->I have imported INET under c:\omnetpp-4.0 in windows platform with
the IDE. When building i dont seem to get any relevant errors
---> When i try to run an example from the IDE i get the missing dll
error and i check in the path and it is actually not there
----> When i try to run an examplo with CLI i get the folowing error:
eramrla@EV0016D4A13549 ~/INET/examples/wireless/lan80211
$ ./run
../../../src/run_inet: line 3: ../../../src/inet: No such file or directory
and the truth is that file is also not there. I am probably doing
something wrong when compiling but do not have enough expertise yet.
Please help!!!
--------------------------------------------------
From: <ram...@gmail.com>
Sent: Thursday, March 11, 2010 6:51 PM
To: <omn...@googlegroups.com>
Subject: Re: [Omnetpp-l] libINET.dll not found
Very appreciated for your help but cannot get this started!!!
i attach the output i get when i press in IDE build for project INET
and also i attach the output i get when i try to run any example as an
Omnet++ simulation. Please see if you can find out the error cos I am
stuck with this and it is very anoying!!!
Thanks very much.
See if you have this, in the file src/linklayer/ext/cSocketRTScheduler.cc
#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) ||
defined(__CYGWIN__) || defined(_WIN64)
#include <ws2tcpip.h>
#endif
--------------------------------------------------
From: <ram...@gmail.com>
Sent: Thursday, March 11, 2010 7:37 PM
Awesome help!!!
Finally got this started.
Best Regards
i have the following problem: when i try to run project "extserver" under windows XP and omnet + + 4.0, i get the following message: "Error in module(ExtInterface) extServer.router1.ext[0] (id=12): cSocketRTScheduler::setInterfaceModule():pcap devices not supported". Also, i've already installed WinPcap. What should i do please be so that the program can run? Please help me. Thank you in advance Sincerely, Danja |
| Ladies and
Gentlemen, i have the following problem: when i try to run project "extserver" from inet/examples/emulation/extserver/extServer.ned under windows XP and omnet + + 4.0, i get the following message: "Error in module(ExtInterface) extServer.router1.ext[0] (id=12): cSocketRTScheduler::setInterfaceModule():pcap devices not supported". |
| Also, i've already installed WinPcap. |
| What should i do please be so that the program
can run? Please help me. |
We have never tested the extInterface under Windows. And I'm not sure if it works,
since at least some versions of Windows do not allow sending IP packets with a
source address not owned by the stack when using raw sockets. But I'm not familiar
with Windows...
Any chance to use Linux or Mac OS X or FreeBSD or another flavor of Unix?
Best regards
Michael
> Thank you in advance
>
> Sincerely,
>
> Danja
>
>
| Tank you very much Michael, Best regards, Danja --- En date de : Jeu 18.3.10, Michael Tüxen <Michael...@lurchi.franken.de> a écrit : |
|
|
|
| Hi Michael, Ladies and Gentlemen, how can i increase in project "extserver" the number of client , server and router so that all clients and servers send messages and receive under linux (Ubuntu)? Thank you for your help in advance. Best regards, Danja --- En date de : Ven 19.3.10, Roger <arrog...@yahoo.fr> a écrit : |
|
not sure about projects, I never used the IDE. You need to configure
the number of ext interfaces. Then you need to configure a route
on the external hosts for the addresses in the simulation via the
IP address on the real interface which you are using for pcap.
You might want to read
http://portal.acm.org/citation.cfm?id=1416267
Best regards
Michael