CORBA 2.3.3 Programmer's Guide for C++ (NonStop CORBA 2.3.3+)
Table Of Contents
- CORBA 2.3.3 Programmer's Guide for C++
- Legal Notice
- Contents
- About This Guide
- Chapter 1. Introduction to NonStop CORBA Programming
- Chapter 2. NonStop CORBA Administrative Environment
- Chapter 3. Compiling and Building an Application
- Chapter 4. Deploying a NonStop CORBA Application
- Chapter 5. Tracing and Debugging Applications
- Chapter 6. Writing Scalable Applications
- Chapter 7. Managing Transactions
- Chapter 8. Writing Multithreaded Applications
- Chapter 9. Designing Advanced Applications
- Chapter 10. Porting CORBA Applications to NonStop CORBA
- Chapter 11. Writing Wrappers for Legacy Clients and Servers
- Appendix A. Architectural Walkthrough
- Appendix B. Object References
- Appendix C. Servant Reference Counting in NonStop CORBA
- Index

nsdidl Compiler Error Handling
If you make an error while entering a compiler option, the following message appears:
nsdidl: Error: unknown option: -demo,
use: nsdidl [-?][-v][-D name][-D name=definition][-U][-I dir][-language (C++ | J
ava)][-version][-o dir][-generate arg][-h suffix][-s suffix][-client suffix][-se
rver suffix][-no_][-include level][-typecodes][-IR][-ir][-preprocessor arg][-pre
processed][-map2package module package][-dll define-name][filename]*
1 error
In the command line, you must place any options you are using after the command and before any filenames. If an option
appears after a filename, the following message appears:
nsdidl: Error: compiler options must preceed file names,
use: nsdidl [-?][-v][-D name][-D name=definition][-U][-I dir][-language (C++ | Java)]
[-version][-o dir][-generate arg][-h suffix][-s suffix][-client suffix][-server
suffix][-no_][-include level][-typecodes][-IR][-ir][-preprocessor arg]
[-preprocessed][-map2package module package][-dll define-name][filename]*
1 error
Prev Up Next
Chapter 2. NonStop CORBA
Administrative Environment
Home
Chapter 4. Deploying a NonStop
CORBA Application