Search found 127 matches: std

Return to advanced search

Re: incremental search on Xbrowse

Hi Rao,
yes,
this is default in my Std management of table,

::oBrw:SetMultiSelectCol( )

I rarely disable it using the property :

::oBrw:oMultiSelCol:lReadOnly := .T.

TIA
by mauri.menabue
Wed Mar 27, 2024 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 271

link error

I'm moving from a previous version of BCC to BCC74 32bits , xharbour last version and fwh23.10 , I get this error when linking, is it missing a lib in make? Error: Unresolved external '___get_std_stream' referenced from \XHARBOUR32\LIB\COMMON.LIB|hbtrace Error: Unresolved external '__chdir' referenc...
by NWKL
Sun Feb 11, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 419

Re: SAPI : change Voice

hi Antonio, i have follow Link and download File than i rename old Folder and unpack file harbour_bcc770_32_20231117.zip into c:\harbour when now try to build my Fivewin Project i got Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '___ge...
by Jimmy
Sun Jan 28, 2024 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3096

Re: xHarbour.org updated!

Enrico, Can you help me about this? Thank you! Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc. Error: Unresolved external '___get_std_stream' referenced from D:\LANG\FWH1811\XH1.3.0\LIB\COMMON.LIB|hbtrace Error: Unresolved external '__chdir' referenced from D:\LANG...
by wartiaga
Mon Sep 18, 2023 6:29 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30957

Re: xHarbour.org updated!

xHarbour builds updated! Version 10275: http://xharbour.org/index.asp?page=download/windows/binaries_win https://github.com/ronpinkas/xharbour/blob/main/ChangeLog http://xharbour.org/index.asp?page=download/sources http://xharbour.org/index.asp?page=downl...
by wartiaga
Fri Sep 15, 2023 7:46 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30957

Re: Announcing DrXlsx 1.0 by Charles Kwon

... my 64 Bit MSVC App work slower that 32 Bit BCC7 App ? cIn = "records in dbf: 351287" cIn = "imported recs: 351287" cIn = "Std 00:06:13" cIn = "Rec/Sec 940.51" XLSwriter nReccount = 351287 nRecLast = 351288 % = 100 nTime = 71.06 4943.40 Rec/Sec nOEM = 107712 ...
by CharlesKwon
Sun Aug 27, 2023 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3509

Re: Announcing DrXlsx 1.0 by Charles Kwon

... my 64 Bit MSVC App work slower that 32 Bit BCC7 App ? cIn = "records in dbf: 351287" cIn = "imported recs: 351287" cIn = "Std 00:06:13" cIn = "Rec/Sec 940.51" XLSwriter nReccount = 351287 nRecLast = 351288 % = 100 nTime = 71.06 4943.40 Rec/Sec nOEM = 107712 ...
by Jimmy
Sun Aug 27, 2023 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3509

Re: FW Preview user style

Hello friends, I think I found an easy way to modify class source and not loosing compatibility. No matter how complex a class is, you can split the code into separate files without paying attention to where the function/method starts or ends - just one block Split the classes copy the part you want...
by Otto
Sun May 08, 2022 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1534

Re: Consulta sobre GET

https://www.itlnet.net/programming/program/Reference/c53g01c/ngdfd56.html

This includes GETs with INTENSITY ON


En std.ch
#command SET INTENSITY <x:ON,OFF,&> => Set( _SET_INTENSITY, <(x)> )
by Antonio Linares
Thu Sep 16, 2021 7:56 am
 
Forum: FiveWin para CA-Clipper
Topic: Consulta sobre GET
Replies: 1
Views: 331

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Muy bien

$(BCDIR)\bin\bcc64 -c -std=201112L ...
by Antonio Linares
Tue Jun 29, 2021 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 3991

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... -I%bcdir%\include -I%bcdir%\include\windows\sdk .\Resource\Sistema.rc [/quote] Lo unico que no me quedo claro es donde debo colocar el flag std=<201112L> para evitar los warning
by Compuin
Mon Jun 28, 2021 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 3991

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Prueba asi:

$(BCDIR)\bin\bcc64 -I$(BCDIR)\include\windows\sdk -I$(BCDIR)\include\windows\crtl -oobj\$& @tmp .\c\$&.c

Para los warnings prueba este flag:

-std=<value>
y para C11 value es 201112L // gracias a Manu por la info
by Antonio Linares
Mon Jun 28, 2021 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 3991

Re: Make para BCC10

... will ask if you want to create a new file; click Yes. Paste or type the following code in the editor: #include <iostream> int main(void) { std::cout << "Hello world!" << std::endl; return 0; } Save the changes (File menu, Save, in Notepad). Compile the program to create ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1097

Re: HBMK2 Problem linking

Ok, thank you Mr. Navarro! I'll take a look at this document for sure! Mr. Ricardo Can you please post your full hbp script here? Ricardo, -gui|-std create GUI/console executable For all information about hbmk2, please, go to your \harbour\bin ( command console ), and write hbmk2 -help > hbmk2.txt ...
by ricbarraes
Wed Jun 10, 2020 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5258

Re: HBMK2 Problem linking

Ricardo, -gui|-std create GUI/console executable For all information about hbmk2, please, go to your \harbour\bin ( command console ), and write hbmk2 -help > hbmk2.txt and search in this hbmk2.txt document your doubts Also, execute ...
by cnavarro
Wed Jun 10, 2020 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5258
Next

Return to advanced search