PDA

View Full Version : Is it possible to add the OBJ files instead of the PAS files for C++ Builder


Simon Farmer
15-Dec-2005, 09:24 AM
Hi,

Is it possible to add the object files instead of the pas files to a C++
builder project. The reason for this is that i'm trying to use Bcc32Pch
Plugin from http://andy.jgknet.de/cpp/index.php as it improves compile time
from 20mins to 4mins. My problem is that Bcc32Pch uses make.exe and make has
a bug ([MAKE] Fatal: Command arguments too long) when compiling pascal
files.

As far as I can tell there is no need to compile the ExceptionLog.pas.

Please let me know what I can change or if you can change it ASAP.

Thanks

Simon

admin
19-Dec-2005, 07:30 AM
Hi,

Simon Farmer wrote:
> Hi,
>
> Is it possible to add the object files instead of the pas files to a C++
> builder project. The reason for this is that i'm trying to use Bcc32Pch
> Plugin from http://andy.jgknet.de/cpp/index.php as it improves compile time
> from 20mins to 4mins. My problem is that Bcc32Pch uses make.exe and make has
> a bug ([MAKE] Fatal: Command arguments too long) when compiling pascal
> files.
>
> As far as I can tell there is no need to compile the ExceptionLog.pas.
>
> Please let me know what I can change or if you can change it ASAP.
>
> Thanks
>
> Simon

I'm sorry but I cannot how can help you about this issue. :(

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!

Jouni Aro
21-Dec-2005, 07:11 AM
admin wrote:

> Hi,
>
> Simon Farmer wrote:
>
>> Hi,
>>
>> Is it possible to add the object files instead of the pas files to a
>> C++ builder project. The reason for this is that i'm trying to use
>> Bcc32Pch Plugin from http://andy.jgknet.de/cpp/index.php as it
>> improves compile time from 20mins to 4mins. My problem is that
>> Bcc32Pch uses make.exe and make has a bug ([MAKE] Fatal: Command
>> arguments too long) when compiling pascal files.

Sounds like a familiar "feature". Check that your path is not too long...

Look for the error msg + "path" from the web, I got this, for example:

http://www.tapr.org/pipermail/nos-bbs/2005-March/000156.html

(more in the Google Groups search...)