Search found 138 matches: significant

Return to advanced search

Re: OT: Windows 10 - stop upgrade

James, What type of computer ? In the days of Win 8, I found a Gateway notebook that seemed to be great. However, there was a significant issue with the touch pad. I contacted Gateway and they were disinterested in resolving it. ( It would have been a simple fix ). I even went to the ...
by TimStone
Mon Jun 27, 2016 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 - stop upgrade
Replies: 20
Views: 4873

OT: It's getting harder !

During the past week I've run into a number of "issues" that have been significant challenges. In some cases things that worked simply stopped working. In other situations, code that has existed for over 10 years without fail suddenly isn't working properly. ...
by TimStone
Sun Jun 12, 2016 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: It's getting harder !
Replies: 2
Views: 655

Re: Strange checkbox issue with Windows IDE

This is still an open item in case someone has ideas. It is a curiosity more than a significant problem since I can use a batch build to create a distributable version that does not have the problem. The issue is with both checkbox and radio controls, which means ...
by TimStone
Thu May 12, 2016 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange checkbox issue with Windows IDE
Replies: 13
Views: 3146

Re: FWH 16.03 & MSVC 2013 - 32 Bit (SOLVED)

... An article I read this morning says clearly 1/3 of all developers build programs still in C++ and that number is actually growing. ( It is significant when you consider ALL of the programming languages available ). All of work is ultimately .c code so it's a good idea to have access to ...
by TimStone
Thu May 12, 2016 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.03 & MSVC 2013 - 32 Bit (SOLVED)
Replies: 22
Views: 5658

Re: FWH / Harbour with MS VC++ 2013

... FWH 16.03 and beyond, all MSVC files are built with Visual Studio 2015 Community edition, which is free to you from Microsoft. There were some significant changes made to the C compiler with this version. Antonio has provided a set of libs with the latest Harbour release that you can use to ...
by TimStone
Fri Apr 29, 2016 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH / Harbour with MS VC++ 2013
Replies: 3
Views: 592

Re: xBrowse improvement

... application can browse through the entire result set to determine which rows it requires. Static and keyset-driven client-side cursors may place a significant load on your workstation if they include too many rows. While all of the cursor libraries are capable of building cursors with thousands ...
by Rick Lipkin
Wed Apr 13, 2016 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse improvement
Replies: 2
Views: 605

Re: Little speed test app dbf and adordd

pieter wrote:Can you explain why both tests have to be over a network to get significant results?


Because SQL has the client/server overhead even if installed locally.

EMG
by Enrico Maria Giordano
Mon Mar 21, 2016 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little speed test app dbf and adordd
Replies: 13
Views: 4072

Re: Little speed test app dbf and adordd

... main app does not use something like sending data via LAN. "So your test is not meaningful. You have to make both test over a network to get significant results." Can you explain why both tests have to be over a network to get significant results? Pieter
by pieter
Mon Mar 21, 2016 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little speed test app dbf and adordd
Replies: 13
Views: 4072

Re: Little speed test app dbf and adordd

pieter wrote:No, I use everthing locally on my operating system, Dbf and mysql server.


So your test is not meaningful. You have to make both test over a network to get significant results.

EMG
by Enrico Maria Giordano
Mon Mar 21, 2016 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little speed test app dbf and adordd
Replies: 13
Views: 4072

Re: Windows 10 style menus

Cristobal, I looked at the TMenu.prg and there is one significant thing I noticed. This class used to inherit from TControl, but that was commented out so now it doesn't inherit from any other class. Of course, this means that it doesn't have access ...
by James Bott
Wed Mar 16, 2016 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 style menus
Replies: 14
Views: 4857

Re: More 16.01 problems with xBrowse UPDATED

... I need to check for other potential conflicts: 1. The identical code works fine in an earlier version of the total program. The newer version had significant class reconstruction throughout so there may be a conflict I need to find. 2) The other version is built with xHarbour, but I have an xHarbour ...
by TimStone
Wed Mar 02, 2016 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More 16.01 problems with xBrowse UPDATED
Replies: 24
Views: 9608

Re: Xbrowse a speed problem using SCOPE ?

... change them. I am planning to do some speed tests with a DBSetRelation() & setScope() and with just OrdSetRelation() to see if there are any significant speed differences. James
by James Bott
Tue Mar 01, 2016 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse a speed problem using SCOPE ?
Replies: 30
Views: 9205

Re: Xbrowse a speed problem using SCOPE ?

I just about to walk out the door, so just some quick comments.

I don't think there is a significant difference in the memory usage. Between 2 and 3 there is a huge jump.

I think you are leaking resources somewhere.

James
by James Bott
Fri Feb 26, 2016 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse a speed problem using SCOPE ?
Replies: 30
Views: 9205

Re: Strange problem with numbers

Clipper, Harbour, xHarbour floating-point system supports up to 15 significant digits.

EMG
by Enrico Maria Giordano
Thu Feb 11, 2016 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problem with numbers
Replies: 7
Views: 1108

Re: New FTDN January/Enero 2016 (FWH 16.01)

... aShape: This array specifies one drawing component in the following format: { cShape, // Line, Curve, etc. Character String. First letter is only significant. nColor, // RGB or ARGB color to be used for Pen or Brush nPenSize, // Size of pen where pen is used. 0 indicates brush for solid shape ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2229
PreviousNext

Return to advanced search