Search found 12 matches: internetopena

Return to advanced search

Re: FTP with Harbour / MSVC / FWH issues

... FUNCTION INETOPEN( cAgent AS LPSTR, nAccessType AS DWORD, cProxyName AS LPSTR, cProxyBypass AS LPSTR, nFlags AS DWORD ) AS LONG; PASCAL FROM "InternetOpenA" LIB hLib DLL32 FUNCTION INETCLOSEHANDLE( hInternet AS LONG ) AS BOOL; PASCAL FROM "InternetCloseHandle" LIB hLib DLL32 ...
by ShumingWang
Wed Jun 27, 2018 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP with Harbour / MSVC / FWH issues
Replies: 8
Views: 2228

webservice desde FWH

... DLL32 FUNCTION InternetOpen( cApp as LPSTR, n1 AS DWORD, n2 AS LPSTR, n3 AS LPSTR,; n4 AS DWORD ) AS LONG PASCAL ; FROM "InternetOpenA" LIB xdll DLL32 Function InternetReadFile(hFile As 7, @sBuffer As 8, lNumBytesToRead As 7, @lNumberOfBytesRead As 7) As 7 PASCAL ...
by rterraz
Sat May 12, 2012 4:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: webservice desde FWH
Replies: 0
Views: 794

ERROR AL COMPILAR

... -Gn -aa -Tpe -s -Lc:\Borland\Bcc55\lib @b32.bc Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external 'InternetOpenA' referenced from C:\FWH\LIB\FIVEHC.LIB|WININET Error: Unresolved external 'InternetCloseHandle' referenced from C:\FWH\LIB\FIVEHC.LIB|WININET ...
by jesvela
Fri Oct 29, 2010 7:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR AL COMPILAR
Replies: 0
Views: 314

Re: Otra de FTP

... As Long, ByVal lFlags As Long, ByVal lContext As Long) As Long Private Declare Function InternetOpen Lib "wininet.dll" Alias "InternetOpenA" (ByVal sAgent As String, ByVal lAccessType As Long, ByVal sProxyName As String, ByVal sProxyBypass As String, ByVal lFlags As Long) ...
by QAZWSX2K
Tue Oct 06, 2009 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otra de FTP
Replies: 14
Views: 3716

... for Win32 Copyright (c) 1993, 2000 Borland ftptest.c: Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external 'InternetOpenA' referenced from C:\TEST\FTPTEST.OBJ Error: Unresolved external 'InternetCloseHandle' referenced from C:\TEST\FTPTEST .OBJ Error: Unresolved ...
by Jeff Barnes
Fri Oct 24, 2008 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quoestion for Antonio
Replies: 14
Views: 3856

Upload files via FTP

... FUNCTION INETOPEN( cAgent AS LPSTR, nAccessType AS DWORD, cProxyName AS LPSTR, cProxyBypass AS LPSTR, nFlags AS DWORD ) AS LONG; PASCAL FROM "InternetOpenA" LIB hLib DLL32 FUNCTION INETCLOSEHANDLE( hInternet AS LONG ) AS BOOL; PASCAL FROM "InternetCloseHandle" LIB hLib DLL32 FUNCTION INETCONNECT( ...
by Romeo
Fri Sep 19, 2008 4:56 pm
 
Forum: All products support
Topic: Upload files via FTP
Replies: 3
Views: 1414

Why do I get:

Unresolved External 'InternetOpenA' referenced from...
Unresolved External 'InternetCloseHandle' referenced from...
Unresolved External 'InternetConnectA' referenced from...
etc.

when I try this code?
by Ollie
Wed May 28, 2008 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr.Enrico's FTP.PRG Sample
Replies: 4
Views: 1283

Ciao EMG, compilando con FWH24 un minimale esempio.prg mi da i seg.errori: Error: Unresolved external 'InternetOpenA' Error: Unresolved external 'InternetCloseHandle' Error: Unresolved external 'InternetConnectA' Error: Unresolved external 'FtpGetFileA' Error: Unresolved external ...
by Romeo
Fri Mar 14, 2008 5:28 pm
 
Forum: All products support
Topic: Creare una cartella sul area FTP
Replies: 7
Views: 1625

Hello Enrico, this is what I get with Harbour. Regards, Otto Error: Unresolved external 'InternetOpenA' referenced from C:\FWH\SAMPLES\TESTFT P.OBJ Error: Unresolved external 'InternetCloseHandle' referenced from C:\FWH\SAMPLES\ TESTFTP.OBJ Error: Unresolved external ...
by Otto
Sun Feb 10, 2008 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ftp and tprogress
Replies: 24
Views: 3527

... prova ma .... [1]:iLink32.Exe -Gn -aa -Tpe -s @test.bcl Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external 'InternetOpenA' referenced from C:\WORK\ERRORI\FTP\OBJ\TEST.OBJ Error: Unresolved external 'InternetCloseHandle' referenced from C:\WORK\ERRORI\FTP\OBJ\TEST.OBJ ...
by Enrico Maria Giordano
Sat Feb 09, 2008 3:58 pm
 
Forum: All products support
Topic: Per EMg
Replies: 18
Views: 3913

... prova ma .... [1]:iLink32.Exe -Gn -aa -Tpe -s @test.bcl Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external 'InternetOpenA' referenced from C:\WORK\ERRORI\FTP\OBJ\TEST.OBJ Error: Unresolved external 'InternetCloseHandle' referenced from C:\WORK\ERRORI\FTP\OBJ\TEST.OBJ ...
by Silvio
Sat Feb 09, 2008 12:18 am
 
Forum: All products support
Topic: Per EMg
Replies: 18
Views: 3913

... PASCAL Lib xdllnet DLL32 FUNCTION InternetOpen( cApp as LPSTR, n1 AS DWORD, n2 AS LPSTR, n3 AS LPSTR,n4 AS DWORD ) AS LONG PASCAL FROM "InternetOpenA" LIB xDllNet DLL32 FUNCTION HttpSendRequest(hRequest As 7,@lpszHeaders as LPSTR,dwHeadersLength as DWORD,@lpOptional as VOID,dwOptionalLength ...
by clemerson
Wed Apr 05, 2006 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SOAP message
Replies: 3
Views: 2032

Return to advanced search