View Single Post
Old Sep 3rd, 2004, 5:01 PM   #2
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
I do not think you can just load a library like that in .NET without using unmanaged code. Perhaps that is why you are gaving a hard time with VB.net, you may not be able to use umanaged code in VB.NET.

There are, however ways, of creating assemblies which will delegate functions in a DLL, look that up at http://www.thecodeproject.com -- there are a lot of articles up there on code delegates in .net.
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote