http://bugs.winehq.org/show_bug.cgi?id=20354
--- Comment #9 from Damjan Jovanovic damjan.jov@gmail.com 2009-10-25 12:41:19 --- Created an attachment (id=24347) --> (http://bugs.winehq.org/attachment.cgi?id=24347) Stubbed IWiaDevMgr implementation
Hi
Please try this patch.
After applying the patch to the Wine source, it's not enough to compile Wine with the normal "./configure && make depend && make && make install", you have to first run "autoconf", and then you might need to run "regsvr32 sti.dll" and "regsvr32 wiaservc.dll" after it's compiled and installed.
It works for me in a test where I just create IWiaDevMgr (which is what Sony Vegas does), but I don't know what else Sony Vegas might want to do. If it doesn't work, please post console output.
Thank you for testing Damjan