FUNC (GPRSCONNECTION) of Pawelu
Quando compilo o exemplo de Pawelu dá o seguinte erro...
PharmaPAL.obj : error LNK2019: unresolved external symbol ConnMgrEstablishConnection referenced in function HB_FUN_GPRSCONNECTION
PharmaPAL.obj : error LNK2019: unresolved external symbol ConnMgrConnectionStatus referenced in function HB_FUN_GPRSCONNECTION
PharmaPAL.exe : fatal error LNK1120: 2 unresolved externals
alguem me ajuda
Obrigado
Sérgio
GPRSCONNECTION
- Biel EA6DD
- Posts: 680
- Joined: Tue Feb 14, 2006 9:48 am
- Location: Mallorca
- Contact:
as you can read at begin of source code, you need to link cellcore.lib, remember to include "initguid.h" and "connmgr.h" headers.
Code: Select all
// Header file: <connmgr.h>
// Library linked: CellCore.Lib
// Pocket Pc: Properly create GPRS connection (My ISP) in Connections Settings
// Connections Settings, Advanced Tab, Select Networks Button, set to My ISP
HB_FUNC (GPRSCONNECTION)
{
...
GPRSCONNECTION
Obrigado era mesmo isso, não tinga colocado o CellCore
Vou testar.. Obrigado pela ajuda
Vou testar.. Obrigado pela ajuda
Agora está tudo a funcionar OK, apenas um pequeno assunto:
Quando estabelece a ligação e tenta de emediato efectuar o download do
ficheiro via FTP, dá erro, .
Se tentar novamente já estabelece a Ligação OK
Para resolver isto terei que por um timming antes de utilizar o INTERNETCONNECT() após ligação do GPRS.
Obrigado
Sérgio
Quando estabelece a ligação e tenta de emediato efectuar o download do
ficheiro via FTP, dá erro, .
Se tentar novamente já estabelece a Ligação OK
Para resolver isto terei que por um timming antes de utilizar o INTERNETCONNECT() após ligação do GPRS.
Obrigado
Sérgio