Connecting Delphi to P/Invoke and .net
        Posted  
        
            by 
                lexdean
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by lexdean
        
        
        
        Published on 2010-08-12T23:29:21Z
        Indexed on 
            2011/01/07
            22:53 UTC
        
        
        Read the original article
        Hit count: 307
        
The Delphi complier often uses a *.Dll when a special delivery of code info is required to the complier/editor:- example bourland.dll is the memory manager for the Delphi complier, as I remember. And their are many other *.dll's that Embarcoo keep secret that do other things. Is their anything you know that is public information on this subject
.net's un managed code could be declared in a *.pas file as a decelerations but the only way to communicate it out is calling *.dll's like P/Invoke
I have ilasm.exe and ildasm.exe and a decomplier into Delphi asm code now but still getting around to learn how to use them all yet.
I do not have any reference material/editorials on P/invoke at all as I cannot find anything With that I will have a good concrete plan to make a good result I do not know what *.DLL's are in P/Invoke. Do you have any documentation.
I do not have any reference material/editorials on ADO.net. The Dlls that are called and any referqance matrial I could use.
Best regards, J Lex Dean.
© Stack Overflow or respective owner