![]() |
![]() |
|
|
Developing an ATMI Application Using the Command Line Instead of the Visual C++ IDE GUI
If you must develop a BEA Tuxedo ATMI application using the command line instead of the Microsoft Visual C++ Integrated Development Environment (IDE) graphical user interface (GUI), use the buildserver(1) and buildclient(1) commands. To do this, specify the compiler and link options necessary to build a BEA Tuxedo ATMI application. For information about using these tools, see the following documents:
To build a debug version of your ATMI application using buildserver or buildclient, you must compile all source files with the /Zi and /Od options. The /Zi option enables debugging; the /Od option disables optimization. In addition, you may need to define the _DEBUG preprocessor directive. To complete the process, indicate the link option as follows:
-l"/link/debug:full /debugtype:both"
![]() |
![]() |
![]() |
|
Copyright © 2001 BEA Systems, Inc. All rights reserved.
|