Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WDCC does not find Lazarus IDE and Compiler #26

Open
MaartenJB opened this issue Oct 19, 2016 · 2 comments
Open

WDCC does not find Lazarus IDE and Compiler #26

MaartenJB opened this issue Oct 19, 2016 · 2 comments

Comments

@MaartenJB
Copy link

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

@farukdemirel
Copy link

Hi I have the same issur for Delphi 10.1 WDCC does not see this as an existing delphi. Any workaround?

Regards.

@MaartenJB
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants