Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

xd2txlib.dll Call Function

$
0
0
Hi, can you tell me how to use the library functions?
I tried by analogy with this code:
PHP Code:
xdoc2txt(file name) { File length := DllCall("xd2txlib\ExtractText""Str"file name"Int"False"Int*"fileTextReturns StrGetfileTextfileLength ) } 
something like this:
PHP Code:
Text DLL.CallFunction("AutoPlay\\Docs\\xd2txlib.dll ""ExtractText""\"string\", file name, \"number\", false, \"number*\", fileText"DLL_RETURN_TYPE_STRINGDLL_CALL_CDECL); 
but it doesn't work.
I have attached documentation and a library

Viewing all articles
Browse latest Browse all 2105

Trending Articles