--- In [email protected], sgp acs322000 <[EMAIL PROTECTED]> wrote:
>
> Thanks Sean, it's brilliant.
> Enlighten me about Windows dlls; is this a legal symbol or is it
something else?
> 
> ?aspell.confirm@@[EMAIL PROTECTED]
> @aspell.ZPAKIPAPADPAUtagPProServices@@@aspell.Z

I found today that KeyTrap also has these type functions, so have to
remove them. I hope the following modification is enough:

----------------------------------------------------------------------
local plugfolder,plugs,num,fh,sName,sFuncs

plugfolder=pprofolder++?"plugins\" ;; depends on configuration
file.allfiles(plugfolder++"*.dll",?'plugs=plugs++file.name(_file_)++" "')
;plugs="clip date event file float int64 map note vec win"
num=word(plugs,0)

fh=file.open(plugfolder++"_plugins_.txt","w")

for(local i=1;i<=num;i++)
sName=word(plugs,i)
sFuncs=dll.get_funcs(plugfolder++sName++".dll")
sFuncs[?"\?\S+\s"]=""
sFuncs[?"\b\w+\b"]=sName++?".\0"
fh.writeline(sFuncs)
endfor
quit
----------------------------------------------------------------------

Sean






------------------------ Yahoo! Groups Sponsor --------------------~--> 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to