Search found 401 matches

by jomitech
Wed Feb 16, 2011 4:46 pm
Forum: General
Topic: Compling files with local options
Replies: 4
Views: 12234

Re: Compling files with local options

Basically what you are seeing is MSBuild being invoked separately for each file that has local options. This means that only one file is passed to TwineCompile, resulting in the file counts being wrong, and only 1 thread being used for the files. We're looking into ways to process this differently, ...
by jomitech
Fri Oct 29, 2010 9:22 am
Forum: General
Topic: TwinCompile fails with message failed to acquire available
Replies: 2
Views: 6669

Re: TwinCompile fails with message failed to acquire available

Open the following folder and delete the mtbcc32PortStack.dat file:

2000/XP:
C:\Documents And Settings\<UserName>\Local Settings\Application Data\TwineCompile

Vista/7:
C:\Users\<UserName>\AppData\Local\TwineCompile
by jomitech
Mon Oct 25, 2010 7:34 am
Forum: General
Topic: Setting thread count is ignored
Replies: 7
Views: 17405

Re: Setting thread count is ignored

Can you copy and paste the command-line from the console window into here?
by jomitech
Wed Oct 20, 2010 4:16 pm
Forum: General
Topic: Setting thread count is ignored
Replies: 7
Views: 17405

Re: Setting thread count is ignored

Try closing them (TwineCompile -> Close Executors) and see how many you get on the next compile.
by jomitech
Tue Oct 19, 2010 8:42 am
Forum: General
Topic: Setting thread count is ignored
Replies: 7
Views: 17405

Re: Setting thread count is ignored

How many mtbcc32CompileExecutor processes are running in the background when you have 4 threads with only 2 CPUs?
by jomitech
Tue Oct 19, 2010 8:37 am
Forum: General
Topic: Options panel display incorrect
Replies: 3
Views: 10021

Re: Options panel display incorrect

Interesting, it looks like an XE issue. The codebase for all the plugins is the same, so I wonder if there is a VCL bug here. I'll have to investigate.
by jomitech
Mon Oct 18, 2010 11:42 am
Forum: General
Topic: SORTA set to 0ms does not compile
Replies: 3
Views: 9635

Re: SORTA set to 0ms does not compile

The windows timer has a minimum resolution of 10ms, so in the next update to TwineCompile, we'll remove 0ms and replace it with 10ms.
by jomitech
Mon Oct 18, 2010 7:51 am
Forum: General
Topic: SORTA set to 0ms does not compile
Replies: 3
Views: 9635

Re: SORTA set to 0ms does not compile

Thanks for reporting this. After investigation, it appears that the VCL TTimer control will not enable with an Interval of 0. So an interval of 0 is not possible.
by jomitech
Mon Oct 18, 2010 7:38 am
Forum: General
Topic: Options panel display incorrect
Replies: 3
Views: 10021

Re: Options panel display incorrect

I can't reproduce this. The dialog stays on the last selected item for me and does not revert to the Threading page.

What OS/IDE are you using?
by jomitech
Mon Oct 18, 2010 7:35 am
Forum: General
Topic: Setting thread count is ignored
Replies: 7
Views: 17405

Re: Setting thread count is ignored

Is the right thread count passed to mtbcc32? It should appear on the command line as -threadsX where X is the number of threads.