Archived Forum Post

Index of archived forum posts

Question:

How to late bind ChilkatSshTunnel object

Feb 20 '15 at 02:18

hello all I have a question on "late bind" of ChilkatSshTunnel object usually I can create a object like Public sshTunnel As New ChilkatSshTunnel But this occurs error on compile if DLL is not installed. So I need to a late bind in order to caught error Public sshTunnel As Object Set sshTunnel = CreateObject(??????????)

What shall I enter the part of ??? thank you!