On 4/13/06, soniya patankar <[EMAIL PROTECTED]> wrote:
>
> Hello Sir,


Hello

please help me on this topic..


Okay.

I want to ask following que..


Fine.

1)Can I call c# dll in delphi win 32 application .. if ans is yes


Yes.

then if there is no dot net enviornment and i got c# dll from some other pc
> .. then in this case can i call c# dll in pure delphi ie delphi win32 .....


No. You will need the .NET libraries.

2)How to migrate delphi win 32 project to delphi dot net?


Purchase Delphi 2006 and but some good books about .NET development.

3) can I call delphi win 32 dll in delphi for net IDE.......?


Yes.

Please help me .... ....


Done.

regards,
> soniya
>

Combining .NET and WIN32 code can be quite easy or extremely complex,
depending on the methods that you are exporting from your DLL's. The biggest
issues are the data type convertions since in .NET, every datatype is an
object. There is a good support for this in .NET though, but it will require
some experience with writing DLLs in .NET and WIN32.
Do keep in mind that all .NET binaries are dependant of the huge .NET
runtime library. Thus while all .NET applications tend to be small, you will
always require several dozens of megabytes for this runtime library. And not
all computers will have it pre-installed on their system. Even worse,
there's already a nasty conflict between the different .NET runtime
libraries. Version 1.0 and 1.1 aren't 100% compatible and to make things
worse, version 2 isn't 100% compatible either. So you have to make sure that
you have the right .NET version installed. (But you don't have to uninstall
any other .NET versions. Just be aware that your .NET project will depend on
a certain .NET version.)
--
With kind regards,

\/\//\ Wim,
W.A. ten Brink


[Non-text portions of this message have been removed]



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to