I'm trying to write a Windows Shell Extension use Visual SourceSafe in the windows explorer. Therefor I need the SSAPI.DLL in my ATL Project. But how do I do this?
I tried
#import "ssapi.dll"
this generates a tli and tlh file, but what then?
I also tried to include the IDL generated from the DLL. I then have a lot of interface, but how to create a object. Interface are al abstract?
I search alot on the internet but the only examples i can find is of people whom wrote a DLL and then include it in aqnother project but them have all the header files, etc.
Can anyone tell me the best or just a hint on how to use an external DLL in a C++ ATL project.
I tried
#import "ssapi.dll"
this generates a tli and tlh file, but what then?
I also tried to include the IDL generated from the DLL. I then have a lot of interface, but how to create a object. Interface are al abstract?
I search alot on the internet but the only examples i can find is of people whom wrote a DLL and then include it in aqnother project but them have all the header files, etc.
Can anyone tell me the best or just a hint on how to use an external DLL in a C++ ATL project.