Search found 13 matches: connmgr

Return to advanced search

Re: wifi

... #include "windows.h" #include "wininet.h" #include "hbapi.h" #include "initguid.h" #include "connmgr.h" LPWSTR AnsiToWide( LPSTR ); HB_FUNC (GPRSCONNECT) { // By Pawel HANDLE phWebConnection = NULL; DWORD pdwStatus = 0; //Comprobamos si ...
by Otto
Tue May 19, 2009 11:59 am
 
Forum: FiveWin for Pocket PC
Topic: wifi
Replies: 9
Views: 3225

Problema con al descargar un fichero por ftp

... INTERNET_FLAG_TRANSFER_BINARY 2 #pragma BEGINDUMP #include "windows.h" #include "wininet.h" #include "hbapi.h" #include "initguid.h" #include "connmgr.h" LPWSTR AnsiToWide( LPSTR ); HB_FUNC( INTERNETOPEN ) { LPWSTR cAgent = AnsiToWide( hb_parc( 1 ) ); LPWSTR cProxyName = AnsiToWide( hb_parc( ...
by Elias Torres
Thu Nov 20, 2008 11:18 am
 
Forum: FiveWin para Pocket PC
Topic: Problema con al descargar un fichero por ftp
Replies: 9
Views: 2753

as you can read at begin of source code, you need to link cellcore.lib, remember to include "initguid.h" and "connmgr.h" headers. // Header file: <connmgr.h> // Library linked: CellCore.Lib // Pocket Pc: Properly create GPRS connection (My ISP) ...
by Biel EA6DD
Tue Sep 02, 2008 5:13 pm
 
Forum: FiveWin for Pocket PC
Topic: GPRSCONNECTION
Replies: 4
Views: 1237

... errors: unresolved external symbol ConnMgrEstablishConnection unresolved external symbol ConnMgrConnectionStatus I checked if c:\vce\include\arm\connmgr.h is present. Could you please help me. Thanks in advance Otto ftpconnection.c Creating library ftpconnection.lib and object ftpconnection.exp ...
by Otto
Sun Jul 20, 2008 7:22 am
 
Forum: FiveWin for Pocket PC
Topic: Error when compiling HB_FUNC (GPRSCONNECTION) of Pawelu
Replies: 10
Views: 5603

... Gracias, esto se ve mucho mas simple y sencillo de lo que ahora estoy haciendo, lo probare. Saludos desde Mexico! Te debe faltar el include de "connmgr.h" #pragma BEGINDUMP #include "windows.h" #include "wininet.h" #include "hbapi.h" #include "initguid.h" ...
by Arturo Lopesoria
Sat Feb 09, 2008 3:27 am
 
Forum: FiveWin para Pocket PC
Topic: Dudas Ejemplo GPRS
Replies: 2
Views: 1334

Te debe faltar el include de "connmgr.h" #pragma BEGINDUMP #include "windows.h" #include "wininet.h" #include "hbapi.h" #include "initguid.h" #include "connmgr.h" ... ...
by Biel EA6DD
Fri Feb 08, 2008 9:46 pm
 
Forum: FiveWin para Pocket PC
Topic: Dudas Ejemplo GPRS
Replies: 2
Views: 1334

Dudas Ejemplo GPRS

ANTONIO, ELIAS TORRES, AMIGOS DEL FORO: El 25 Oct 2007 Elias Torres publica en este foro un ejemplo para abrir de manera automatica el servicio de GPRS. Tengo 2 preguntas: 1.- Al compilar me manda error al no encontrar la referencia a CONNMGR_STATUS_CONNECTED. Me falta algún include? Cuál? 2.- Con e...
by Arturo Lopesoria
Fri Feb 08, 2008 3:59 pm
 
Forum: FiveWin para Pocket PC
Topic: Dudas Ejemplo GPRS
Replies: 2
Views: 1334

Manejo de funciones para conexiones gprs

Hola a todos. Ahora mismo estoy metido con las conexiones por gprs. Mi intención es que desde código puede lanzar la conexión, ver el estado y desconectarla. Gracias al amigo Biel que me ha suministrado estas funciones he empezado a mirarlas pero no se como usarlas. Las funciones, para empezar son e...
by Elias Torres
Thu Oct 25, 2007 3:34 pm
 
Forum: FiveWin para Pocket PC
Topic: Manejo de funciones para conexiones gprs
Replies: 9
Views: 2794

Error when compiling HB_FUNC (GPRSCONNECTION) of Pawelu

Hi, What I am making made a mistake? When I compile the function appear the following messages of error: c:\vce\include\arm\connmgr.h(13) : error C2059: syntax error : ',' c:\vce\include\arm\connmgr.h(13) : error C2143: syntax error : missing ')' before 'constant' c:\vce\include\arm\connmgr.h(13) ...
by vilian
Thu Mar 08, 2007 11:48 am
 
Forum: FiveWin for Pocket PC
Topic: Error when compiling HB_FUNC (GPRSCONNECTION) of Pawelu
Replies: 10
Views: 5603

close gprs connexion

Hello I can send data through gprs thank's to Pawel's code (works great) . I want to close automatically the gprs connexion after transmission . For this i use code below but the connexion is still up after execution of this code. I am using windows mobile 2003. Any help will be appreciated, Thanks ...
by Richard Chidiak
Sat Sep 02, 2006 12:52 pm
 
Forum: FiveWin for Pocket PC
Topic: close gprs connexion
Replies: 1
Views: 1164

... your compilation script. About the connection program, you can use the code posted by Pawel its run perfect. Remember to include "initguid.h" and "connmgr.h" headers. Thank you I was searching and not finding on google for cellcore.lib I will try it. Gracias
by Richard Chidiak
Mon Aug 28, 2006 6:57 am
 
Forum: FiveWin for Pocket PC
Topic: FTP on Pocket PC
Replies: 32
Views: 20128

Hello Richard

The cellcore.lib is included in the VCE, you only need to add to your compilation script.

About the connection program, you can use the code posted by Pawel its run perfect. Remember to include "initguid.h" and "connmgr.h" headers.
by Biel EA6DD
Mon Aug 28, 2006 6:46 am
 
Forum: FiveWin for Pocket PC
Topic: FTP on Pocket PC
Replies: 32
Views: 20128

Solucionado, ya consigo activar la conexion desde el programa. La solucion es utilizar el connection manager API http://msdn.microsoft.com/library/default.asp?url=/library/en-us/APISP/html/sp_connmgr_connmgrconnectionstatus.asp . En el foro en ingles me indicaron el camino, casi ...
by Biel EA6DD
Mon Aug 21, 2006 8:57 am
 
Forum: FiveWin para Pocket PC
Topic: Conexion GPRS
Replies: 7
Views: 1916

Return to advanced search