Altova XMLSpy 2024 Enterprise Edition

Code Generator Options

Home Prev Top Next

The menu option DTD/Schema | Generate Program Code lets you specify the target programming language as well as specific code generation settings.

cg_codegen_options_xs

 

The available settings are as follows.

 

C++ Settings

Defines the specific compiler settings for the C++ environment, namely:

 

The Visual Studio version (2013, 2015, 2017, 2019, 2022)

Whether a makefile for Linux with GCC compiler must be generated.

The XML library (MSXML, Xerces 3.x)

Whether static or dynamic libraries must be generated

Whether code must be generated with or without MFC support

 

The Makefile for Linux/GCC option adds makefiles to the generated code. C++ source files are generated so that they are portable using #ifdef constructs to support different compilers and operating systems.

 

Note the following if you intend to compile the generated code with GCC (GNU Compiler Collection) on Linux:

 

For Linux/GCC compilation, the only supported XML Library is Xerces 3.x.

Selecting the check box MFC support has no effect on compilation with Linux/GCC.

C# Settings

Select the option Microsoft .NET Core 3.1, Microsoft .NET 5.0, or Microsoft .NET 6.0 to generate a Visual Studio solution targeting the respective platforms.

 

If you need to target the .NET Framework platform for a specific Visual Studio version, select any of the Microsoft Visual Studio 2010-2019 options—in this case, the generated solution will target the .NET Framework version corresponding to the respective Visual Studio version.

© 2017-2023 Altova GmbH