|
-
Oct 29th, 2005, 01:25 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] how to call dll file in c#
hi ,
how to call dll made from delphi?
thanks,
Popskie
-
Oct 29th, 2005, 09:40 AM
#2
Re: how to call dll file in c#
Depending on which version was used, Delphi can create COM libraries or .NET assemblies. Either way, you just need to add a reference to the DLL to your project just like you would for any other written in VB.NET, C# or whatever. Once a library is compiled your app doesn't care what language was used.
-
Nov 4th, 2005, 10:51 PM
#3
Thread Starter
Fanatic Member
Re: how to call dll file in c#
i dont succed to call my dll made by delphi 5. But i code again that dll using C# and its works. thanks for the reply jmcilhinney.
-
Nov 6th, 2005, 02:54 PM
#4
Junior Member
Re: [RESOLVED] how to call dll file in c#
You might also want to look into reflection if you're going to be using dll's dynamically.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|