my question relates to the program tlbimp.exe and its generation of DLLs.
We have been working with DLLs from a specific SDK for some time. (PDFXChange Editor SDK to be exact) And we work with VB.NET on Visual Studio.
So far, the associated DLL files (which are also executed in the unmanaged code) have simply been integrated and used.
Now I have seen that the SDK contains TLB files in addition to the .DLL files.
Then I became aware of tlbimp.exe.
The question I am asking myself is: What are the advantages and disadvantages of using the DLLs generated by tlbimp?
We have never used tlbimp before. And now I would like to find out whether it would be better to use tlbimp in the future or whether the advantages of "normal" DLLs outweigh them.
I thank you in advance :)