Search found 97 matches

by TKrauss
Thu Jan 17, 2013 4:11 pm
Forum: General
Topic: obj getting bigger
Replies: 5
Views: 17944

Re: obj getting bigger

Did you had any success? What is the status of this issue?

Thank you!
by TKrauss
Tue Dec 11, 2012 12:42 pm
Forum: General
Topic: obj getting bigger
Replies: 5
Views: 17944

Re: obj getting bigger

No we currently using XE2!
by TKrauss
Sat Dec 08, 2012 6:40 am
Forum: General
Topic: obj getting bigger
Replies: 5
Views: 17944

obj getting bigger

Hi, In our project there is always after few compiles and links the "fatal error: out of memory". Now I noticed that if obj are recompiled with Twine Compile they are bigger than before... The only thing that I can do is, to kill the processes "mtbcc32compilerexecutor" after each...
by TKrauss
Thu Oct 18, 2012 9:24 am
Forum: General
Topic: TC on XE3
Replies: 11
Views: 41709

Re: TC on XE3

Thank you!

But don't I need "jtmake.exe.config" and "jresupdate.dll" anymore?
by TKrauss
Mon Oct 15, 2012 2:16 am
Forum: General
Topic: TC on XE3
Replies: 11
Views: 41709

Re: TC on XE3

Hi,

Thank you for your XE3 support!

Is there a new version of jtmake, which supports the new project version?

Brgds,
Thorsten
by TKrauss
Mon Sep 10, 2012 11:04 am
Forum: General
Topic: TC on XE3
Replies: 11
Views: 41709

Re: TC on XE3

OK thank you! Good to know!

Can you already estimate a release date?

Whithout TwineCompile we have very high time efforts to compile an link...
by TKrauss
Mon Sep 10, 2012 6:50 am
Forum: General
Topic: TC on XE3
Replies: 11
Views: 41709

Re: TC on XE3

Are there any news?
by TKrauss
Thu Sep 06, 2012 5:33 am
Forum: General
Topic: Only generate bpi-files
Replies: 1
Views: 7636

Only generate bpi-files

We have circular dependencies in our project.
I now search a way to only generate a bpi-file without entire linking (which fails because of unresolved externals).

Is there any way to do this in jtmake?
by TKrauss
Thu Aug 09, 2012 4:07 pm
Forum: General
Topic: Static libraries
Replies: 12
Views: 39945

Re: Static libraries

Thank you!
Your fix works perfectly...

Is there any new setup which contains all the fixes witch you submitted me and maybe other fixes which other user got?
by TKrauss
Tue Aug 07, 2012 1:56 pm
Forum: General
Topic: Static libraries
Replies: 12
Views: 39945

Re: Static libraries

That was just the tail.

At first compilation (the one which creates the "dynamic" objects use mtbcc32) only the second (the static objects) is not using mtbcc32.exe it uses bcc32.exe instead.