Why and when to perform this task
This topic provides an overview of the task to build the code for a C++ CORBA server. The actual steps that you complete depend on the development environment that you use.
For example, if you are using the Microsoft C++ 6.0 compiler on Microsoft Windows NT to build a C++ CORBA server, you can use the following commands:
At a command line, run the following command for each file:
cl /c /GX /DSOMCBNOLOCALINCLUDES /Iwasee_install\include
where:
link server.obj servant_I.obj servant_S.obj /OUT:server.exe wasororm.lib wasosa1m.lib wassrvsm.lib
What to do next
For more examples of building CORBA C++ server code (on several platforms) for WebSphere Application Server, see the topic "Tutorial: Creating a user-defined C++ server and client" in the Samples Gallery.