program built in vfp9

Questions about Wine on Linux
Locked
xarlytres
Newbie
Newbie
Posts: 2
Joined: Thu Dec 11, 2014 12:25 pm

program built in vfp9

Post by xarlytres »

Hi sorry for my english and thanks before anything, i need help because i have installed linux mint and latest version of wine (1.7.32) kernel i386 32bits. my problem is that i installed a program build in vfp9 and works normally but when i go to close the program it calls a libraries (zipmaster libraries) that zip database, all this libraries are registered by regsvr32 and activex control but shows all time "error 1443 can not found interface IZIPMASTR2XEVENTS" please helpppppppp
xarlytres
Newbie
Newbie
Posts: 2
Joined: Thu Dec 11, 2014 12:25 pm

Re: program built in vfp9

Post by xarlytres »

I found a similar program that have this error and i could extract source code; i think that the problem is here (remember that i cant modify the source code of my program because i dont have)

PART OF CODE .......START HERE
IMPLEMENTS IZIPMASTR2XEVENTS IN zipm2x.ocx
**
PROCEDURE izipmastr2events_ondirupdate

and i have registered zipm2x.ocx and exe is in the same folder that required dlls like zipmaster instruccions says.
thanks for readme
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: program built in vfp9

Post by lahmbi5678 »

Please file a bug in wine's bugzilla and provide a sample application.
Locked