hi,
We are also trying to create a dll in VB 6.0 and trying to get a event traps when ever a person check-in or check-out source from VSS database.
We found code snipet from msdn link(below)
http://msdn.microsoft.com/en-us/library/bb509341(VS.80).aspx#vssauto_topic10
we copied the code from the above link and created dll in vs 2005. the build was done successfully . In the link its mentioned that we need to copy the dll into the folder where "ssaddin.ini" resides(this ini resides in ..\vss\win32). but we did not copy the dll into the ..\vss\win32 folder, but without this only whenever we open VSS database and loginto the same, we are getting the init function of the dll is getting called. but when ever we tried to checkin or checkout the source from VSS database, the function corresponding to these are not called(we placed msgbox in the source and those msgbox are not called at all). But when we try to copy the dll into the path of ssaddin.ini(..\vss\win32) we are getting an error when we open the VSS and try to log in . The error message was "dll (filename.dll) is not loaded"..
can somebody give lights on the issue..so that we can proceed further..
Regards,
Pandu