I've been working on a newer build of GEM for Windows using VS 2003.&nbsp; On certain machines the following error occurs when attempting to load Gem.dll:<br><br>This application has failed to start because MSVCO71.dll was not found.&nbsp; 
<br><br>We usually purchase Dell machine here and they all have this DLL installed but the Shuttle that arrived yesterday does not.&nbsp; MS states that it is part of the C++ runtime library.&nbsp; I have not found anything in the build settings which explicitly mentions this DLL so it must be a part of some lib or API.&nbsp; Here's what I link into GEM:
<br><br>OpenGL + glu<br>GLEW<br>freetype<br>FTGL<br>DirectShow<br>Quicktime<br>Pd 0.39.1 from Miller<br>and the usual MS stuff<br><br>Has anyone had a similar problem?&nbsp; Also, short of disabling every feature and loading the DLL hundreds of times, what can I do to trace the linkage on Windows?
<br><br>