STL/CLR problems - can't find Microsoft.VisualC.STLCLR.dll ?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have installed VS 2008 RTM on clean machine (full Windows Update + Visual Studio 2005 + VS 2005 SP1 - both Team Suite versions), and when I tried the simplest example that uses vector container from STL/CLR I got error:

fatal error C1107: could not find assembly Microsoft.VisualC.STLCLR.dll: please specify the assembly search path using /AI or by setting the LIBPATH environment variable   

Problem is in header xutility.h, in line where it says:

#using <Microsoft.VisualC.STLCLR.dll>

Ive seen other people had problems with this (see <a title="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2353065&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2353065&SiteID=1 here ) but no (real) answers (there is a workaround with deleting that line and manually adding reference, but its ugly ;-).

Ive been waiting for STL/CLR for almost two years :-), so this is really disappointing. Can anyone help ?


View the full article
 
Back
Top