- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can I use TBB with VC++ 2008 Express?
I've downloaded the Commersial Alligned Version of TBB. My application compiles and links. Upon start it asks formsvcp80.dlland msvcp90.dll soI've supplied those in my Release library. But thenI get an R6034 runtime error which seems to be some kind of manifest problem.
The generated manifest contains this reference
name="Microsoft.VC90.CRT"
whichItake to be related to the msvcp90.dll. This dll is also the onlyone of the twodlls thatis actually distributed with VC++ 2008 Express. Could this be the cause of the problem. That msvcp80.dll is required by TBB but is notconsidered in the manifest?
How should I best proceed here? Thank you!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So right now there are no binaries available of arelease that can handle VS.NET 2008, but there will bein the not too distant future? Okay then I'll wait for the new binariesand study the TBB book in the meantime. -:)
Well, Iguess the nextTBB version will be release shortly after the commersial version of VS.NET 2008is released, but will TBB also support the free Express version?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What a difference a day makes!
I've tried the tbb20_017oss binaries with VC++ 2008 Express and it works fine. The proper system dlls are loaded automagically from the Windowswinsxs library as they should.
Well, now its only all the rest left and I guess theTBB book will come in handy still. -:)
PS. I first couldn't unzip the download files but this free ZipGenius utility did the trick,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've a similar problem with you.I use VC 2008 Express and stable release TBB
My .exe file crashed because of R6034 runtime error,said
An application made an attempt to load the C runtime lirary incorrectly
Could you tell me How you solve it? I expect you reply!

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page