We have a DLL to run one of our proprietary peripheral cards. The DLL was written in MSVC++ 6 using Windriver 6 from Jungo, (NOT WindRiver), and it's running on Windows 2000. The functionality is all ...
Trying to set the path for a C++ program in VS2010. More precisely, trying to tell VS2010 where various library dlls are, so I don't need a copy of each in the folder that it is creating the exe in. I ...
Visual Studio provides a rich set of tools for finding bugs, though most developers aren't aware or don't take advantage of all of them. Bugs occur at two stages in a code's life: during development ...