Hi,
I simply start with my questions:
I have downloaded OMNeT++ and INET today, so I have the newest stable sources from both. I compiled OMNeT++ using this installation guide:
http://omnetpp.org/doc/omnetpp/InstallGuide.pdf. Path variable is set and Tutorial works fine for me.
Because I need to do something with Wireless ad hoc Networks, I want to use INET Framework, too. I have extracted it and have imported the project into my OMNeT++ IDE. Then I simply compiled it using CTRL+B but everytime I try to run a example, which eventually should work after I had compiled INET, it starts with an error message: "<!> Error in module (cCompoundModule) MobileNet (id=1) during network setup: Class "ChannelControl" not found -- perhaps its code was not linked in, or the class wasn't registered with Register_Class(), or in the case of modules and channels, with Define_Module()/Define_Channel().". And finally I can not start the simulation. (Other examples may have another error message but it is still of the same type).
In the tutorial, I learned, that you need to register the modules but since this is an example which should simply work there needs to be another thing faulty.
Any suggestions?
I am using Windows 7 32-Bit and mingw (but actually you get the compiler with OMNeT++).
Even the examples did not work, I took a look into the framework and tried to search on Google but I still can not find anything that helps me to get into this. Anybody knows a good tutorial or can explain me how you can send messages from one MobileHost to another???
Thanks everybody for help!