Search found 92 matches: msys

Return to advanced search

Re: PostgresSQL from core-master\contrib\hbpgsql

... Ok it is XP (32 Bit ?) and LibPQ.DLL v8.3.5 but the Problem seem me the same with 64 Bit. they point to a Tool called MSYS which is include in this Distribution https://sourceforge.net/projects/mingw/files/ but again it seem me 32 Bit and i don't find MSYS in ...
by Jimmy
Mon Sep 16, 2019 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6307

Re: Building Harbour 3.4 for BCC outside MSYS

Rick,

please look back in this thread. I reported a batch that works perfectly with MSVC 2017, FWH and xHarbour. Try it and let me know the result.

EMG
by Enrico Maria Giordano
Sat Dec 30, 2017 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17194

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 when you ran it. I...
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: 17194

Re: Building Harbour 3.4 for BCC outside MSYS

Anyway, -P and -TP instruct the compiler to always compile in C++ mode and I don't think this is right.

EMG
by Enrico Maria Giordano
Fri Dec 29, 2017 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17194

Re: Building Harbour 3.4 for BCC outside MSYS

Try these:

Code: Select all  Expand view
-6
-DHB_GUI
-DHB_INCLUDE_WINEXCHANDLER
-DHB_NO_PROFILER
-DHB_NO_TRACE
-DHB_WIN32_IO
-Ie:\bcc\include\windows\crtl;e:\bcc\include\windows\sdk;e:\bcc\include\dinkumware
-O
-O1
-O2
-OS
-Ob
-Oc
-Ov
-c
-d
-g0
-k-
-v-
-w


EMG
by Enrico Maria Giordano
Fri Dec 29, 2017 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17194

Re: Building Harbour 3.4 for BCC outside MSYS

BORLANDC_COMP_FLAGS = -P -c -O2
by byte-one
Fri Dec 29, 2017 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17194

Re: Building Harbour 3.4 for BCC outside MSYS

Can I see your BCC flags?

EMG
by Enrico Maria Giordano
Fri Dec 29, 2017 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17194

Re: Building Harbour 3.4 for BCC outside MSYS

Tried with your flags: no change.

EMG
by Enrico Maria Giordano
Fri Dec 29, 2017 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17194

Re: Building Harbour 3.4 for BCC outside MSYS

Enrico,
this are my Compiler-flags: See on O2! (fastest Speed)
MSC_COMP_FLAGS = /c /TP /W3 /O2 /D__FLAT__ /GA /GS- /EHsc
I use HARBOUR and my results are on same test are vice versa as yours!
by byte-one
Fri Dec 29, 2017 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17194

Re: Building Harbour 3.4 for BCC outside MSYS

Please note the difference in total time: BCC: [ total application time: ]....................................19.47[ total real time: ]...........................................19.52 MSC: [ total application time: ]....................................30.78[ total real ti...
by Enrico Maria Giordano
Fri Dec 29, 2017 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17194

Re: Building Harbour 3.4 for BCC outside MSYS

This is my speedtest results: BCC730 12/29/17 16:48:54 Windows 8 6.2.9200xHarbour 1.2.3 Intl. (SimpLex) (Build 20171219) Borland/Embarcadero C++ 7.3 (32-bit) ?THREADS: 0N_LOOPS: 1000000[ T000: empty loop overhead ]...................................0.05===============...
by Enrico Maria Giordano
Fri Dec 29, 2017 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17194

Re: Building Harbour 3.4 for BCC outside MSYS

Any news on this important subject? Something wrong in my compile batch?

EMG
by Enrico Maria Giordano
Fri Dec 29, 2017 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17194

Re: Building Harbour 3.4 for BCC outside MSYS

Anyway, the EXE generated with MSC32 is bigger than the one generated with BCC32. :-(

And what is the worse, the execution is slower, even in reading DBF records and indexes. :-( :-( :-(

I will surely stay with BCC32.

EMG
by Enrico Maria Giordano
Sat Dec 23, 2017 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17194

Re: Building Harbour 3.4 for BCC outside MSYS

Ok, this is my first attempt that is working fine: @ ECHO OFFSET MSC32=e:\fw\mscSET HRB32=e:\fw\xharbourSET FWH32=e:\fwharbourSET HARBOURCMD=-a -es2 -gc0 -i%HRB32%\include -n -q -w3SET CL=-c -EHsc -I%MSC32%\include -OxIF EXIST %1.prg %HRB32%\harbour %1 -i%FWH32%\include -wb-IF EXIST %1.c %MSC32%\bin...
by Enrico Maria Giordano
Sat Dec 23, 2017 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17194

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++) July 2017...
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: 17194
Next

Return to advanced search