Show/Hide Toolbars

XSharp

The -dialect compiler option selects the dialect that the compiler should follow. Valid options are: Core, VO, Vulcan, dBase, FoxPro, xBase++ and Harbour.
Note: There should be NO space between the colon and the dialect.

Syntax

-dialect: Core | VO | Vulcan | Harbour | XbasePP | FoxPro

Arguments

CoreUse the Core dialect. This is like C# with an xBase syntax.
VOThis activates the VO dialect.
VulcanThis activates the Vulcan dialect.
HarbourThis activates the Harbour dialect.
XBasePPThis activates the Harbour dialect.
FoxProThis activates the FoxPro dialect.

 

 

To set this compiler option in the Visual Studio development environment

1.Open the project's Properties page.

2.Click the Application property page.

3.Modify the Dialect property.

4.Click here to see the property page

See the dialect topic for differences between dialects