Since XE2 there is an extra compilation of all units for static libraries.
This compilation doesn't use TwineCompile bcc32 is executed there. Is there any possibility to compile the "static compilation" with TwineCompile?
We use the version 3.3.1 under XP!
Static libraries
Re: Static libraries
Is this extra compilation part of the normal Make or Build, or is it a separate command?
Jon
Re: Static libraries
This happens if I activate the option: "Generate static package library" under "C++ Linker"!
Re: Static libraries
Are there any news to tell?
Re: Static libraries
Can you build the package and provide the entire contents of the TwineCompile Console Output? In my tests the static library was correctly handled via TwineCompile.
Jon
Re: Static libraries
Sorry for the late response.
As you can see in the log-attachment not mtbcc32 is startet for compilation in static execution.
There is bcc32 used for compilation which is very slow!
As you can see in the log-attachment not mtbcc32 is startet for compilation in static execution.
There is bcc32 used for compilation which is very slow!
- Attachments
-
- TwineCompile_StaticLog.zip
- (940 Bytes) Downloaded 2366 times
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.
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.
Re: Static libraries
Can you provide the entire log? You can send it to support at jomitech dot com.
Jon