Hello people.

I'm trying to learn how to program under this enviroment and i dont figured out yet how to use a DLL on my project.

The problem is that I'm developing a tool that needs to comunicate with another software, to retrieve some information about my process.

That communication is possible through a SDK dll, provided by the developer.

The problems are:

1) How to add a reference to this dll?

2) After adding the reference, how to create a new instance of a class defined by the dll?

Please help me!