Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / July 2005

Tip: Looking for answers? Try searching our database.

Using Delphi DLL from VB.NET

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ricardo Magalhaes - 22 Jul 2005 18:34 GMT
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
Cowboy (Gregory A. Beamer) - MVP - 22 Jul 2005 18:38 GMT
You will most likely end up getting into Windows API calls. If you have used
this before from COM, make a wrapper. Sure, you end up with two wrappers (one
for Delphi and one for your COM component), but it can work.

The other direction is to look at how other non-COM components are called
(PInvoke?). A quick google search should have at least one API type example.

Signature

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

> Hi
>
[quoted text clipped - 10 lines]
> Regards
> Ricardo
Ricardo Magalhaes - 22 Jul 2005 19:07 GMT
And About Using:

Namespace System.Runtime.InteropServices
<DllImport("DllCodeCpp.dll")>

?????

> You will most likely end up getting into Windows API calls. If you have
> used
[quoted text clipped - 22 lines]
>> Regards
>> Ricardo
Atul - 22 Jul 2005 19:21 GMT
If it is a COM dll, you can still access it by using COM Interop. You can
add references to COM dlls in a VS project. Also take a look at tlbimp.exe
tool.

-Atul
http://www.ssware.com/
Shell MegaPack - Windows Explorer Shell Controls for ActiveX and .Net

> Hi
>
[quoted text clipped - 10 lines]
> Regards
> Ricardo
Nick Malik [Microsoft] - 24 Jul 2005 21:05 GMT
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/vaco
nCallingWindowsAPIs.asp


Signature

--- 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.
--

> Hi
>
[quoted text clipped - 10 lines]
> Regards
> Ricardo

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.