Re: [Harbour] Error InetInit().....

2010-05-31 Thread Ale SB
I used HbMk2 and compared the Libs used by him with my Script Libs, I really lacked a Lib who was not asked before. All this now, okay. Thanks, Ale -- View this message in context: http://old.nabble.com/Error-InetInit%28%29.resolved-tp28724310p28729586.html Sent from the Harbour - Dev mail

Re: [Harbour] Error InetInit().....

2010-05-30 Thread Ale SB
I read yes. But I did not find the solution to this problem with inetinit (). So I'm asking. I am grateful if you could give me a solution to Read Local IP. Thanks, Ale Viktor Szakáts wrote: > > Do you read the asnwers? > > On 2010 May 30, at 21:40, Ale SB wrote: &g

[Harbour] Error InetInit().....

2010-05-30 Thread Ale SB
hbrtl.lib(hbsocket.obj) : error LNK2019: external symbol __imp__wsaio...@36 unresolved referred to in the function _hb_socketGetIFaces Function to return the machine's local IP. This function normally in previous versions. function Ip_Local() //==> IP ==> xxx.xxx.xxx.xxx local cEstacao := n

Re: Re[Harbour] vise the return of the functions: TimeToSec and SecToTime...

2010-05-25 Thread Ale SB
> Anyway, I did some tests with clipper 5.2e and I've reported what clipper > gives as result. > > He probado con el compilador clipper 5.2e y les he informado de los > resultados > (this is google translation). > > Best regards. > > Maurilio > > Ale SB w

Re: Re[Harbour] vise the return of the functions: TimeToSec and SecToTime...

2010-05-24 Thread Ale SB
er 5.2e gives > > TimeToSec("24:00:00") -> -1 > TimeToSec("23:59:59") -> 86399 > TimeToSec("00:00:00") -> 0 > SecToTime(86400) -> "00:00:00" > > > Best regards. > > Maurilio. > > Ale SB wrote: >> P

Re[Harbour] vise the return of the functions: TimeToSec and SecToTime...

2010-05-24 Thread Ale SB
Please review the functions of ctTime.Prg. ? TimeToSec("24:00:00") //--> 0.00 ? SecToTime(86400) //--> "00:00:00" right should not be: ? TimeToSec("24:00:00") //--> 86400 ? SecToTime(86400) //--> "24:00:00" Thanks, Ale -- View this message in context: http://old.nabble

Re: [Harbour] Problem with the generation of Ace32.lib

2010-05-21 Thread Ale SB
Generated harbor you already realize this q wrong. With q the past revisions, generated usually Ace32.lib, inclusivel the same size as the directory of ace32.lib acesdk. Thank, Ale Viktor Szakáts wrote: > > There is no 'xads' in Harbour. > > Viktor > > On 2010 Ma

Re: [Harbour] Problem with the generation of Ace32.lib

2010-05-21 Thread Ale SB
) : error LNK2019: símbolo externo _adsmggetconfigi...@20 sin resolver al que se hace referencia en la función _HB_FUN_ADSMGGETCONFIGINFO rddads.lib(adsmgmnt.obj) : error LNK2019: símbolo externo _adsmggetuserna...@20 sin resolver al que se hace referencia en la función _HB_FUN_ADSMGGETUSERNAMES r

[Harbour] Erros Rev 14550...MsVc 2008

2010-05-21 Thread Ale SB
How to solve this? Hrs_Main.obj : error LNK2001: símbolo externo _HB_FUN_CURDRIVE sin resolver Hrs_Inde.obj : error LNK2001: símbolo externo _HB_FUN_DBPACK sin resolver FiveHm.lib(DATABASE.obj) : error LNK2019: símbolo externo _HB_FUN_DBPACK sin resolver al que se hace referencia en la función

[Harbour] Problem with the generation of Ace32.lib

