Nick
Sun Jul 24 15:05:29 CDT 2005
It looks like you are saying that you have a DLL that is NOT a COM dll,
written in Delphi, and that you wish to call it from your vb.net app.
You can do this with PInvoke. If your app had been written in C++, I'd say
to use a managed C++ wrapper.
Start here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcn7/html/vaconCallingWindowsAPIs.asp
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Ricardo Magalhaes" <rmagalhaes@fafire.br> wrote in message
news:eSSN3MujFHA.3784@tk2msftngp13.phx.gbl...
> Hi
>
> I need to call Delphi DLL from my VB.NET application. I try to add a
> reference into my Visual Studio Solution but an error occurs saying that
> it must be an COM DLL.
>
> I have many Delphi DLL from an old application and to rewrite then I will
> take a lot of time.
>
> There are any other way to do this instead convert to COM DLL ? Where can
> I find examples ?
>
> Regards
> Ricardo
>
>