http://bugs.winehq.org/show_bug.cgi?id=12977
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-05-05 10:43:15 --- The app does LoadLibrary("c:\windows\system32\QuickTime.qts") which fails with error ERROR_MOD_NOT_FOUND (failed dependency?).
QuickTime.qts from my XP system32 does export _CallComponentFunctionWithStorage
Did the application install QuickTime? If yes, perhaps +module log could shed some light why LoadLibrary("QuickTime.qts") fails.