vsTASKER 7 User Manual
×
Menu
Index

Compilation

 
Compilation
1

Compiler

1. Compiler
Use to set the Compiler to be used for this database. Use to select the cl.exe file.
Replaces the current compiler by the one specified in Options. The default value is taken from the Option setting but can be changed here if needed.
 
2

Extra CPP

2. Extra CPP
If external C++ modules must be compiled and linked with the generated code, they must be listed there, separated by commas.
These C++ modules are typically glue modules with 3rd party applications or drivers.
 
3

Extra Path

3. Extra Path
 Paths used by the compiler to find the extra C++ modules listed above. If several, must be separated by commas.
 
4

Options

4. Options
 
Compiler options added by the user.
 
5

Optimizations

5. Optimizations
Select here the Optimizations you like for the target simulation engine.
None: only gets the inline function as specified by the user.
Safe: allow inline best candidate to be taken. speed is favor over size.
Faster: force speed optimizations.
 
Sometimes, according to the libraries vsTASKER is linked against, Faster mode does not work and Safe or None must be chosen instead.
 
6

Whole Optimizations

6. Whole Optimizations
When selected, whole program optimization is forced, providing maybe a better performance although minimal in most cases.
 
7

Debug Mode

7. Debug Mode
Target application will be linked in Debug mode, allowing debugging with Visual Studio is case of crash.