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

how to install 'ShellControls' #722

Closed
jc508 opened this issue Dec 19, 2024 · 3 comments
Closed

how to install 'ShellControls' #722

jc508 opened this issue Dec 19, 2024 · 3 comments

Comments

@jc508
Copy link

jc508 commented Dec 19, 2024

Just trying to setup a delphi world and follow the instructions ExifToolGui/Source/Vcl.ShellControls/ReadMe.txt
to patch the ShellControls.
Followed along up to line 65 ..
Open the ShellControls.groupproj in Delphi, Compile and Install the 32 Bits version.

I compiled it alright but can you please advise more about 'install'. exactly what do I install where ? into some project.
As you have probably gathered I know nothing of Delphi naming conventions.
Thanks
JC

@FrankBijnen
Copy link
Owner

Background. You need to install this to be able to open the main form. It installs the controls needed in the IDE.
Strictly speaking you dont need to this to compile the project, because the path has been setup in the project. But then you would only be able to do a 'batch compile'

Open the DPK file. (I have a different path of course)

dpk_open

Right click on the project. And Build followed by Install.
Close, if prompted Save.

build_install

Maybe you need to install the styles? See also the issue #718

After that you should be able to open the ExifToolGui.dpr. The project for building ExifToolGui.

Frank

@jc508
Copy link
Author

jc508 commented Dec 20, 2024

Ah - right click menu! I was looking in main menus (along the top)
Works now thanks
JC

@FrankBijnen
Copy link
Owner

Great.
Actually Building is available in the Top menu. Project/Build. Installing in the main menu I cant find right now, but I expect it is possible.

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