|
How to add InterpolationLIB to your projects
- Create a new project in Visual Studio 2005

- Right-click on 'References' item

- Select 'Add Reference' from the pop-up menu and the following dialog-box will appear

- Locate "InterpolationLIB.dll" file on your computer. You should have downloaded and extracted the dll file

Now, you have added InterpolationLIB to your project as a reference.
You can access it by typing "InterpolationLIB." and intellisense should show you the avaliable methods as shown below.
Back
|