Every time i build a qt app in MSVS2010 i get a side by side configuration error. here's what i did (also posted on another forum, as i do understand this isn't directly related to the topic of these forums, my apologies if this is directly against the rules here)
Ok here's what I did. I have MSVS2010 on windows vista. I downloaded qt-win-opensource-4.7.1-vs2008.exe and qt-vs-addin-1.1.7.exe and ran them both. I then opened up VS2010 and went to new project> qt4 projects> qt application and made it with the default settings.
At which point i always get the same error upon running the program. It builds fine but cannot run. Does anyone know (or can point me to) where i screwed up?
If it builds fine but doesn't run, I'd guess the problem to be with the dynamic libraries. Either not installed, in an unexpected place, or you're not using them correctly.
umm i'm a total noob with Qt... so i don't really know how to do that, or what build i'm currently using. Can you give me (or point me to) a step by step on how to make a static build?