Search found 35 matches

by andijahja
Tue Dec 12, 2017 10:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 24266

Re: Building Harbour 3.4 for BCC outside MSYS

Rick Lipkin wrote:Andi and Enrico

No Joy yet :(

Rick Lipkin


Hi Rick,

Please also link: HBMZIP.LIB and user32.lib

There should be a joy now :)
by andijahja
Tue Dec 12, 2017 7:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 24266

Re: Building Harbour 3.4 for BCC outside MSYS

Hallo Andi, now is compiling ok but linking shows some unresolved externals.(zip and socket) Same lib-names i use with borland!
Do you know what libs are missing?

fiveH32.lib(OLEFUNCS.obj) : error LNK2001: unresolved external symbol _HB_FUN_HB_UNZIPOPEN
config.exe : fatal error LNK1120: 22 ...
by andijahja
Mon Dec 11, 2017 11:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 24266

Re: Building Harbour 3.4 for BCC outside MSYS

Rick Lipkin wrote:Andi

I have tried that combination .. only made the results worse :(


That's what I am looking for :)
It seems you must also link:

1) CT.LIB or whatever the name is, it is xHarbour's Clipper Tool Lib.
2) GDIPLUS.LIB, it is MSVC Lib.

I think it should be OK by now:)
by andijahja
Mon Dec 11, 2017 8:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 24266

Re: Building Harbour 3.4 for BCC outside MSYS

Andi

I have tried every conveivable combination of FWH (M) lib and this is the best results :

echo c:\Fwh1707\lib\FiveHCM.lib >> msvc.tmp

Hi Rick,

You missed one library:

You typed:
ECHO c:\Fwh1707\lib\FiveHCM.lib >> msvc.tmp

Should be:
ECHO c:\Fwh1707\lib\Fivehmx.lib c:\Fwh1707\lib\FiveHCM ...
by andijahja
Sun Dec 10, 2017 11:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: "error adding symbols" error with buildg.bat?
Replies: 1
Views: 545

Re: "error adding symbols" error with buildg.bat?

"d:\harbour201712\lib\win\mingw/libhbmacro.a: error adding symbols: Malformed archive collect2.exe: error: ld returned 1 exit status

My setting in buildg.bat

if "%fwh%" == "" set fwh=.\..

set hdir=d:\harbour201712
set hdirc=%hdir%\bin\harbour.exe
set hlibs=%hdir%\lib\win\mingw
set mingw=%hdir ...
by andijahja
Sun Dec 10, 2017 11:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 24266

Re: Building Harbour 3.4 for BCC outside MSYS

Andi

I am getting closer .. still something missing ...

BuildxM

c:\Fwh1707\lib\Fivehmx.lib c:\Fwh1707\lib\FiveHCM.lib c:\Fwh1707\Fiveh32.lib >> msvc.tmp
rem echo c:\Fwh1707\lib\Fivehc32.lib c:\Fwh1707\lib\FiveHCM.lib >> msvc.tmp

tutor01.obj : error LNK2001: unresolved external symbol _HB_FUN ...
by andijahja
Sat Dec 09, 2017 12:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 24266

Re: Building Harbour 3.4 for BCC outside MSYS

Andi

I have downloaded xHarbour MSVC 2015 from Mel's site ... I have attempted to modify BuildxM and when I try to compile Tutor01.prg I get the errors below. I would appreciate any help.

Thanks
Rick Lipkin

@ECHO OFFCLSECHO ...
by andijahja
Sat Dec 09, 2017 12:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 24266

Re: Building Harbour 3.4 for BCC outside MSYS

Now i have tested hbmk2 but is showing the following error:
Error: 'C:\FWH\LIB\FIVEH32.LIB' enthlt einen ung ltigen OMF-Record, Typ 0x21 (mglicherweise COFF)
Is any solution?

Hi Günther,

You mixed up MSVC libraries with BCC ones:

Libraries description=====================FWH - FiveWin for ...
by andijahja
Fri Dec 01, 2017 9:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: for xHarbour users: xharbour-clang
Replies: 0
Views: 883

for xHarbour users: xharbour-clang

file: readme.txt

This package contains executables and essential libraries compiled in cLang for use with Borland family compilers.

Test results:tests/speedtst.prgwith this clang package and BCC73:12/01/17 15:32:52 Windows 8 6.2.9200xHarbour 1.2.3 Intl. (SimpLex) (Build 20170902&#41 ...
by andijahja
Thu Nov 30, 2017 9:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 24266

Re: Building Harbour 3.4 for BCC outside MSYS

Andi,
have you also a makefile-template for more then one .prg?
Günther,

hbmk2 gives you smart make process as follows:

console example:for single program: hbmk2 -plat=win -comp=bcc -lhbmainstd program1.prgfor multi prg program: hbmk2 -plat=win -comp=bcc -lhbmainstd program1.prg program2.prggui ...
by andijahja
Sat Nov 25, 2017 9:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 24266

Re: Building Harbour 3.4 for BCC outside MSYS

Andi

BRILLIANT !! Now that's what I'm talking About ... I may need some help getting the config correct and a working make file ..

Thanks
Rick Lipkin



Hi Rick:

Followings are examples, you may have to adjust to match your environment:

32 bit:
@echo offREM THIS IS MSVC VERSIONSET __VC ...
by andijahja
Sat Nov 25, 2017 7:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 24266

Re: Building Harbour 3.4 for BCC outside MSYS

Antonio

I have considered migrating to Visual Studio unfortunately just about every Windows 7 and Windows 10 update roll-up contains multiple dot net security patches ... I may have to eventually migrate to Visual Studio ... I just dislike polluting my machine with all the bloat of dot net.

If ...
by andijahja
Sat Nov 25, 2017 12:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 24266

Building Harbour 3.4 for BCC outside MSYS

Hi All:

As we all know, Harbour developers are killing BCC support next year. Furthermore, Harbour 3.4, the superset of of original Harbour, does not provide tools to build the compiler without MSYS. Personally, I hate to use MSYS for Harbour creation.

Those, particularly BCC users, who wish to ...
by andijahja
Mon Aug 13, 2012 7:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: LetoDB
Replies: 8
Views: 3057

Re: LetoDB

FiveWiDi wrote:Hello,

And for Harbour 3.1, does anyone have it?

Regards,


Hello,

This link is Harbour version of letodb:

http://www.mediafire.com/?cw8g8q1rgpcc2a8