Re: [Harbour] Re: off topic - letodb

2010-01-18 Thread Viktor Szakáts
> 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

[Harbour] Re: off topic - letodb

2010-01-18 Thread Itamar Lins
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

[Harbour] Re: off topic - letodb

2010-01-14 Thread Itamar Lins
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

[Harbour] Re: off topic - letodb

2010-01-14 Thread Itamar Lins
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

[Harbour] Re: Off Topic. LetoDb Request.

2009-09-01 Thread Itamar Lins
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

Re: [Harbour] Re: Off Topic - Letodb multiply defined symbols found

2009-08-12 Thread Viktor Szakáts
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

[Harbour] Re: Off Topic - Letodb multiply defined symbols found

2009-08-11 Thread Itamar Lins
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

[Harbour] Re: Off Topic - LetoDb hmk2

2009-08-11 Thread Itamar Lins
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