How to Access a Unregistered Non-COM DLL From VB.NET

Hi,

I have a non com dll which is functioning for years.(i do not have the source code)

I need to access it from a vb.net application. how can i achieve this?

Any suggestions/solutions/sample code is be highly appreciated.

Thanks in advance!

Dinesh.

[286 byte] By [Dkhere] at [2007-12-25]
# 1

If it exports functions you can probably call them by using the Declare statement.

MattiasSj?gren at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic Interop and Upgrade...
# 2
You may want to tell us how you were accessing it before, otherwise we don't really have much information to go on. Mattias guess is probably correct though.
AlexMoura at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic Interop and Upgrade...