0
votes

I am unable to use the GetIt or the Manual approach to install the JVCL into Delphi XE10 Seattle. I always receive the error during package compilation that the unit 'jvInterpreter_DBTables" is not found. I see the pas file in the directory listed with the error c:....\Studio\17.0\CatalogRepository\JediVisualComponentLibraryJVCL-3.49\run\

I do have Delphi 2010 and Delphi XE8 installed as well. The JCL installed just fine and Seattle loads with the package version 2.80.

Thank you for any ideas.

1
You have old copies of some JCL and JVCL units (DCU), or DCPs or BPLs in your library path or conflicting old JVCL or JCL BPLs your windows system PATH? Start up Delphi with a fresh registry: bds.exe -RSEEMS_FRESH_TO_ME and try it from there.Warren P
Thank you for the reply.DpCroghan
Thank you for the reply. I tried uninstalling and then running xe10 with the -RSEEMS_FRESH_TO_ME and it produced the same result. I have verified in my PATH that there is no other JVCL units. I have tried uninstalling JVCL from Delphi 2010 & XE8 and XE10DpCroghan
Unselect the package that contains JvInterpreter and try to continue. I seriously doubt you actually effectively searched your system for files that are in your way. Not just the windows path but every folder in your current Delphi 10 Seattle LIBRARY PATH in the Tools Options dialog.Warren P
Thank you again Warren. I am doing an system wide search for jvCore*.bpl in hopes of finding some stray files. I have gone through each folder in my library path and nothing points to any JVCL files.DpCroghan

1 Answers

0
votes

i did it. Process installation (on start) modifed file jvcld23.inc {$DEFINE USE_BDE} you have open in notepad and modifed again {.$DEFINE USE_BDE} and save.

its worked for me.)