Bonne année à tous!!!

Bon j'ai un soucis...

J'ai oublié de dire que c'est Delphi6 en Windows7

Je veux inclure un activex dans les composants j'ai trouvé ceci

How To Import an ActiveX Control in Delphi.

Let's see how to add ActiveX controls to your Delphi projects.

Difficulty Level: easy Time Required: 5 minutes

Here's How:

  1. Start Delphi and select Component | Import ActiveX Control...
  2. Look for an ActiveX control you wish to import (dialog displays the ActiveX controls registered on your system). I will call this control: SomeActiveX
  3. Select the Component palette location in which you want to place selected library.
  4. Maybe the best is to leave the ActiveX option selected.
  5. Click on Install.
  6. Select a package where the new component must be installed or
  7. Create a new package for the new TSomeActiveX control.
  8. Click on OK.
  9. Delphi will prompt you whether you want to rebuild the modified/new package or not.
  10. Click on Yes.
  11. After the package is compiled, Delphi will show you a message saying that the new TSomeActiveX component was registered and already available as part of the VCL.
  12. Close the package detail window, allowing Delphi to save the changes to it.
  13. The component is now available in the ActiveX tab (if you didn't change this setting in step 4)
  14. Drop the component on a form, and simply: use it.
Lors de la compilation j'ai le message d'erreur suivant:
Impossible de charger le paquet
C:\...\dclusr60.bpl.
Une routine 'initialisation d'une bibliothèque de liens dynamique (DLL) a échoué.
Auriez-vous une petite idée quoi faire?

Merci d'avance