Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress XML Binding Development Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

6.5 Building and Compiling

To build the generated classes, use the generated makefile. First, copy the provided files complexContent_main.cpp and complexContent.xml to complexContentExample\app\data directory, allowing them to overwrite the generated files of the same name.


On UNIX/Linux, you must set your RWSF_HOME environment variable before using the makefiles. On Windows, be sure you have run the script rwsfvars.bat and set up your command window with the MSVC environment.
  1. From the code generation directory complexContentExample, invoke the following command specific to your OS/compiler.

    Win32

    nmake

    UNIX/Linux

    make

    This builds the shared library for all of your generated classes.

  2. To build the libraries and the sample application together, issue the nmake command and specify the sample complexContent_main application target:

    Win32

    nmake complexContent_main.exe

    UNIX/Linux

    make complexContent_main



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved. All Rights Reserved. Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. HydraExpress is a trademark of Rogue Wave Software, Inc. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.