FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Harbour 3 with mingw gcc, unresolved external _allshr
Posts: 172
Joined: Fri Oct 07, 2005 01:29 PM
Harbour 3 with mingw gcc, unresolved external _allshr
Posted: Thu Apr 12, 2012 10:13 AM

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?

Posts: 172
Joined: Fri Oct 07, 2005 01:29 PM
Re: Harbour 3 with mingw gcc, unresolved external _allshr
Posted: Thu Apr 12, 2012 10:46 AM

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): undefined reference toIID_IRichEditOleCallback'
/fwh.2011-05/lib/fivehcm.lib(objhcm/RICHEDIT.obj):.\source\internal\:(.text+0x8c6): undefined reference to `OleUIPasteSpecialA@4'

Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: Harbour 3 with mingw gcc, unresolved external _allshr
Posted: Thu Apr 12, 2012 12:24 PM

Hello Alex,
may I ask what for is minigw an gcc?
Best regards,
Otto

Posts: 172
Joined: Fri Oct 07, 2005 01:29 PM
Re: Harbour 3 with mingw gcc, unresolved external _allshr
Posted: Thu Apr 12, 2012 01:01 PM

Mingw gcc is a port of the gnu c compiler, and is the main one used for harbour.

Continue the discussion