http://bugs.winehq.org/show_bug.cgi?id=19781
--- Comment #32 from Dan Kegel dank@kegel.com 2009-11-29 18:53:11 --- Close, but not quite there yet. Doing rm -rf ~/.wine sh winetricks vc2005trial cd ~/.wine/drive_c/Program Files/Microsoft Visual Studio 8/Common7/Tools cp ~/hello.c . wine cmd vsvars32.bat cl -Zi hello.c yields fixme:ole:NdrCorrelationInitialize (0x33e330, 0x33df30, 1024, 0x0): stub fixme:ole:NdrCorrelationInitialize (0x33e330, 0x33df30, 1024, 0x0): stub fixme:rpc:NdrStubCall2 new correlation description not implemented fixme:rpc:calc_arg_size Unhandled type 30 err:rpc:I_RpcReceive we got fault packet with status 0x3e6 fixme:ole:NdrCorrelationInitialize (0x33e330, 0x33df30, 1024, 0x0): stub fixme:rpc:NdrStubCall2 new correlation description not implemented fixme:rpc:calc_arg_size Unhandled type 30 fixme:ole:NdrCorrelationFree (0x33e330): stub hello.c : fatal error C1902: Program database manager mismatch; please check your installation
which seems a less dire set of errors than in the original post, but still the app didn't work. (I'm pretty sure the same problem affects both vc2005 trial and vc2005 express.)