helloworld922
helloworld922

Reputation: 10939

Thread building block library vc11_ui?

I recently downloaded TBB41_20130613 (current release for Windows at this time), and I noticed that there are folders for vc11 and vc11_ui bin/lib folders. As far as I can tell, both have the same libraries (file names are the same), but they are clearly different binaries (different file sizes). I haven't found any reference in the documentation or via Google what's the difference between the two.

What's the difference between the two? When should I use one over the other, or must I reference both at the same time?

Upvotes: 8

Views: 1796

Answers (1)

Vladimir Polin
Vladimir Polin

Reputation: 156

These (vc11_ui) are binaries to build windows store applications More details can be found in the blog here.

Upvotes: 8

Related Questions