They do? A few weeks ago I was writing a VB app for some contract work I was doing - and I wrote, and tested, the application under WINE.
The visual studio VB IDE has a few odd problems with property sheets and the like, but I never experienced a single problem running the application itself under WINE. -- Sidenote: I've just quickly played with various VB testcases under Wine.... and not had a single problem with any of them. Even down to writing a simple DirectX game in VB, that worked fine too. I've tested VB3 and VB6 as that's all I've got on hand. Can you point to any actual examples of failure? From my testing I cannot find anything which specifically points VB as having problems. It's more likely just your every day problem of a program calling unimplemented APIs. Eg, nothing related to the program being written in Visual Basic as opposed to C/Assembly/Delphi/Python/whatever. Or, alternativly, it's a specific control causing the problems. - Ender On Fri, 8 Nov 2002, Andreas Mohr wrote: > Date: Fri, 8 Nov 2002 09:59:19 +0100 > From: Andreas Mohr <[EMAIL PROTECTED]> > To: Wine Devel <[EMAIL PROTECTED]> > Subject: Wine 0.8: VB compatibility !! > > Hi all, > > I keep encountering people mentioning that VB stuff has lotsa problems > on Wine. > While I really can't say that I like VB, a lot of people seem to use it > for critical tasks in companies on a daily basis, so it sounds like perfect > VB compatibility would be utterly important. > IMHO improving that should be a goal of 0.8. >