Board index » delphi » another problem converting program from Delphi 2 to Delphi 5

another problem converting program from Delphi 2 to Delphi 5

I get a message when i try to run the program. This message comes:

Project MIK-V.EXE raised exception class EDBEngine with message
'Interface mismatch. Engine version different.'
Proces stopped. Use step or Run to continue.

I don't know wat to do right now.

Thanks JW

 

Re:another problem converting program from Delphi 2 to Delphi 5


That message means that you have a BDE version < 5.0 installed. D5 requires
BDE 5.x which should have been installed when you installed D5. Another
possibility is that you have some old BDE files in another directory that
are being found. Search you hard drive for IDAPI32.DLL and if you find more
than one get rid of the old BDE files.

--
Bill
(TeamB cannot answer questions received via email)

Other Threads