Okay, no immediate culprits but this might be first-time linking at work. Try linking DLLs with /DELAYLOAD[1] or don't link at compile time but LoadLibary() everything in your app. That second option might not be trivial to set up though. [1] http://msdn.microsoft.com/en-us/library/yx9zd12s.aspx