Compile Tab (Project Properties Dialog Box)

   

Allows you to set conditions for compiling your project.

Tab Options

Compile to P-Code

Compiles a project using p-code. The settings stored in the .vbp file are overridden.

Compile to Native Code

Compiles a project using native code with selected optimizations. The settings stored in the .vbp file are overridden.

Advanced Optimizations

Displays the Advanced Optimizations dialog box.

DLL Base Address

Sets a base address for the program, overriding the default location for a .dll file (at 0X10000000). The operating system first attempts to load a program at its specified or default address. If there is insufficient space, the system relocates the program.