I'm writing a Qt exe project (on Win Xp) linking dynamically to a COM dll created with MS VB6 (on Win Xp). Do you know a way to realize this link directly, avoiding to wrap the lib in C-style fashion? I made an attempt with QLibrary class, the dll loading was right but resolve method always returns 0.