Search found 383 matches: differences

Return to advanced search

Re: fwh Dec 17 vs Fwh Nov 18

New game.

look for the differences

fwh 12.17

Image

fwh 11.18

Image
by Silvio.Falconi
Mon Dec 24, 2018 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh Dec 17 vs Fwh Nov 18 RESOLVED!!
Replies: 8
Views: 1414

Re: Sample for Lan network

... save ()". Here too, problems have arisen because in general this may work but I have to configure and save each field because there could be differences with specific functions it is difficult to explain. 5) up to now with James I have not seen a working test but only oCustomers := TCustomers():new()  ...
by Silvio.Falconi
Tue Nov 06, 2018 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample for Lan network
Replies: 8
Views: 1832

Re: Your EXE into a Web app

... be true that more complex applications will not work out. A couple of years ago I tested out FiveMac. It's a great idea, but there are essential differences in the operating systems, and because of that, many advanced windows features in FWH could not be ported to the Mac. Perhaps the same ends ...
by TimStone
Mon Oct 15, 2018 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 9055

Re: Menu doesn't work CE 6.0

... mobile versions: https://social.msdn.microsoft.com/Forums/sqlserver/en-US/52bef792-daa4-41ed-878b-bf22666609b2/shcreatemenubar-differences-in-windows-mobile-653?forum=vssmartdevicesnative It is not a FWPPC issue. It is a Windows CE bug :-(
by Antonio Linares
Tue Sep 11, 2018 8:21 am
 
Forum: FiveWin for Pocket PC
Topic: Menu doesn't work CE 6.0
Replies: 22
Views: 13270

Re: Antonio: Differences between BORLAND and VCC

To All Generally I prefer BCC .. and Enrico is correct ... BCC creates a smaller .exe .. again, not a big deal.... but I like the C++ Command line concept. I work also for a small computer shop and when I am not writing code .. I help out with the technical aspect of the retail business. I have stat...
by Rick Lipkin
Thu May 31, 2018 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6404

Re: Antonio: Differences between BORLAND and VCC

I generally find speed is not a real time issue, but I have noted that doing an Index on a pure Win 10 machine version an Apple running Parallels with Win 10, the Apple is MUCH faster. I have no idea why.
by TimStone
Wed May 30, 2018 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6404

Re: Antonio: Differences between BORLAND and VCC

Tim, I made some speed compare test between BCC 7.30 and MSVC 2017 and found the former much faster (I'm referring to dbf and index operations). And as a bonus, BCC generates smaller EXEs. That's why I'm using BCC.

EMG
by Enrico Maria Giordano
Wed May 30, 2018 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6404

Re: Antonio: Differences between BORLAND and VCC

I have to admit ... I don't understand why all the different compilers. I build all code with two options: 1). Older xHabour ( .com version ) with xBuilder ... 2). Preferred option of Visual Studio 2017 Community edition ( MSVCC ) plus Harbour I only use #1 for those who are using ADS Version 7 or 8...
by TimStone
Wed May 30, 2018 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6404

Re: Antonio: Differences between BORLAND and VCC

Thanks, this is no problem to respect!
But i test also ::move(,,nWidth,nHeight) or ::SetSize( nWidth, nHeight). This methods also give differences. (in VCC also the 10 Pixels to small in both directions)
by byte-one
Wed May 30, 2018 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6404

Re: Antonio: Differences between BORLAND and VCC

In any case, it is not a good idea to use oDlg:nHeight or oDlg:nWidth for calculating relative position of controls, because these datas give external dimensions. Not client area dimensions. I personally recommend this way: local nDlgWidth := 400 local nDlgHeight := 200 DEFINE DIALOG oDlg SIZE nDlgW...
by nageswaragunupudi
Tue May 29, 2018 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6404

Re: Antonio: Differences between BORLAND and VCC

In fact, ::nWidth()/::nHight()/::nWidth/::nHight/::GetRect() differs on both compilers and should not used to calculations for controls!?
by byte-one
Mon May 28, 2018 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6404

Re: Antonio: Differences between BORLAND and VCC

It is true that the external dimensions of the dialog differ by 10 pixels (both height and width). But the client rect of the dialog is exactly the same in both and also same as the coordintates specified by us while creating the dialog. So if we position the controls either with absolute coordinate...
by nageswaragunupudi
Sun May 27, 2018 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6404

Re: Antonio: Differences between BORLAND and VCC

Günther I tested your code with Bcc73\xHarbour and MSVC2017\xHarbour on Windows 10 Spring Creator Pro 64 bit and got the same result ... here is your code: #Include "FIveWin.ch"function dlg_test()local oDlg, oFont, oMemo, oFile, oBtnok, oBtncancel, cFile := space(50), uTemp...
by Rick Lipkin
Sat May 26, 2018 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6404

Re: Antonio: Differences between BORLAND and VCC

But the client rect is identical in both cases.
by nageswaragunupudi
Sat May 26, 2018 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6404
PreviousNext

Return to advanced search