dll - Sos

Como indica el nombre del foro en el moveremos todos los temas de dudas que se resuelvan con exito .
Este foro no tendra permisos de escritura.
:yes: hello .
I have a problem with dll
I have a dll file but I don't know "how to use it?".
i know this dll to read Vietnamese but how to use it ?
link download dll : http://www.mediafire.com/?xahxtr39fzagm6h
:yes: thanks u :">

I'm not very fluent in English, sorry about that
i've found a interface in some website for c# i don't have pexplorer right now so this is explicative too.

just use dll.callfunction, this is the working method

        [DllImport("VNSPEECH.DLL", EntryPoint = "VietTTS")]

static extern int VietTTS(string test);

[DllImport("VNSPEECH.DLL", EntryPoint = "VietTTSStop")]

static extern bool VietTTSStop();


There are 2 functions viettts and vietttsstop, just use viettts, passing a string as argument woith your encoded text (not unicode) then read a int return, that means the time to take the speech, do a application sleep with this time result and call vietttsstop function.

so simple
:yes: thanks u pabloko :pc: :yes: :yes: :yes: :yes: