VB6 - A foxpro 2.6 no isam error on XP

前端 未结 2 519
春和景丽
春和景丽 2021-01-17 01:37

The boss handed me some rather ancient legacy code, all done in VB6. After installing Visual Studio 6 and a few other things, I\'m finally able to open the project and actua

2条回答
  •  时光取名叫无心
    2021-01-17 02:19

    FoxPro 2.6 requires a dll called msxbse35.dll

    Copy it into your system32 directory and run regsvr32 msxbse35.dll to register. Your program will then run fine on that computer.

提交回复
热议问题