FTPLibary dies when i use withevents in vb6

hello,

i have the last sftplibary and like a other solved problem here
(PostPosted: 04-19-2005 04:59 PM Post subject: SOLVED - VB6 OnTransferProgress)
my libary dies, when i use the events in vb6 like this:

Private WithEvents FTPo As FTPConnectionSTA
....
Set FTPo = New FTPConnectionSTA
...
...
...
Private Sub FTPo_OnTransferProgress(ByVal nBytesTransferredLo As Long, ByVal nBytesTransferredHi As Long)
RaiseEvent uebertragen(nBytesTransferredLo)
End Sub

If i use no event-notification all is ok!

What goes wrong?

Hmm. I would need to debug the problem myself. Does it work when you run the application in the VB6 debugger?
-Mat

No it doesnt!
Only if i work without any event-notification the
ftp-engine works fine.

I saw the problem happens bevor (up to 1.27) and was solved
in version 1.28

(PostPosted: 04-19-2005 04:59 PM Post subject: SOLVED - VB6 OnTransferProgress
Public Support).

May it bee the same problem?

All vb-user need this information to use this library.