Quote:
Original post by CondorMan
So, if and when it comes to it, I'll make sure that the correct libraries are packaged with the .exe as I won't have control over what's on the other PC.
On my machine and with VS8 Standard, the redistributable DLLs have been placed in C:\Program Files\Microsoft Visual Studio 8\VC\redist. I suspect VC8 Express does something similar. Double-check the redist.txt file in the root of your VC8E distribution.
For more details, see this article on MSDN, and more specifically this article for VC8E projects. Or you could use a program such as NSIS, MSI...
Deployment is beyond the scope of this workshop.