Tenho o wine instalado no Fedora 6 e quero rodar o VFP, mas quando executo o
VFP aparece "erro ao conectar com SQL. No nodo texto aparece "err:CoGetClass
{854d7-bc3d-11d0-b421-00a0c90f9dc4} not registred.
Google doesn't show any hits for that UUID, so it's hard to say
what's going on without knowing more about the app
(or knowing Portugese
You might try installing mdac27 or art2kmin with winetricks,
there's some small chance the class you're missing is
a Microsoft database runtime. e.g.
wget http://kegel.com/wine/winetricks
sh winetricks mdac27
or
sh winetricks art2kmin
You might also try installing dcom98, though that is touchy and risky:
sh winetricks dcom98
Tenho o wine instalado no Fedora 6 e quero rodar o VFP, mas quando executo o
VFP aparece "erro ao conectar com SQL. No nodo texto aparece "err:CoGetClass
{854d7-bc3d-11d0-b421-00a0c90f9dc4} not registred.
You might try installing mdac27 or art2kmin with winetricks,
there's some small chance the class you're missing is
a Microsoft database runtime. e.g.
wget http://kegel.com/wine/winetricks
sh winetricks mdac27
or
sh winetricks art2kmin
You might also try installing dcom98, though that is touchy and risky:
sh winetricks dcom98
He wrote me back and said that using mdac27 and dcom98 did the trick.
- Dan