<br><br><div class="gmail_quote">On Tue, Oct 5, 2010 at 5:02 PM, Igor Stasenko <span dir="ltr">&lt;<a href="mailto:siguctua@gmail.com">siguctua@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Hello,<br>
<br>
in order to avoid overrides to CoInterpreter,<br>
i created a subclass - NBCoInterpreter, where i put overridden methods.<br>
<br>
Now how i could tell that CogNativeBoostPlugin is fine for including when<br>
generating code using NBCoInterpreter, but not CoInterpreter,<br>
so it won&#39;t be mistakenly included in standard Cog VM build?<br></blockquote><div><br></div><div>You could bump  VM_PROXY_MINOR one higher and do that in the makefile/xcode project file etc, since in platforms/Cross/vm/sqVirtualMachine.h it says</div>
<div><br></div><div><div>#ifndef VM_PROXY_MINOR</div><div>/* Increment the following number if you add functions at the end */</div><div># define VM_PROXY_MINOR 11  </div><div>#endif</div></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<font color="#888888"><br>
--<br>
Best regards,<br>
Igor Stasenko AKA sig.<br>
</font></blockquote></div><br>