> Now I found 2 problem with letodb.
> error LNK2019: unresolved external symbol _hb_cdpnTranslate referenced in
It's an obsolete function since 1.0.1, it must be
fixed like I did recently on SVN. Pls see those
entries and diffs for details.
> function _letoKeyToStr
> error LNK2019: unresolved
Now I found 2 problem with letodb.
error LNK2019: unresolved external symbol _hb_cdpnTranslate referenced in
function _letoKeyToStr
error LNK2019: unresolved external symbol _GetComputerNameA referenced in
function _leto_NetName
2009-09-11 20:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.p
Itamar Lins escreveu:
My fault, the command correct is:
G:\letodb>hbmk2 rddleto.hbp letodb.hbp
hbmk2: Processando arquivo de configura‡Æo: C:\DEV\HARBOUR\bin\hbmk.cfg
hbmk2: Processando: rddleto.hbc
hbmk2: Compilando...
leto1.c
source\client\leto1.c(129) : error C2061: syntax error : identifier
Itamar Lins escreveu:
My fault, the command correct is:
G:\letodb>hbmk2 rddleto.hbp letodb.hbp
hbmk2: Processando arquivo de configura‡Æo: C:\DEV\HARBOUR\bin\hbmk.cfg
hbmk2: Processando: rddleto.hbc
hbmk2: Compilando...
leto1.c
source\client\leto1.c(129) : error C2061: syntax error : identifier
Hi!
Works fine now. Thanks!
best regards,
Itamar M. Lins Jr.
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
It may be better to address letodb issues directly to the
letodb mailing list. This problem isn't a Harbour one.
This error shows the problem where 3rd party code uses
Harbour namespace (hb_*) for it's own public symbols. There
is no guarantee that Harbour won't eventually use any of
those. In th
Hi again,
I get this error.
hbrtl.lib(hbsocket.obj) : error LNK2005: _hb_socketConnect already defined
in rddleto.lib(hbip.obj)
How to resolve?
Thanks,
Itamar M. Lins Jr.
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-pro
Hi!
Thank you very much.
Best Regards,
Itamar M. Lins Jr.
"Viktor Szakáts"
escreveu na mensagem news:ea973474-cf19-44ec-a6b1-3bd9562c6...@syenar.hu...
Hi Itamar,
Yes, that's right, you need to take care of building
components in correct order:
hbmk2 rddleto.hbp letodb.hbp
(see readme.txt wit