Why and when to perform this task
This topic provides an overview of how to build the code for a CORBA C++ client. The actual steps that you need to complete depend on your development environment.
For example, if you are using the Microsoft Visual C++ 6.0 compiler on Microsoft Windows NT to build a CORBA C++ client, you can use the following commands:
Steps for this task
cl /c /GX /DEXCL_IRTC /DSOMCBNOLOCALINCLUDES -IWAS_HOME\include client.cpp
where:
cl /c /GX /DEXCL_IRTC /DSOMCBNOLOCALINCLUDES -IWAS_HOME\include servant_C.cpp
where
link client.obj servant_C.obj /OUT:client.exe wasororm.lib wasosa1m.lib
What to do next
For more examples of building CORBA C++ client code (on several platforms) for WebSphere Application Server, see the Samples Gallery.