Hi there,

I have two dll files, which i use to connect to a system.

They are the same, but one is an earlier version and the other is later.

I would like to be able to select which DLL file to use.

But it does not allow me to..

VB Code:
  1. Declare Function Connect Lib "di" (ByRef id As Integer) As Integer

But both DLL files are named the same...

any ideas?