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