Opened 15 years ago
Last modified 15 years ago
#1473 closed defect (wontfix)
OM bin directory not in path -> libgnurx-0.dll not found
| Reported by: | Hubert Thieriot | Owned by: | Hubert Thieriot |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Version: | ||
| Keywords: | Cc: | Hubert Thieriot, |
Description
Hi,
when launching directly executable of model, an error occurs which say that library libgnurx-0.dll could not be found.
This come from fact that OM bin directory is not added in the PATH.
I've used provided installer.
Regards,
Hubert
Note:
See TracTickets
for help on using tickets.

It is up to the tools to set the correct PATH on Windows :) OpenModelica will set it if you call simulate(). If you use buildModel(), you also need to set PATH just like OpenModelica does...