I have successfully built Veins 5.1 on OMNeT++ 6.0pre10. My operating system is Windows 10.
However, when I try to run veins/examples/veins/omnetpp.ini
, I receive the error shown below.
<!> Error: Cannot load library '../../src//libveins.dll': can not found
End.
Simulation terminated with exit code: 1
Working directory: D:/omnetpp-6.0pre10/samples/veins/examples/veins Command line: ../../../../bin/opp_run.exe -m -u Qtenv -n .;../../src/veins --image-path=../../images -l ../../src/veins omnetpp.ini
Environment variables: PATH=;D:/omnetpp-6.0pre10/samples/veins/src;D:\omnetpp-6.0pre10\bin;D:\omnetpp-6.0pre10\tools\win64\mingw64\bin;D:\omnetpp-6.0pre10\tools\win64\usr\bin;;D:/omnetpp-6.0pre10/ide/jre/bin/client;D:/omnetpp-6.0pre10/ide/jre/bin;.;D:\omnetpp-6.0pre10\bin;D:\omnetpp-6.0pre10\tools\win64\opt\mingw64\bin;D:\omnetpp-6.0pre10\tools\win64\mingw64\bin;D:\omnetpp-6.0pre10\tools\win64\usr\local\bin;D:\omnetpp-6.0pre10\tools\win64\usr\bin;D:\omnetpp-6.0pre10\tools\win64\usr\bin;C:\Windows\System32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;D:\omnetpp-6.0pre10\tools\win64\usr\bin\site_perl;D:\omnetpp-6.0pre10\tools\win64\usr\bin\vendor_perl;D:\omnetpp-6.0pre10\tools\win64\usr\bin\core_perl;D:\omnetpp-6.0pre10; OMNETPP_ROOT=D:/omnetpp-6.0pre10/ OMNETPP_IMAGE_PATH=D:\omnetpp-6.0pre10\images
My folder name is just "veins". I have seen another question about this problem at opp_run error in veins 4.4 + sumo0.25 + omnet 4.6. However, this solution does not solve my problem.
Could you please help me about the problem? I would be appreciate for any answer.