0

I downloaded the necessary from http://code.google.com/p/delphichromiumembedded/ with TortoiseSVN, but I do not know how to use it in Delphi XE2. How do I install the TChromium component?

Rob Kennedy
  • 161,384
  • 21
  • 275
  • 467
Giacomo King Patermo
  • 829
  • 3
  • 13
  • 25
  • for install use the DCEF_XE2.dpk file. For use you need to deploy the dlls that you can find into the bin\Win32 folder – cadetill Jan 02 '13 at 16:02
  • Please look into the general subject of how to install component packages. Any well-known package, especially one like Chromium, should come with instructions on how to install it. – Jerry Dodge Jan 02 '13 at 16:03

1 Answers1

6

To install the component, open the appropriate package - in your case, DCEF_XE2.dpk in packages directory and install the package.

Ondrej Kelle
  • 36,941
  • 2
  • 65
  • 128
  • Done, but TChromium component is not in the tool palette. – Giacomo King Patermo Jan 02 '13 at 16:03
  • Did you just "Build" or completely "Install" the package(s)? And which palette tab are you looking in? You may need to open a new form before you can see the new component in the palette. – Jerry Dodge Jan 02 '13 at 16:04
  • Double click on DCEF_XE2.dpk, Delphi XE2 opened, Project > Build All Projects, when done, I opened a new VCL Application Form, but TChromium component is not in the palette. – Giacomo King Patermo Jan 02 '13 at 16:12
  • 3
    "Build" only builds the package, it doesn't install it in the IDE. The "Install" option is available in the context menu when you right-click the project in the Project Inspector. – Ondrej Kelle Jan 02 '13 at 16:21