Enables an application to target a specified CPU type.
>>-.----.--ILTARGET--"CPU-type"------><
+-NO-+
CPU-type | Indicates the type of CPU and can be:
|
Default: | ILTARGET(AnyCPU) |
IDE equivalent: | Click Project > Properties >Configuration Properties > Build > Outputs > Platform Target |
The main uses of this directive are for performance and for integrating with components that use native platform invokes to access unmanaged code.
Applications compiled with SQL(DBMAN=ODBC) for .NET must be compiled with ILTARGET directive specifying the appropriate platform. You cannot specify ILTARGET(AnyCPU) in this case.