Search found 141 matches: optimized

Return to advanced search

Re: xHarbour 1.2.3 build 20141106

... ! Fix bug, thanks to Claudio Voskian 2014-11-29 22:40 UTC-300 Luiz Rafael Culik <luiz/AT/xharbour/com/br> * source/rtl/filebuf.c % optimized to use hb_xgrabz insted of hb_xgrab follows by memset * source/rtl/filenet.c % optimized to use hb_xgrabz insted of hb_xgrab follows by memset ...
by Enrico Maria Giordano
Thu Dec 04, 2014 5:09 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour 1.2.3 build 20141106
Replies: 16
Views: 5878

Re: New FTDN (July) 2014 (FWH 14.07)

... with added buttons for Navigation and Add/Edit/Delete * adofuncs.prg: (a) FW_AdoImportFromDBF(). Importing DBFs (without fpt) to MS Access highly optimized. * Fix: MsgInfo() was not properly showing decimal numbers. Now it is ok. * Enhancement: Class TBtnBmp was not properly moving the caption ...
by Antonio Linares
Mon Aug 11, 2014 3:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN (July) 2014 (FWH 14.07)
Replies: 3
Views: 3121

Re: Highly optimized makefile for Microsoft

Tim,

I fully understand you :-)
by Antonio Linares
Wed Jul 30, 2014 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highly optimized makefile for Microsoft
Replies: 4
Views: 2030

Re: Highly optimized makefile for Microsoft

Antonio, In my UE Studio, I track two builds across the same .prg files. 1) I have an xHarbour/xBuilder file. I need to modify the file list in xBuilder, but mostly I can just call the build command from within UE Studio with a button on the toolbar. 2) I have a Microsoft VC / Harbour build and that...
by TimStone
Wed Jul 30, 2014 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highly optimized makefile for Microsoft
Replies: 4
Views: 2030

Re: Highly optimized makefile for Microsoft

Tim,

yes, I know it, thanks for your feedback.

But I like to have a makefile that works standalone without the need of any tool, except the used C compiler. In fact you can call a Microsoft or Borland makefile from UEStudio. So this gives you total freedom :-)
by Antonio Linares
Wed Jul 30, 2014 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highly optimized makefile for Microsoft
Replies: 4
Views: 2030

Re: Highly optimized makefile for Microsoft

UE Studio has a great way of handling the make file ... it generates it. You do need to specify the libraries you want to link in, but any .prg you add to the Project ( in Project Manager ) is automatically included in the generated Make file. This makes it very easy to build. It was a bit more labo...
by TimStone
Wed Jul 30, 2014 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highly optimized makefile for Microsoft
Replies: 4
Views: 2030

Highly optimized makefile for Microsoft

Sometime ago I learned how to use "lists" of files and make replacements on those lists (from a Borland makefile). So I have tried the same concept on a Microsoft makefile and finally I was able to implement the same concept. The beauty of this makefile (MyApp.mak) is that only needs one l...
by Antonio Linares
Wed Jul 30, 2014 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highly optimized makefile for Microsoft
Replies: 4
Views: 2030

Re: ADO & SQL INSERT Statement

... Most SQL engines can execute a prepared query, also known as a unnamed parameters in SQL. When such SQL executes it is cached by the server and optimized to be executed many times. Each time you execute the SQL you'd only need to change the values for the parameters. Example: INSERT INTO Table1 ...
by reinaldocrespo
Wed Jul 30, 2014 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO & SQL INSERT Statement
Replies: 9
Views: 2239

Re: Call Center - Slow Application Launch

... if the where clause is "WHERE DEPT = 10", the query is damn slow if there is no index on DEPT. Yes. The database is very large. I have optimized the MySQL server to work with large data. 5) By the way we do not know what are you using to connect to MySQL server. Are you using ADO or ...
by metro
Mon Jun 23, 2014 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Call Center - Slow Application Launch
Replies: 17
Views: 4476

Re: Full working project for Visual Studio 2012 IDE

... ( and open them ), though I think there will be some re-working necessary because they were originally built in Borland, and can probably be optimized in Visual Studio for cleaner controls. I haven't used any resource editor for awhile ... preferring to modify dialogs manually. HOWEVER I ...
by TimStone
Sat Jun 07, 2014 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full working project for Visual Studio 2012 IDE
Replies: 31
Views: 6865

Re: Network Issue

... the list. I display the list in the lower part of the dialog and data on top. ON CHANGE refreshes the gets. It's virtually instantaneous. CDX is optimized for filters if they need to be used. Sent from my iPad using Tapatalk HD
by TimStone
Sat Jan 11, 2014 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 11031

Re: Network Issue

... Here are some of the things that may help: 1) If you have several users, you need client server ( ADS ) for very fast performance 2) Use CDX. Its optimized. 3) Instead of filters, use scopes. 4) If you are looking for a single record, use indexed files. Build your index on upper case, ie: UPPER( ...
by TimStone
Fri Jan 10, 2014 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 11031

Re: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?

Hi Richard , Antino , Currently I am using xHarbour and Borland 582 version. I did not download the Harbour bin and libs for msvc 2012 ( optimized for FWH ). Could you please let me know where I can get these files ? Using FWH version 12.08/12.11. Please guide for the same. Thanks in advance..! ...
by shri_fwh
Mon Sep 02, 2013 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?
Replies: 14
Views: 4746

Re: justify a text

... Tracking, on the other hand, adds (or removes) space between all the letters in a string equally. As a font’s default letter spacing is often optimized for readability at a particular size, there are times when it might be appropriate to slightly widen the spacing. Tracking values of .01em ...
by James Bott
Fri May 31, 2013 1:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: justify a text
Replies: 12
Views: 5444

Re: DATE RANGE

... for extracting busy rooms: MAX( dStart, CHECK_IN ) <= MIN( dEnd, CHECK_OUT - 1 ) Though this gives the correct results, the expression is not optimized. Also no RDD/RDBS can optimize such an expression. I propose re-drafting the expression in the following manner. This revised expression can ...
by nageswaragunupudi
Thu Mar 21, 2013 3:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATE RANGE
Replies: 56
Views: 15164
PreviousNext

Return to advanced search