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 ...
I was at a client's site recently and watched them move the new version of their app to production by copying all the DLLs from the "staging" computer to the production computer. I commented on how ...