Hello people.
I want to replace mdx.dll for dcx.dll on my script but I couldn't understand how to use it. Can anyone explain me how can I replace this code here from mdx.dll to dcx.dll?!

mdx SetMircVersion $version | mdx MarkDialog mp3_system
mdx SetDialog mp3_system icon sistema/imagens/player32.ico

mdx SetDialog mp3_system bgcolor $rgb(0,0,0)

mdx SetFont mp3_system 120 20 500 Segoe UI

mdx SetColor mp3_system 70 text $rgb(255,255,255)
mdx SetColor mp3_system 70 textbg $rgb(0,0,0)
mdx SetColor mp3_system 70 background $rgb(0,0,0)

mdx SetBorderStyle mp3_system 70 windowedge



thank you