Search found 383 matches: differences

Return to advanced search

Re: Antonio: Differences between BORLAND and VCC

Enrick

SUCCESS ... yes, I seemed to have dropped off .c at the end of the link line ...

%vcdir%\bin\cl.Exe -W3 -O2 -nologo -c -GA -GS -EHsc /I%hdir%\include /I%vcdir%\include %1.c



Thank you .. let me see if I can do some tests!

Rick Lipkin
by Rick Lipkin
Sat May 19, 2018 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572

Re: Antonio: Differences between BORLAND and VCC

A new test. As you see, the width and the height of the dialog are 10 pixels higher in MS-VCC. The dialog itself on the screen are exactly the same. Only the capture size is different. The sizes of the dialogs are different in both cases from the code. See my code above. -> (DEFINE DIALOG oDlg FR...
by byte-one
Sat May 19, 2018 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572

Re: Antonio: Differences between BORLAND and VCC

Rick,

you missed a "c":

Code: Select all  Expand view
%vcdir%\bin\cl.Exe -W3 -O2 -nologo -c -GA -GS -EHsc /I%hdir%\include /I%vcdir%\include %1.


EMG
by Enrico Maria Giordano
Fri May 18, 2018 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572

Re: Antonio: Differences between BORLAND and VCC

ENrico I made the change you suggested .. same result .. Tutor01.exe is created but will not run .. @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for Harbour 14.09 (MSVC++) Sep. 2014     Harbour development power ³ÜECH...
by Rick Lipkin
Fri May 18, 2018 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572

Re: Antonio: Differences between BORLAND and VCC

Just remove -TP from here:

Code: Select all  Expand view
%vcdir%\bin\cl.Exe -TP -W3 -O2 -nologo -c -GA -GS -EHsc /I%hdir%\include /I%vcdir%\include %1.c


EMG
by Enrico Maria Giordano
Thu May 17, 2018 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572

Re: Antonio: Differences between BORLAND and VCC

Enrico I gave up on MSVC .... here was the last test before I gave up ... this how I modified my batch file: @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for Harbour 14.09 (MSVC++) Sep. 2014     Harbour development power ³ÜECHO...
by Rick Lipkin
Thu May 17, 2018 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572

Re: Antonio: Differences between BORLAND and VCC

Rick Lipkin wrote:I would appreciate if anyone has a batch file ( like buildxm.bat ) to be able to compile tutor01.prg


What problem did you get using buildxm.bat?

EMG
by Enrico Maria Giordano
Thu May 17, 2018 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572

Re: Antonio: Differences between BORLAND and VCC

compiled with Harbour + Fivewin 18.03 and GCC 7.3 32 bit
Image


compiled with Harbour + Fivewin 18.03 and GCC 7.3 64 bit
Image

regards
by vensanto
Thu May 17, 2018 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572

Re: Antonio: Differences between BORLAND and VCC

Tim or Anyone I have downloaded the MSVC2017 32 bit Command line Compiler ( from Mel's site .. you do not need to install Visual Studio ) http://i65.tinypic.com/2zxvzgm.jpg http://i67.tinypic.com/2rhqn2a.jpg And the matching xHarbourM for MSVC2017 http://i66.t...
by Rick Lipkin
Wed May 16, 2018 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572

Re: Antonio: Differences between BORLAND and VCC

Rick, I do not use Borland, but I do create two builds of my primary application. 1). xHarbour ( .com / xBuilder with Pelles C ) using the version from 11/2015 2). Microsoft Visual Studio 2017 with Harbour libraries Option 1 is only used by people who have ADS Version 7 or 8 and I have the proper li...
by TimStone
Wed May 16, 2018 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572

Re: Antonio: Differences between BORLAND and VCC

To All I have tried to create a script to compile MSVC 2017 using BuildxM ( xHarbour ) as my guide ( as you may remember ), unfortunately I gave up because I could not get any script or suggestions from the forum to cleanly compile tutor01.prg. If anyone could post a working MSVC\xHarbour script .. ...
by Rick Lipkin
Wed May 16, 2018 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572

Re: Antonio: Differences between BORLAND and VCC

Gunther, I tested your sample also and I continue to investigate why
by cnavarro
Wed May 16, 2018 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572

Re: Diffferences

Hello to all. I not can found any reason for the differences on the both compilers. Can please several from us test the above code with VCC and report!?
by byte-one
Wed May 16, 2018 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572

Re: Antonio: cGetDir and ::shadow()

Thanks Antonio.
1. The error is present on all machines.
2. I inspect the files with PE but no differences. I compile with the exact same RC-File. Have you tested the code?
by byte-one
Wed Apr 25, 2018 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6572
PreviousNext

Return to advanced search

cron