TextHere = "This is a sampler text."; DLLPath = _SourceFolder.."\\Autoplay\\Docs\\TextToSpeech_rafa.dll"; if (TextHere ~= "") and (File.DoesExist(DLLPath)) then DLL.CallFunction(DLLPath, "TextToSpeech","\""..TextHere.."\"" , DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL); end