Search found 32 matches: seed

Return to advanced search

Re: Fastreport de Cristobal

... development it is not a matter of money, but the result of cooperation between many people willing to test, provide feedback and help. Just a seed that we can all help to make it grow, given enough interest about it. Estoy de acuerdo con Antonio, creo que seria importante si puedes, postear ...
by albeiroval
Sat Jun 03, 2023 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 3106

Re: Fastreport de Cristobal

... development it is not a matter of money, but the result of cooperation between many people willing to test, provide feedback and help. Just a seed that we can all help to make it grow, given enough interest about it.
by Antonio Linares
Wed May 31, 2023 12:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 3106

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

antonio Enlace las librerias que me dices de tu distribucion y la cosa empeoro :( Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. .\OBJ\winfacel.hrb: c:\bcc7\bin\ilink32.exe -Gn -aa -Tpe -s -I.\OBJ @make.tmp Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Em...
by rterraz
Fri Sep 17, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5019

Re: Tip Client = Harbour / MSVC 2015 Error

hbssl.lib(sslctx.obj) : error LNK2019: unresolved external symbol _hb_SSL_SESSION_is referenced in function _HB_FUN_SSL_CTX_ADD_SESSION hbssl.lib(sslctx.obj) : error LNK2019: unresolved external symbol _hb_SSL_SESSION_par referenced in function _HB_FUN_SSL_CTX_ADD_SESSION hbssl.lib(evpmd.obj) : erro...
by TimStone
Mon Apr 25, 2016 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tip Client = Harbour / MSVC 2015 Error
Replies: 39
Views: 8732

Re: Build with Visual Studio 2015 errors

Solved comenting the line 404 of c:\openssl\crypto\rand\rand_win.c // MODULEENTRY32 m; next error: cl /Fotmp32\rand_win.obj -Iinc32 -Itmp32 /MT /Ox /O2 /Ob2 /W3 /WX /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN 32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO...
by Antonio Linares
Thu Apr 09, 2015 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build with Visual Studio 2015 errors
Replies: 33
Views: 7905

Re: Build with Visual Studio 2015 errors

Solved changing line 381 of c:\openssl\crypto\bio\b_print.c this way: *num = ( short ) currlen; Next error: cl /Fotmp32\rand_win.obj -Iinc32 -Itmp32 /MT /Ox /O2 /Ob2 /W3 /WX /Gs0 /GF /Gy /no 32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPREC -DOPENSSL_NO_SEED...
by Antonio Linares
Thu Apr 09, 2015 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build with Visual Studio 2015 errors
Replies: 33
Views: 7905

Re: Build with Visual Studio 2015 errors

Next error: cl /Fotmp32\b_print.obj -Iinc32 -Itmp32 /MT /Ox /O2 /Ob2 /W3 /WX /Gs0 /GF /Gy /nol 2_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECA -DOPENSSL_NO_SEED -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_CMS -DOPENSSL_NO_JPAKE -D B5 -DOPENSSL_NO_DYNAM...
by Antonio Linares
Thu Apr 09, 2015 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build with Visual Studio 2015 errors
Replies: 33
Views: 7905

Re: Build with Visual Studio 2015 errors

Before calling: nmake -f ms\nt.mak this call must be done: call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" and I get this error: C:\openssl>nmake -f ms\nt.mak Microsoft (R) Program Maintenance Utility Version 14.00.22310.1 Copyright (C) Microsoft Corporation. Al...
by Antonio Linares
Thu Apr 09, 2015 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build with Visual Studio 2015 errors
Replies: 33
Views: 7905

Re: xHarbour 1.2.3 build 20141106

This is the changelog for November and December: 2014-12-02 20:00 UTC-300 Luiz Rafael Culik <luiz/AT/xharbour/com/br> * include/hbdefs.h ! minor fix for double defined HB_SYMBOL_USED 2014-12-02 14:35 UTC+0200 Saulius Zrelskis <labitas/AT/gmail/com> * source/rtl/win32ole.prg ! add missing...
by Enrico Maria Giordano
Thu Dec 04, 2014 5:09 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour 1.2.3 build 20141106
Replies: 16
Views: 5821

Re: Seed test Tdatabase vs. dbase style

Otto, The speed is slower with the database object mainly because the object is loading the buffer array with all the fields. It is also checking for the BOF or EOF. If you set lBuffer:=.f. it will be faster. See database.prg - the skip() method. The database class will always be slightly slower, bu...
by James Bott
Sun Dec 23, 2012 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speed test Tdatabase vs. dbase style
Replies: 3
Views: 912

Re: Seed test Tdatabase vs. dbase style

Hello Gale, I made the test inside an existing program where I use: INIT PROCEDURE PrgInit   SET CENTURY ON   SET EPOCH TO YEAR(DATE())-98   SET DELETED ON   SET EXCLUSIVE OFF   REQUEST HB_Lang_DE   REQUEST HB_CODEPAGE_DEWIN...
by Otto
Tue Dec 11, 2012 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speed test Tdatabase vs. dbase style
Replies: 3
Views: 912

Re: Seed test Tdatabase vs. dbase style

I noticed that your second test opens the data file in exclusive mode. I thing the tDatabase classes opens the data file in shared mode. It always runs slower in shared mode.
by Gale FORd
Tue Dec 11, 2012 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speed test Tdatabase vs. dbase style
Replies: 3
Views: 912

Re: xHB TipClientHTTP( ) substitute ?

Thanks for the libraries. However, I still have the same issue. 1) If I only link hbtip.lib, I get a successful build, but the error I mentioned before that does not allow me to create a new tipclienthttp object 2) If I link in hbtipssl.lib or hbtipssl.lib and hbtip.lib, I get the following error in...
by TimStone
Wed Oct 17, 2012 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHB TipClientHTTP( ) substitute ?
Replies: 30
Views: 8101

Visor de LIBS

Hola,

Algun programa/utileria para ver el contenido de las LIBS ando buscando unas funciones de HB_SendMail pero no las encuentro

SSL_INIT
Rand_Seed
SSL_CTX_New
SSL_ShutDown

con el ultimo build de HB bajado del SVN


Saludos,
Mauricio
by Mauricio
Fri Feb 10, 2012 1:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visor de LIBS
Replies: 1
Views: 523

Re: CHINESE IN GET

... How much is your class?. Does Fivetech plan to implement it?. Thanks. >>How much is your class?. Please call me. richard dot service at seed dot net dot tw >>Does Fivetech plan to implement it?. I think NO. Because I modify my TGet class support that input Chinese character. Another ...
by richard-service
Thu Sep 29, 2011 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CHINESE IN GET
Replies: 44
Views: 9827
Next

Return to advanced search