Submission Interface - Sample Projects

Two pre-built, working projects demonstrating the Submission Interface can be found in the "XGE\Samples\Submission Interface\" subfolder under the IncrediBuild installation folder:

Notes (for both examples)

  1. Run the batch file (RunSubmissionInterfaceSample.bat) from the command prompt set to this folder. This will allow IncrediBuild to pick up the profile.xml file correctly.
  2. Note that the example is currently configured to use the MS Visual Studio 2005 compiler. If you have a different Visual Studio version installed, open RunSubmissionInterfaceSample.bat and replace the following line:
    call "%VS80COMNTOOLS%vsvars32.bat"
    with either:
    call "%VS71COMNTOOLS%vsvars32.bat"        (for MS Visual Studio 7.0)
    OR:
    Call "C:\Program Files\Microsoft Visual Studio\VC98\Bin\vcvars32.bat        (for MS Visual Studio 6.0 - change according to VC installation folder if installed in a folder different than default location).
Copyright (C) 2001-2008 Xoreax Software Ltd. All rights reserved.
Converted from CHM to HTML with chm2web Standard 2.7 (unicode)