program built in vfp9
program built in vfp9
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
Re: program built in vfp9
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
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
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
Re: program built in vfp9
Please file a bug in wine's bugzilla and provide a sample application.