Search found 172 matches

by AlexSchaft
Sat Apr 14, 2012 11:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 Mingw gcc linking errors
Replies: 21
Views: 4615

Re: FWH 12.03 Mingw gcc linking errors

I still get the following /fwh.2012-03/lib/fivehg.lib(GETTASKS.o):GETTASKS.c:(.text+0x180): undefined reference to `GetModuleFileNameExA@16' /fwh.2012-03/lib/fivehgc.lib(RICHEDIT.o):RICHEDIT.C:(.text+0xa5c): undefined reference to `OleUIPasteSpecialA@4' /dev/qcc/libhqcc.a(QMAPI.o):QMAPI.c:(.data+0x3...
by AlexSchaft
Fri Apr 13, 2012 1:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 Mingw gcc linking errors
Replies: 21
Views: 4615

Re: FWH 12.03 Mingw gcc linking errors

I am on

c:\hb30\comp\mingw\bin>gcc --version
gcc (tdm-1) 4.5.2-dw2

This one came with harbour 3 install.

I will see if I can upgrade it.
by AlexSchaft
Fri Apr 13, 2012 1:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 Mingw gcc linking errors
Replies: 21
Views: 4615

Re: FWH 12.03 Mingw gcc linking errors

This is using hbmk2
by AlexSchaft
Fri Apr 13, 2012 1:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 Mingw gcc linking errors
Replies: 21
Views: 4615

FWH 12.03 Mingw gcc linking errors

Hi, Just tried linking with the new libs, and got the following: /fwh.2012-03/lib/fivehg.lib(GETTASKS.o):GETTASKS.c:(.text+0x180): undefined reference to `GetModuleFileNameExA@16' /fwh.2012-03/lib/fivehgc.lib(C5CNEW.o):C5CNEW.C:(.text+0x63bd): undefined reference to `__chkstk_ms' /fwh.2012-03/lib/fi...
by AlexSchaft
Fri Apr 13, 2012 9:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Where to get fivehg/fivehgc libs?
Replies: 11
Views: 1742

Re: Where to get fivehg/fivehgc libs?

Antonio Linares wrote:Alex,

No, sorry, as we have not built Harbour 64 with gcc yet, neither FWH.
Antonio,

I have compiled a console app to 64 bit with the 3.0.0 binaries with mingw 64bit tools quite easily.
by AlexSchaft
Fri Apr 13, 2012 9:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Where to get fivehg/fivehgc libs?
Replies: 11
Views: 1742

Re: Where to get fivehg/fivehgc libs?

Antonio,

I've just placed a renewal order for FTDN. I'd really appreciate a 64bit mingw release :)
by AlexSchaft
Fri Apr 13, 2012 8:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Where to get fivehg/fivehgc libs?
Replies: 11
Views: 1742

Re: Where to get fivehg/fivehgc libs?

Antonio,

With FTDN, will we get FWH64 with gcc libs as well?
by AlexSchaft
Fri Apr 13, 2012 8:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Where to get fivehg/fivehgc libs?
Replies: 11
Views: 1742

Re: Where to get fivehg/fivehgc libs?

Time for us to update then :)
by AlexSchaft
Fri Apr 13, 2012 7:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: Where to get fivehg/fivehgc libs?
Replies: 11
Views: 1742

Re: Where to get fivehg/fivehgc libs?

hua wrote:There was a period after the initial introduction the libs were held back as they weren't regularly updated and only recently they were included again.

Hopefully Antonio can answer your post
I hope so. GCC is now the main compiler for harbour, so I think they need to get distributed.
by AlexSchaft
Fri Apr 13, 2012 7:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Where to get fivehg/fivehgc libs?
Replies: 11
Views: 1742

Re: Where to get fivehg/fivehgc libs?

I have a copy of 11.05, but the libs aren't in there....
by AlexSchaft
Fri Apr 13, 2012 5:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Where to get fivehg/fivehgc libs?
Replies: 11
Views: 1742

Where to get fivehg/fivehgc libs?

Hi,

I've been trying to build my app with gcc for two days now, only to discover this morning that I need different libs for gcc. Where can I get them?

Alex
by AlexSchaft
Thu Apr 12, 2012 1:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3 with mingw gcc, unresolved external _allshr
Replies: 3
Views: 547

Re: Harbour 3 with mingw gcc, unresolved external _allshr

Mingw gcc is a port of the gnu c compiler, and is the main one used for harbour.
by AlexSchaft
Thu Apr 12, 2012 10:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3 with mingw gcc, unresolved external _allshr
Replies: 3
Views: 547

Re: Harbour 3 with mingw gcc, unresolved external _allshr

I just linked against 2011.05 and got the following unresolveds. I see _allshr is still there. /fwh.2011-05/lib/fivehcm.lib(objhcm/DRIVES.obj):.\source\function\:(.text+0xf1): undefined reference to `_allshr' /fwh.2011-05/lib/fivehcm.lib(objhcm/RICHEDIT.obj):.\source\internal\:(.text+0x30): undefine...
by AlexSchaft
Thu Apr 12, 2012 10:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3 with mingw gcc, unresolved external _allshr
Replies: 3
Views: 547

Harbour 3 with mingw gcc, unresolved external _allshr

Hi

I've only got one unresolved external left, _allshr in drives.c

We haven't updated our fwh in a while, due to modifications we've made to some prg source.

fivewin.ch gives my version as 7.01....

how can i get around this?
by AlexSchaft
Wed Apr 11, 2012 7:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Source code for Tree32.lib
Replies: 13
Views: 2767

Re: Source code for Tree32.lib

Hi,

Sorry to be bumping an old topic as this, but I'm trying to get this lib as well as tsbutton to compile successfully under harbour 3 and mingw. Can anyone send me some hints?

Thanks,
Alex