diff -r 4891d49809bb -r 2b3996fc09a1 core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_force_active.htm --- a/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_force_active.htm Mon Jul 19 15:31:48 2010 -0500 +++ b/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_force_active.htm Mon Jul 19 16:13:24 2010 -0500 @@ -1,26 +1,26 @@ - - - - - - - force_active - - - - -

force_active

-

Controls how “dead” functions are linked.

-
Syntax
-

#pragma force_active on | off | reset -

-
Targets
- All platforms.
-
Remarks
-

If you enable this pragma, the linker leaves functions within the scope of the pragma in the finished application, even if the functions are never called in the program.

-

This pragma does not correspond to any panel setting. To check this setting, use the __option (force_active), described in Checking Settings. The default setting is off.

- - - - - + + + + + + + force_active + + + + +

force_active

+

Controls how “dead” functions are linked.

+
Syntax
+

#pragma force_active on | off | reset +

+
Targets
+ All platforms.
+
Remarks
+

If you enable this pragma, the linker leaves functions within the scope of the pragma in the finished application, even if the functions are never called in the program.

+

This pragma does not correspond to any panel setting. To check this setting, use the __option (force_active), described in Checking Settings. The default setting is off.

+ + + + +