wmi-delphi-code-creator
wmi-delphi-code-creator copied to clipboard
WDCC does not find Lazarus IDE and Compiler
Hi,
Is it possible to tell WDCC where to find de Lazarus IDE and FPC compiler, because it does not find it. I've manually compiled both, so no default installation.
Thanks in advance,
Maarten
Hi I have the same issur for Delphi 10.1 WDCC does not see this as an existing delphi. Any workaround?
Regards.
Okey, figured it out.
It expects the installation folder to be: "%LOCALAPPDATA%\lazarus"
Don't know why, because this is not even the default installation location. I've made a symbolic link to the real location and now it works:
mklink /D "%LOCALAPPDATA%\lazarus" "c:\freepascal\lazarus_32"
You must run the mklink commando as the same user as you are using to start WDCC and you must have started Lazarus as this user as well.
(For delphi it's looking for registry entries if I'm not mistaken. you may want to take a look in folder "wmi-delphi-code-creator-master\Units\uDelphiVersions.pas")