2010-05-21 Thread Ale SB
The latest revisions of Hb, is not generating correctly Ace32.lib from Ace32.dll. Ace32.Lib Gerand by Hb == 105Kb Ace32.lib of Ads\AceSdk == 113Kb With the revisions of Release 2.0, the Ace32.Lib was generated correctly. makeVc2008.bat rem - debug test rem set HB_BUILD_DEBUG=yes rem set HB_TR_

[Harbour] Problems using Mysql? Rev.14381 ...

2010-04-23 Thread Ale SB
externo __imp__wsaio...@36 sin resolver al que se hace referencia en la función _hb_socketGetIFaces Thank Ale SB -- View this message in context: http://old.nabble.com/Problems-using-Mysql--Rev.14381-...-tp28341565p28341565.html Sent from the Harbour - Dev mailing list a

[Harbour] Error rev 14367....Vc2008.

2010-04-22 Thread Ale SB
./../../include -n1 -q0 -w3 -es2 -kmo -i- -l cl.exe -I. -I../../../../../include -nologo -TP -W4 -wd4127 -O2 -DHB_LEGACY_TYPES_OFF -DUNICODE -Fohbrun.obj -c hbrun.c hbrun.c rc.exe -nologo -fo hbrun.res ../../../hbrun.rc fatal error RC1106: invalid option: -ologo Thank Ale SB -- View this me

[Harbour] Error Rev. 14339 + msVc 2008...

2010-04-16 Thread Ale SB
.exp gzio_dyn.obj : error LNK2019: símbolo externo "char const * const * const z_errmsg" (?z_errmsg@@3QBQBDB) sin resolver al que se hace referencia en la función _gzerror ..\..\..\..\..\bin\win\msvc\harbour-21.dll : fatal error LNK1120: 1 externos sin resolver Thanks Ale SB -- View th

Re: [Harbour] Error...SqlMix...

2010-02-07 Thread Ale SB
resolved, I lacked Add a libmysql.lib Thanks Ale SB wrote: > > Harbour Rev. 13777, Mysql 5.1 > > During compilation appears this error: > > sddmy.lib(mysqldd.obj) : error LNK2019: símbolo externo _mysql_cl...@4 sin > resolver al que se hace referencia en la función

[Harbour] Error...SqlMix...

2010-02-07 Thread Ale SB
Harbour Rev. 13777, Mysql 5.1 During compilation appears this error: sddmy.lib(mysqldd.obj) : error LNK2019: símbolo externo _mysql_cl...@4 sin resolver al que se hace referencia en la función "unsigned int __cdecl mysqlConnect(struct _SQLDDCONNECTION *,void *)" (?mysqlConnect@@YAIPAU_SQLDDCONNE

Re: [Harbour] Generate binaries for WinCE?

2009-12-02 Thread Ale SB
The line error occurs is this: if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) ) What should be changed? I really need to generate binaries for WinCE the Harbor with VS2005, you think I can have a lot of incompatibility during generation? Thanks; Ale Viktor Szakáts wrot

[Harbour] Generate binaries for WinCE?

2009-12-02 Thread Ale SB
I am not able to generate binaries for WinCE, what am I doing wrong? I'm using VS2005 Make_VcCe.Bat set INCLUDE=%ProgramFiles%\Microsoft Visual Studio 8\VC\ce\include;%ProgramFiles%\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Include\Armv4i set LIB=%ProgramFiles%\Microsoft Visual Stu

Re: [Harbour] Suspicious pointer conversion in function...

2009-11-25 Thread Ale SB
_FUNC( CALL_PROC_C ) { proc_C CurProc = (proc_C)hb_parnl(1); CurProc(hb_parnl(2)); } thanks Mindaugas Kavaliauskas wrote: > > Hi, > > > Ale SB wrote: >> Warning W8075 G:\\FiveWin\\Fast_4.8.24\\FastRepH.prg 80: Suspicious >> pointer >> conversion in function

[Harbour] Suspicious pointer conversion in function...

