<%
    my ($code) = @_;
    use obfui::cmn;
%>

This page is used to extract symbols from ActiveX components registered in 
you  system. The generated list can be used as list of exceptions (e.g.
names of   functions from ActiveX component your code can call) or list of 
suffixes to keep in symbols (names of events). 
<p>

<% if ($code eq 'winonly') { %>
ERROR: This functionality is available only on Windows platforms.
<% } elsif ($code eq 'trial') { %>
ERROR: This functionality is not available in trial and demo editions.
<% } %>


