is it possible to deploy applications built with MSVC++ 9.0 (2008) Express? The instructions here:


http://doc.trolltech.com/4.2/deploym...ared-libraries


are for MSVC++ 8.0 (2005) and Qt 4.2. I'm using MSVC++ 9.0 (2008) and Qt 4.4.3.

Has anyone successfully deployed the latter? I'm developing/testing on winXP 32-bit. I'm tempted to scrap everything and use mingw--i rarely use the IDE anyway, mostly the VS2008 command prompt--but the third party API I use, coin3d, is better supported with msvc++, and I'm not very good at tracking down build/compile errors so would like to stick with msvc++ if possible.