Page 1 of 1

Harbour 3 with mingw gcc, unresolved external _allshr

PostPosted: Thu Apr 12, 2012 10:13 am
by AlexSchaft
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?

Re: Harbour 3 with mingw gcc, unresolved external _allshr

PostPosted: Thu Apr 12, 2012 10:46 am
by AlexSchaft
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 to `IID_IRichEditOleCallback'
/fwh.2011-05/lib/fivehcm.lib(objhcm/RICHEDIT.obj):.\source\internal\:(.text+0x8c6): undefined reference to `OleUIPasteSpecialA@4'

Re: Harbour 3 with mingw gcc, unresolved external _allshr

PostPosted: Thu Apr 12, 2012 12:24 pm
by Otto
Hello Alex,
may I ask what for is minigw an gcc?
Best regards,
Otto

Re: Harbour 3 with mingw gcc, unresolved external _allshr

PostPosted: Thu Apr 12, 2012 1:01 pm
by AlexSchaft
Mingw gcc is a port of the gnu c compiler, and is the main one used for harbour.