Hello all,
I'm using TwinCompile 3.3.1.231 and C++Builder XE. During editing the source code the "Compile Message" window appears every 20 seconds. If I close the window it appears still.
Is there any option to solve the problem.
Thanks
Thomas
Compile Message window appears every 20 seconds
-
- Posts: 1
- Joined: Tue Jan 10, 2012 3:31 am
Re: Compile Message window appears every 20 seconds
Dock the compile message window in some location, then save the IDE desktop. That will force the window to stay in one place and not continually pop-up.
What you're seeing is TwineCompile performing automatic background compiling of your source code to optimize make times. If you do not want TwineCompile to perform this background compiling, turn off SORTA Compile in the options. (I do not recommend turning it off as it saves a lot of compile time)
What you're seeing is TwineCompile performing automatic background compiling of your source code to optimize make times. If you do not want TwineCompile to perform this background compiling, turn off SORTA Compile in the options. (I do not recommend turning it off as it saves a lot of compile time)
Jon