When your publication is complete and ready for distribution, use this option to package it into a stand-alone executable application. This process is called compiling. The Compile/Publish screen is divided into five sections indicated by the icon images on the left:


General

Files

Fonts

Advanced

Setup


To view the settings for a section, click the corresponding icon. Once you are satisfied with these settings, click the Compile button to build a stand-alone application.



Command Line Compiler Option (Advanced)

For advanced users, VisualNEO Win also includes a Command Line Compiler option. This can be useful in certain situations, provided that you do not need to make any changes to the publication or the compiler settings prior to compiling. To use the command line compiler, simply start VisualNEO Win with the /C switch followed by the full path and file name of the publication to compile. For example:


visualneo.exe /C "C:\MyDocuments\VisualNEO Win\Sample Apps\Quick Tour\Quick Tour.pub"


The command line compiler will only accept one publication file at a time. The publication will be compiled using the publication's last saved compiler configuration. When the compile is complete, VisualNEO Win will exit. Make sure VisualNEO Win is not already running before using the command line compile option.