okay, i found mdx alias and fixed it
and it doesnt show an all mdx dialogs that
but on some altho mdx alias is good smirk
and i get this too

* /dll: unable to open 'D:\mirc\SetFont'

why ??


these are all MDX alias i found:
Code:
  
alias mdx return $shortfn($findfile($mircdirsystem\dlls\,mdx.dll,1))
alias views return $shortfn($findfile($mircdirsystem\dlls\,views.mdx,1))
alias _mdx.SetControlMDX { var %parms = $2- > system\dlls\ $+ $1 | return $dll(system\dlls\mdx.dll,SetControlMDX,%parms) }
alias _mdx.SetFont return $shortfn($findfile($mircdirsystem\dlls\,mdx.dll,1))


all my mdx files are in ..mirc\system\dlls


IceCapped