Hi, my software are DLLs, placed in the system directory (actually C:/Windows as this seems to be the only reliable one and even Microsoft eventually agreed). Now I may want to take advantage of TBB, but the problem is, I just don't know how to redistribute it - the file for both 32-bit and 64-bit version is called tbb.dll and placing it into C:/Windows/System32 could work, but from my experience it is hazardous. How to do that? I'd actually like to use a static version, but well, there's none...
Thanks in advance!