2009-11-25 Thread Ale SB
I know WARNNING is not a mistake, but it bothers me a lot, after I migrated to 2.0-beta3 Harbor began to appear in this FastReport: Warning W8075 G:\\FiveWin\\Fast_4.8.24\\FastRepH.prg 80: Suspicious pointer conversion in function HB_FUN_CALL_PROC_C Warning W8075 G:\\FiveWin\\Fast_4.8.24\\FastRep

Re: [Harbour] cUrl functions ?

2009-11-24 Thread Ale SB
CURLOPT_RETURNTRANSFER ==> TRUE to return the transfer as a string return value from curl_exec () instead of sending directly to the output CURLOPT_BINARYTRANSFER==> TRUE to return the raw output when CURLOPT_RETURNTRANSFER is used. curl_exec ==> Executes a given cURL session. This function mus

[Harbour] cUrl functions ?

2009-11-24 Thread Ale SB
In PHP I have these functions: curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1) curl_exec($ch) In the harbour there is any function consistent with these? -- View this message in context: http://old.nabble.com/cUrl-functions---tp26505222p26505222.html Sent from the Harbour - Dev mailing list arch

[Harbour] Error MsVc 2008...

2009-11-24 Thread Ale SB
How to solve this problem? firebird.c C:\Firebird\include\ibase.h(137) : error C2371: 'SCHAR' : nueva definici¢n; tipos b sicos distintos g:\svn\harbour\include\hbdefs.h(201) : vea la declaraci¢n de 'SCHAR' ../../../firebird.c(137) : error C2664: 'isc_attach_database' : no se puede conver

[Harbour] OpenSSl

2009-11-23 Thread Ale SB
not possovel use Openssl with BCC? I'm trying to generate binaries with Build 13000. -- View this message in context: http://old.nabble.com/OpenSSl-tp26490130p26490130.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour m

[Harbour] Error with Build 10718

2009-03-28 Thread Ale SB
That this error is? G:\SVN\harbour\external\sqlite3>if not exist ..\..\lib\win\bcc\. md ..\..\lib\win\bcc make.exe[3]: Entering directory `G:/SVN/harbour/external/sqlite3/win/bcc' bcc32.exe -I. -I../../../../include -q -tWM -d -4 -O2 -OS -Ov -Oi -Oc-c ../../sqlite3.c -osqlite3.obj ../../sqli

[Harbour] Generate the binary for WinCE with MSVC 2008 Express ?

2009-03-27 Thread Ale SB
I am not able to generate binaries for WinCE harbor. I'm using MSVC 2008 Express that generates this error: My make_VcCe.bat : set WindowsSDKDir=%ProgramFiles%\Microsoft SDKs\Windows\v6.0A\ call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" rem set HB_COMPILER=msvcce rem set HB_

Re: [Harbour] ace32. dll To ace32.lib ??

2009-03-12 Thread Ale SB
set HB_INC_FREEIMAGE=g:\FreeImage\Dist set HB_BUILD_IMPLIB=yes set HB_DIR_ADS=C:\ADS_8_1\acesdk set HB_DIR_FIREBIRD=C:\Firebird set HB_DIR_FREEIMAGE=g:\FreeImage set HB_BUILD_DLL=yes set HB_COMPILER=msvc set HB_INSTALL_PREFIX=g:\hbmsvc Obrigado, Ale SB -- View this message in context: http

Re: [Harbour] ace32. dll To ace32.lib ??

2009-03-12 Thread Ale SB
Thanks, the same is correct: Sep HB_BUILD_IMPLIB = yes Ale SB -- View this message in context: http://www.nabble.com/ace32.-dll-To-ace32.libtp22466618p22487774.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour

[Harbour] ace32. dll To ace32.lib ??

2009-03-12 Thread Ale SB
How to generate Ace32.lib? My path is; c: \ Ads \ acesdk \ Ace32.dll thanks Ale SB -- View this message in context: http://www.nabble.com/ace32.-dll-To-ace32.libtp22466618p22466618.html Sent from the Harbour - Dev mailing list archive at Nabble.com