Unit 'CodeSiteLogging' not found - delphi

On Delphi XE7 I have on Tools> Options >library path U:\Program Files (x86)\Raize\DM2\Lib\RS-XE7\Win32 to run code for codesite.
The code is running but I upgrade the code to XE10 seattle.
Now I get an error F2613 Unit 'CodeSiteLogging' not found.
I'm confuse that there is no path like U:\Program Files (x86)\Raize\DM2\Lib\RS-XE10Seattle\Win32
Must I set the same path like XE7 on XE10 seattle?

To get CodeSite Express I must install the tool with GetIT.
Through Tools> GetIt Package Manager...
select CodeSite Express 5.2.1 and click install.

Related

Delphi 10.4.2 "could not find wizard gexperts" error on starting

I have just installed Delphi 10.4.2. It runs fine, but every time it strarts I get this error message: "Could not find Wizard C:...\Gexperts for Rad Studio 10.4\GExpertsRS104.dll"
Is there a way to install GExperts?
Download from http://www.gexperts.org/download/ and install it.
Or this one: https://blog.dummzeuch.de/experimental-gexperts-version/
A version for Delphi 10.4.1 is available from https://gexperts.dummzeuch.de. As far as I know it also works with Delphi 10.4.2. Alternatively get the source code and compile it yourself (link on that page).
But why does the Delphi IDE try to load GExperts? Normally it only does that if you have installed it. Did you may be migrate settings from an older Delphi version where you had it installed?

JediInstaller will not run

I downlaoded newest verrsion of JVCl which include JCL
As first thing, I try in jcl folder to doubleclick install.bat
It compiles and runs but then throws error:
Program can not start as rtl180.bpl is missing on the computer
I have Delphi 2010 installed here:
D:\DevTools\Embarcadero\RAD Studio\7.0
I have Delphi XE4 installed here:
D:\DevTools\Embarcadero\RAD Studio\11.0
I had many more installed in the past, but some were trials, some no longer work in Windows 10 etc. so I have been removing unwanted Delphi versions. But I have tried removing all traces.
Need to fix "System environment variables - Path" with path to bpls

Delphi XE10 Seattle JVCL failing install

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.
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.)

Proper way to install JVCL 3.47 on XE3

I am trying to install JVCL 3.47 on a Delphi XE3 instance but I failed twice; I know that first I must install JCL; When I run Install.bat located in the jcl folder I get this error: "Windows cannot find '..\bin\JediInstaller.exe' ...;
I looked into bin folder but indeed JediInstaller.exe is not there; So I have opened the project JediInstaller located in "..\JVCL347CompleteJCL241-Build4571\jcl\jcl\install" and compiled it and then I started JediInstaller and installed JCL; Afer I tried to install JVCL again with opening the installer project and compiling it but again it returned an error that JCL is not installed and I don't know way because I have it installed;
When I installed JVCL 3.45 on Delphi Xe2, Win 7 it worked by opening install.bat, but now on Win8 , Delphi XE3 it doesn't work... Please somebody advise me how to install properly JVCL (I need to modify a project built with XE2 and Jvcl by the day after tomorrow).
Thanks in advance.

Error in installing JEDI - please install the dependencies first

I downloaded JEDIVCL package.... according to its help i have to run install.bat from jcl folder and then run install.bat from jvcl folder. i launched install.bat from jvcl folder but i received this error:
and if run install.bat from jcl folder receive this error:
How can I solve this problem? if its possible give me steps to install this package.
Second error message is crash of Delphi compiler.
install.bat asks Delphi to compile JCL installer, but... Delphi compiler crashes.
This is definitive sign that there is a problem with your Delphi compiler!
Try to install available all updates. Also, try to open installer project in IDE and compile it from IDE (without command-line compiler).
Sounds like you have problem with your Delphi installation. If you have just installed Delphi make sure you have run it at least once.
You will need to have the DCC32.EXE command line compiler to install JCL. If I remember correctly this was not shipped in the Turbo or Trial editions of the product.
The JCL/JVCL look in the registry for the location of your Delphi Installations, some versions of Delphi update the registry on the first launch of the product.

Resources