Hello,
I have been following this link, so that I can wrap all the needed .dll’s together etc:
http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/
Basically means setting Tools -> Properties -> Configuration Properties -> C/C++ -> Code Generation -> Runtime Library, to Multi-threaded (/MT) rather than Multi-threaded DLL (/MD).
Every time I try and run the application though it gives me the following error: LINK : fatal error LNK1104: cannot open file 'PocoFoundationmt.lib’
Anybody seen this before?
Cheers,
Sam