FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Off Topic / Otros temas BCC compiler version
Posts: 153
Joined: Tue Aug 05, 2014 09:48 AM
BCC compiler version
Posted: Sat Oct 03, 2015 02:25 PM

Hi,
How to know application build by which BCC compiler

Regards, Greetings



Try FWH. You will enjoy it's simplicity and power.!
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: BCC compiler version
Posted: Sun Oct 04, 2015 06:50 AM

You could search for a certain pattern (from a BCC library) inside the EXE

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: BCC compiler version
Posted: Sun Oct 04, 2015 11:40 PM

? hb_compiler() // Borland 5.82

Returns the compiler used to create the (x)Harbour binaries .. You need to use ( match ) the (x)harbour compiler for your BCC Library. In otherwords for hb_compiler to return the correct BCC you will need to use the (x)harbour build for that compiler.

You can use (x)harbour for BCC55 and the Borland libs for BCC582 the call to hb_compiler will return Borland 5.5.. hb_Compiler will always return the compiler used to create the (x)harbour binaries regardless of the real Borland BCC

Unfortunately, hb_compiler() is the only function I know to return the BCC version.

Rick Lipkin

Posts: 153
Joined: Tue Aug 05, 2014 09:48 AM
Re: BCC compiler version
Posted: Mon Oct 05, 2015 04:17 AM

Thank you Mr. Antonio and Mr. Rick Lipkin

Regards, Greetings



Try FWH. You will enjoy it's simplicity and power.!

Continue the discussion