Groups | Blog | Home
all groups > c# > july 2003 >

c# : Assembly and C#?


Chris Capel
7/30/2003 1:17:42 PM
As long as your assembly functions use the C calling convention, you can use
assembly dll's just as you use windows API calls, with the DllImport. But if
the assembly functions use different calling conventions, I wouldn't think
this would be possible.

Chris

[quoted text, click to view]

Ralph Gerbig
7/30/2003 3:33:23 PM
Hi Andre,

You can use native code in c# from other dll's.

--
Mit freundlichen Grüßen -- Regards

Ralph Gerbig
www.ralphgerbig.de.vu
ikea.ralph@web.de

Ralph Gerbig
7/30/2003 3:36:54 PM
Hi again,

Here I found a articel about it:
http://www.msdnaa.net/Resources/display.aspx?ResID=1709

--
Mit freundlichen Grüßen -- Regards

Ralph Gerbig
www.ralphgerbig.de.vu
ikea.ralph@web.de

Andre
7/30/2003 9:11:18 PM
Just wondering.. since we can have C modules being called in from C#...
can we then make assembly (x86 assembly) calls from C#? If so, can
someone please give me an example of how that's possible? Thanks

-Andre
AddThis Social Bookmark Button