help needed running visual FoxPro 6 application

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Dan Kegel

help needed running visual FoxPro 6 application

Post by Dan Kegel »

2008/4/3 Reginaldo <[email protected]>:
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

Good luck and let us know what happens...
- Dan
ChasF
Level 1
Level 1
Posts: 8
Joined: Sun Mar 16, 2008 10:58 pm

Post by ChasF »

Hello,

Here are the relevant registry entries from a Windows 2000 SP4 system with all patches applied:
1. HKCR\CLSID\{854D7AC5-BC3D-11D0-B421-00A0C90F9DC4}
- Default: "VsHelpServices Class"
2. HKCR\CLSID\{854D7AC5-BC3D-11D0-B421-00A0C90F9DC4}\InprocServer32
- Default: "D:\\Program Files\\Common Files\\Microsoft Shared\\vs98\\VSHELP.DLL"
- ThreadingModel: "Apartment"
3. HKCR\CLSID\{854D7AC5-BC3D-11D0-B421-00A0C90F9DC4}\ProgID
- Default: "VsHelpServices.1"
4. HKCR\CLSID\{854D7AC5-BC3D-11D0-B421-00A0C90F9DC4}\Programmable
- Default:
5. HKCR\CLSID\{854D7AC5-BC3D-11D0-B421-00A0C90F9DC4}\VersionIndependentProgID
- Default: "VsHelpServices"

There are other entries which should exist as well - e.g. the CLSID {854D7ACA-BC3D-11D0-B421-00A0C90F9DC4}.

I'm about to build a Wine installation to (try to) run Office 2000, so I'll post another message if I find the entries appearing.
Dan Kegel

help needed running visual FoxPro 6 application

Post by Dan Kegel »

On Thu, Apr 3, 2008 at 5:08 PM, Dan Kegel <[email protected]> wrote:
2008/4/3 Reginaldo <[email protected]>:
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
Locked