Board index » delphi » BCPP4 Long Filename problems, also want to buy BCPP5.02

BCPP4 Long Filename problems, also want to buy BCPP5.02

Hi,
    I'm trying to compile some code using Borland C++ 4.52 (PCPlus freebie)
and I'm experiencing problems with long filenames - namely, BCPP4.52 doesn't
seem to support them. Is there any way to get it to work properly with LFNs?
    The package in question is "BigDigits" from www.di-mgt.com.au -
BIGDIGITS.H is the biggest problem, with many of the source files also
having long filenames...
    Alternatively, is there any way to get a copy of Borland C++ 5.02 or
later? I really don't want to spend 500 on C++Builder 6 when I'm only going
to be using C++ 5.

Thanks.
--
Phil.
phil...@despammed.com  <<-- Yes, this address is real...
http://www.philpem.dsl.pipex.com/

 

Re:BCPP4 Long Filename problems, also want to buy BCPP5.02


On Tue, 25 Jun 2002 18:12:17 +0100, "Philip Pemberton" <phil...@despammed.com>
wrote:

Quote
>I'm experiencing problems with long filenames - namely, BCPP4.52 doesn't
>seem to support them.

The BC++ 4.52 IDE is a Win16 application. Accordingly, it doesn't
have LFN support. By contrast, the BC++ 5.xx IDE is a Win32
application which does recognize LFNs. However, even with 5.xx
when building a 16-bit target app (Win16 or DOS) the IDE calls
16-bit tools which don't have LFN support.

Quote
>Is there any way to get it to work properly with LFNs?

No.

Quote
>is there any way to get a copy of Borland C++ 5.02 or later?

You can try online auctions to find a copy of 5.02.
Note that you can download the command line compiler
and tools from Builder 5 for free from Borland's web site.
Assuming you're trying to build a Win32 application,
it should work for your current needs.

--
Wayne A. King
(ba...@torfree.net, wayne.k...@ablelink.org,
 wak...@idirect.com, Wayne_A_K...@compuserve.com)

Re:BCPP4 Long Filename problems, also want to buy BCPP5.02


"Wayne A. King" <wak...@idirect.com> wrote in message
news:3d18c244.23536625@newsgroups.borland.com...
Quote
> You can try online auctions to find a copy of 5.02.

The same online auctions where "over 85%" of software is pirated (I think I
got that from the Business Software Alliance's site - www.bsa.org)
Quote
> Note that you can download the command line compiler
> and tools from Builder 5 for free from Borland's web site.
> Assuming you're trying to build a Win32 application,
> it should work for your current needs.

Looks like that's my only option... That and my other two compilers (DJGPP
and DigitalMars)...

And I've just realised that the PCPlus Special Edition of BCPP4.52 has a
license restriction - namely I can't distribute any programs I develop with
it...

Thanks anyway.
--
Phil.
phil...@despammed.com  <<-- Yes, this address is real...
http://www.philpem.dsl.pipex.com/

Re:BCPP4 Long Filename problems, also want to buy BCPP5.02


Quote
Philip Pemberton wrote:
> "Wayne A. King" <wak...@idirect.com> wrote in message
> news:3d18c244.23536625@newsgroups.borland.com...

>>You can try online auctions to find a copy of 5.02.

> The same online auctions where "over 85%" of software is pirated (I think I
> got that from the Business Software Alliance's site - www.bsa.org)

Hello,

I know of these sites, which sell old Borland software:
http://www.recycledsoftware.com/
http://www.emsps.com/oldtools/borland.htm

also, it can be found on
http://www.ebay.com/

I don't know if BSA considers these sales illegal.

Jogy

Other Threads