Search found 5 matches

by jgallango
Sat Apr 09, 2011 10:42 am
Forum: General
Topic: Command line compilation always using TwineCompile
Replies: 8
Views: 18671

Re: Command line compilation always using TwineCompile

Yep, just for the record, I had to reinstall Codegear to get command line to compile without TC, but when it happened the same to another co-worker we realized that the reason was that we had replaced ilink32 and bcc32 in C++ Builder 2007 with the ones from C++ Builder 2010. That was something we bo...
by jgallango
Tue Mar 29, 2011 9:33 am
Forum: General
Topic: Command line compilation always using TwineCompile
Replies: 8
Views: 18671

Re: Command line compilation always using TwineCompile

Hi Jon, My compilation errors using bcc32 got solved after reinstalling C++ Builder (sigh). Enabling/Disabling compilation with Twinecompile works fine in 3.2 for me now with your suggested msbuild flags: Using TC ---------- msbuild Project.groupproj /target:Make /p:Configuration=Release NOT Using T...
by jgallango
Mon Mar 28, 2011 10:35 am
Forum: General
Topic: Command line compilation always using TwineCompile
Replies: 8
Views: 18671

Re: Command line compilation always using TwineCompile

Hi Jon, I have tried the option you mention and: 1.- I see that with those options it now uses BCC32 instead of mtbcc32 when compiling the code (GOOD) 2.- I get many compilation errors, apparently due to problems with RAD Studio lib paths (When disabling TC in the IDE it compiles fine). Anything els...
by jgallango
Sun Mar 27, 2011 4:02 pm
Forum: General
Topic: Command line compilation always using TwineCompile
Replies: 8
Views: 18671

Re: Command line compilation always using TwineCompile

Yes, all our cbproj have included both Borland and TCTargets targets files since we started to use Twinecompile back in version 2.x <Import Project="$(MSBuildBinPath)\Borland.Cpp.Targets" /> <Import Project="C:\Program Files\JomiTech\TwineCompiler\TCTargets.targets" /> Previously...
by jgallango
Tue Mar 22, 2011 4:49 pm
Forum: General
Topic: Command line compilation always using TwineCompile
Replies: 8
Views: 18671

Command line compilation always using TwineCompile

Hi, When we were using TC 2.x we created 2 separate batch files to compiIe using or not TwineCompile Command line to compile using TC msbuild Project.groupproj /target:Make /p:CoreCompileDependsOnTargets="DccCompile;TCBuildFileList;TCCompile;TasmCompile;BrccCompile;" /p:Configuration=Relea...