Search found 43 matches: buildxm

Return to advanced search

Re: Which C compiler and which Harbour should be used for FW?

... is a good IDE as Antonio mentions .. however, you can just download the MSVC c++ compiler from http://whosaway.com/ and you can use BuildHM.bat or BuildXM.bat in the fivewin\samples folder. For a new FW user .. I would look at the IDE's Microsoft VS FiveEdit xMate Rick Lipkin
by FWExplorer
Tue Jun 23, 2020 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3573

Re: Which C compiler and which Harbour should be used for FW?

... is a good IDE as Antonio mentions .. however, you can just download the MSVC c++ compiler from http://whosaway.com/ and you can use BuildHM.bat or BuildXM.bat in the fivewin\samples folder. For a new FW user .. I would look at the IDE's Microsoft VS FiveEdit xMate Rick Lipkin
by Rick Lipkin
Mon Jun 22, 2020 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3573

Re: Antonio: Differences between BORLAND and VCC

... NOT have to install Visual Studio... I must admit it took a while ( especially with Cristobol's guidance ... many thanks ) to help me modify the BuildxM build script ... I took what I learned from BuildxM and applied that to creating a new xMate FwhMsvc.env ( environment ) to allow me to re-compile ...
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: 6398

Re: Antonio: Differences between BORLAND and VCC

... Here is the result: http://i64.tinypic.com/23sb3us.jpg I just recently got MSVC2017 working and built your sample with my revised BuildxM.bat ... both results seem identical .. the blue title is because the Borland build was in focus. Rick Lipkin ps .. in order to test your code ...
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: 6398

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: 6398

Re: Antonio: Differences between BORLAND and VCC

... And the matching xHarbourM for MSVC2017 http://i66.tinypic.com/9apog7.jpg I would appreciate if anyone has a batch file ( like buildxm.bat ) to be able to compile tutor01.prg ... here are my file locations: c:\MSVC2017 c:\Fwh1707 c:\XharbourM Thanks Rick Lipkin
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: 6398

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 ...
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: 6398

Re: Building Harbour 3.4 for BCC outside MSYS

Enrico I desperately tried to make the MSVC Command line binaries work with xHarbour .. unfortunately, I could not make BuildxM work and gave up. The final result was I could create the .exe but the program would not run .. there was no warning message .. the .exe would do nothing ...
by Rick Lipkin
Sat Dec 30, 2017 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17188

Re: Building Harbour 3.4 for BCC outside MSYS

Antonio Here is the modifications to tutor01.rc ico ICON "./../ICONS/fivewin.ico"1 24 "WinXP/WindowsXP.Manifest"   BuildxM @ECHO OFF  CLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for xHarbour 17.07 (MSVC++) ...
by Rick Lipkin
Mon Dec 18, 2017 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17188

Re: Building Harbour 3.4 for BCC outside MSYS

Gentleman

Still no joy here on using Andi's MSVC 2017 command line binaries .. I would appreciate if someone would download the binaries at the top of this thread and try to modify BuildXm to compile and run Tutor01.prg

I have exhausted my options on a working compile.

Thanks
Rick Lipkin
by Rick Lipkin
Sat Dec 16, 2017 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17188

Re: Building Harbour 3.4 for BCC outside MSYS

mastintin I have rebuilt buildxm and added your suggestions in a new batch file BuildRick .. again, with this compile .. Tutor01.exe is created but will not run .. I have W10 Fall Creator 64 bit. BuildRick @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ...
by Rick Lipkin
Thu Dec 14, 2017 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17188

Re: Building Harbour 3.4 for BCC outside MSYS

... (C) Microsoft Corporation.  All rights reserved.LINK : fatal error LNK1104: cannot open file 'LIBC.lib'* There are errors  BuildxM @ECHO OFF  CLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for xHarbour 17.07 (MSVC++) ...
by Rick Lipkin
Thu Dec 14, 2017 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17188

Re: Building Harbour 3.4 for BCC outside MSYS

... successfully built  If I remove the /FORCE option the compile fails with many errors .. Looks like we are VERY Close! .. Here is my current BuildxM BuildxM @ECHO OFF  CLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for xHarbour 17.07 ...
by Rick Lipkin
Thu Dec 14, 2017 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17188

Re: Building Harbour 3.4 for BCC outside MSYS

Enrico Here is my current buildxM .. looks like the errors are coming from the FWH MSVC Libs @ECHO OFF  CLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for xHarbour 17.07 (MSVC++) ...
by Rick Lipkin
Wed Dec 13, 2017 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17188

Re: Building Harbour 3.4 for BCC outside MSYS

Gentleman

I am still lost here .. msvcrt.lib was rem'd out in the original BuildxM ... probably for a reason .. I added mscvrt.lib back into the compile and it made no difference in the results.

Totally in the dark here ...

Rick Lipkin
by Rick Lipkin
Wed Dec 13, 2017 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17188
Next

Return to advanced search