Agent Settings Dialog - Visual Studio Builds->Interoperability Page

The Visual Studio Builds->Interoperability Page controls the state of IncrediBuild's interoperability mode. When interoperability mode is enabled, intermediate files generated by IncrediBuild and those generated by Visual Studio .NET / 2005 can be used interchangeably. When interoperability mode is disabled, it may not be possible to build projects that use precompiled headers and contain .OBJ files compiled by mixed sources (IncrediBuild and standard MSVC builds).

When interoperability is enabled, the original compiler executable file ("cl.exe") is renamed to "cl_IncrediBuild_interop_x.exe" ("x" is a number that may vary). A wrapper file is then placed in the original "cl.exe" file's place. The wrapper file calls the cl_IncrediBuild_interop_x.exe file to perform compilation tasks.
Disabling interoperability will restore the original cl.exe executable and remove the IncrediBuild wrapper file.

The display lists all build platforms for which interoperability mode applies, along with the compiler file path.

The following action buttons are available:

Enable - Enables Visual Studio 2005 interoperability.
Disable - Disables Visual Studio 2005 interoperability.

Copyright (C) 2001-2008 Xoreax Software Ltd. All rights reserved.
Converted from CHM to HTML with chm2web Standard 2.7 (unicode)