Index of /~adrpo33/omc/older/corba
Name Last modified Size Description
Parent Directory -
_java/ 2006-11-07 06:19 -
_cygwin/ 2008-05-15 09:40 -
_msvc/ 2008-06-12 15:28 -
_windows/ 2008-11-06 21:09 -
omc-corba-windows-OR-cygwin.zip 2006-01-28 02:07 11M
README 2006-11-07 06:21 1.4K
OpenModelica calls using Corba clients in Cygwin or Windows
-----------------------------------------------------------
Adrian Pop, adrpo@ida.liu.se, 2006-01-28
Here are some examples on how to call OMC from Corba clients.
What a fun was implementing them. I never used Corba before
and was a pleasure learing about it.
For visually inclined people: look into directories for images.
NOTES:
- Cygwin: http://www.cygwin.com/ (contains python)
- Windows Python: http://www.python.org/
- windows package contains the windows package of omniORBpy: http://omniorb.sourceforge.net/
- cygwin package contains a cygwin compiled library of Mico: http://www.mico.org/
- both packages are independent you only need:
+ on Cygwin: g++ compiler (+ cygwin python if you want to run the python script)
+ on Windows: python
- beware that you cannot run the cygwin python script using the windows python
- also you cannot run the windows python omniORBpy corba client using the cygwin python
What to see (screendumps):
1. using g++/mico
- see directory _cygwin
2. Windows using python/omniORBpy
- see directory _windows
What to take:
1. Both Cygwin+Windows
- omc-corba-windows-OR-cygwin.zip
2. Cygwin only
- _cygwin/omc-corba-mico-cygwin-python.zip
3. Windows only
- _windows/omc-corba-python-omniORBPy-windows.zip
4. Java
- _java/Java-OMCAndCorba.zip
Enjoy and report bugs!
Adrian Pop/
Last Update: 2006-11-07