Trying to implement some custom library, it seems to be suggested that I use the Tools->References where I had expected to use Declare statement instead.
Are they basically same thing, except that Referencing a library would be an implicit declaration and exposes the whole library whereas Declare statement only exposes the needed functions? Other pitfalls I should know about?
Tangentially, has anyone ever compiled a .NET dll into COM-interoperatable library?
Are they basically same thing, except that Referencing a library would be an implicit declaration and exposes the whole library whereas Declare statement only exposes the needed functions? Other pitfalls I should know about?
Tangentially, has anyone ever compiled a .NET dll into COM-interoperatable library?