PDA

View Full Version : Linking to VB6 dlls



drmath
17th September 2010, 16:00
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.