FiveWin / Internet use Wininet.dll

FiveWin / Internet use Wininet.dll

Postby cgraeber » Tue Sep 04, 2007 11:35 am

I found an example, so that I get the XML return from a PHP program. Unfortunately I cannot pick the values out.

Someone already solved the problem

regards,

Carsten


sbuffer = empty

function InternetReadFile( hFile ,sBuffer,lNumBytesToRead,lNumberOfBytesRead )
local hDLL := iIf( ValType( xdll ) == "N", xdll, LoadLib32( "xdll" ) )
local uResult
local cFarProc
local sb1 := sbuffer , sb2, sb3
if Abs( hDLL ) > 32
cFarProc = GetProcAdd( hDLL, "InternetReadFile" ,.T., 7 , 7 , 8 , 7, 7 )
uResult = CallDLL( cFarProc , hFile , @sBuffer, lNumBytesToRead, @lNumberOfBytesRead )
nGelesen := lNumberOfBytesRead
sb2 := sbuffer
/*
uResult = CallDLL( cFarProc , hFile , @sBuffer, nGelesen , @lNumberOfBytesRead )
nGelesen := lNumberOfBytesRead
*/

iIf( ValType( xdll ) == "N",, FreeLib32( hDLL ) )
else
MsgAlert( "Error code: " + LTrim( Str( hDLL ) ) + " loading " + If( ValType( xdll ) == "C", xdll, Str( xdll ) ) )
end
return uResult
cgraeber
 
Posts: 9
Joined: Wed Dec 14, 2005 2:35 pm
Location: Berlin-Germany

Postby Antonio Linares » Fri Sep 21, 2007 3:57 pm

Carsten,

Here you have a class to manage XML:
http://fivetechsoft.com/forums/viewtopi ... hlight=xml
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41301
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveMac / FivePhone (iPhone, iPad)

Who is online

Users browsing this forum: No registered users and 3 guests