FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour To Antonio:
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
To Antonio:
Posted: Mon Jul 04, 2011 12:58 AM

Antonio:

Finally, I'd solved, almost all issues, using the SIX driver in the 32 bit environment. I'm linking with the commercial xHarbour compiler. Now, it's xHarbour Borland or Microsoft compiler based ? If the latter (Microsoft), how do I compile using FiveWin's BUILDX.BAT ? It's there a FiveWin version based on Microsoft ? As I understand FW is Borland based, right ? Thank you.

Gustavo

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: To Antonio:
Posted: Mon Jul 04, 2011 02:59 AM

FWH provides libraries built both for Borland C and Microsoft C. Readme.txt file in \fwh\lib folder explains the appropriate libraries to link.

XHarbour commercial is compatible with Pelles C. Normally, FWH libraries meant for microsoft c work well with xHb. Minor issues can come up, which will be addressed and solutions suggested by Mr. Antonio. Alternatively. FWH libraries can be built at user's end by using the build file provided by xHb.

Regards



G. N. Rao.

Hyderabad, India
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: To Antonio:
Posted: Mon Jul 04, 2011 05:58 AM

Rao:

Thank you for your kind help. I substituted the library names in the BUILDX.BAT file, but now it is giving me linking errors for one library: Error: 'C:\XHB\LIB\SDE61.LIB' contains invalid OMF record, type 0x21 (possibly COFF)

Gustavo

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: To Antonio:
Posted: Mon Jul 04, 2011 07:41 AM
Gustavo,

HunterEC wrote:Rao:

Thank you for your kind help. I substituted the library names in the BUILDX.BAT file, but now it is giving me linking errors for one library: Error: 'C:\XHB\LIB\SDE61.LIB' contains invalid OMF record, type 0x21 (possibly COFF)

Gustavo


That means that SDE61.LIB is to be used with Microsoft or PellesC, not with Borland
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: To Antonio:
Posted: Mon Jul 04, 2011 08:25 AM

Antonio:

Does FiveWin incudes a linker for Microsoft C ? Is there a BUILDX.BAT file for use with Microsoft libraries and objects ?

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: To Antonio:
Posted: Mon Jul 04, 2011 04:49 PM
HunterEC wrote:Antonio:

Does FiveWin incudes a linker for Microsoft C ? Is there a BUILDX.BAT file for use with Microsoft libraries and objects ?

Buildx.bat is to be used to build with Borland C with xharbour.
Buildxm.bat is to be used to build with Microsoft C with xHarbour.

Compilers and linkers are not part of FWH.
Regards



G. N. Rao.

Hyderabad, India
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: To Antonio:
Posted: Mon Jul 04, 2011 05:21 PM

Rao:

Thank you my friend.

Continue the discussion