[omniORB] Introduction to c/s programming using omniorbpy?

OKeeffe, Michael K MOKEEFFE at amfam.com
Mon Aug 21 17:00:00 BST 2006


>Alternatively/additionally, is there something like a "cookbook"
example 
application with well documented source code?

Wolfgang,

Duncan has some presentations available here, especially see the
Tic-Tac-Toe example in Python.
http://www.grisby.org/presentations/

Douglas Schmidt's tutorials:
http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/tutorials/Quoter/

There isn't as much info on integration with common GUI frameworks.
With Qt at least, the main issue is configuring your development
environment to use libraries that are compatible for both tools.  For
example, on Windows, using Visual C++ IDE, Qt libs/project settings
conflict with omniORB naming service, so you need to use mswsock.lib
instead of wsock32.lib, as this is obsolete according to the Microsoft
documentation.  Naming service request will throw an exception
otherwise.

-Mike




More information about the omniORB-list mailing list