I am having a problem installing a library in delphi 2006. I am following the instructions below as best as possible but it does not seem to work. All is OK in D6.
Any ideas?
Instructions---------------------------
Firstly, make sure that the Diva component API is registered in your Delphi development system. See "DivaRegisterComponent.bat"
(in the SDK \basic\bin directory) for the command that does this.
1. Go to Project/Import Library in the Delhi IDE
2. Click "Add" and locate the DivaSDK.DLL (usually in \Windows\System32).
3. Make sure the box "Generate Component Wrapper" is ticked", and click Install
This does two things. Firstly, the type library "Diva SDK 1.0 Type Library (Version 1.0)" is now available for programs.
On the component toolbar (on the "ActiveX" tab) you will find four new icons that represent the four types of object
exported by the Diva Server Component API: DivaSystem; DivaDevice; DivaCall; DivaInstance. You can select these objects
and place them on the design form in the normal way. Secondly, the component wrapper "DIVASDKLib_TLB.pas" is generated and placed
in "\Program Files\Borland\Delphi7\Imports". This should be included (on the "uses" clause of a program) to give access to all the
methods and properties of the Diva SDK objects.
----------------------------------------------------
Any ideas?
Instructions---------------------------
Firstly, make sure that the Diva component API is registered in your Delphi development system. See "DivaRegisterComponent.bat"
(in the SDK \basic\bin directory) for the command that does this.
1. Go to Project/Import Library in the Delhi IDE
2. Click "Add" and locate the DivaSDK.DLL (usually in \Windows\System32).
3. Make sure the box "Generate Component Wrapper" is ticked", and click Install
This does two things. Firstly, the type library "Diva SDK 1.0 Type Library (Version 1.0)" is now available for programs.
On the component toolbar (on the "ActiveX" tab) you will find four new icons that represent the four types of object
exported by the Diva Server Component API: DivaSystem; DivaDevice; DivaCall; DivaInstance. You can select these objects
and place them on the design form in the normal way. Secondly, the component wrapper "DIVASDKLib_TLB.pas" is generated and placed
in "\Program Files\Borland\Delphi7\Imports". This should be included (on the "uses" clause of a program) to give access to all the
methods and properties of the Diva SDK objects.
----------------------------------------------------