2025-04-27 07:49:33 -04:00

36 lines
1.5 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META NAME="Generator" CONTENT="Microsoft Word 97">
<TITLE>Email Template</TITLE>
<META NAME="Template" CONTENT="C:\MSOFFICE\WINWORD\EMAIL.DOT">
</HEAD>
<BODY>
<FONT FACE="Arial" SIZE=2>
<P>Changes to Mofcomp flags and pragmas.</P>
<P>In order to support safe and forced updates, two new flags have been added to the mofcompiler parameters. </P>
<P>Class:safeupdate</P>
<P>Class:forceupdate</P>
<P>In addition, the existing pragma has been extended to take case-insensitive strings. These strings should be easy to remember since they match the values used after the : in the command line class and instance options. For specifying instance or class flags, the strings &quot;createonly&quot; or &quot;updateonly&quot; may be used. For classes only, the strings &quot;forceupdate&quot; and &quot;safeupdate&quot; may also be used.</P>
<P>For example,</P>
<P>#pragma instanceflags(&quot;createonly&quot;)</P>
<P>#pragma classflags(&quot;safeupdate&quot;)</P>
<P>In the class case, the &quot;updateonly&quot; may be combined with either the &quot;forceupdate&quot; or &quot;safeupdate&quot; choice. For example;</P>
<P>#pragma classflags(&quot;updateonly&quot;, &quot;forceupdate&quot;)</P>
<P>Should you need to reset the flags, just enter nothing. Example</P>
<P>#pragma classflags()</P>
<P>#pragma instanceflags()</P>
<P>&nbsp;</P>
<P>&nbsp;</P></FONT></BODY>
</HTML>