Click here to Skip to main content
15,886,806 members
Articles / Programming Languages / MSIL

Using the _CDECL calling convention in C# (changing compiler service)

Rate me:
Please Sign up or sign in to vote.
4.30/5 (16 votes)
22 Dec 20052 min read 86.5K   479   24  
An article on using the __cdecl callback from C#, changing compiler service.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CallDLLFromDotNet", "CallDLLFromDotNet.csproj", "{EF17E738-696E-4C1A-98F9-90960139B770}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{EF17E738-696E-4C1A-98F9-90960139B770}.Debug.ActiveCfg = Debug|.NET
		{EF17E738-696E-4C1A-98F9-90960139B770}.Debug.Build.0 = Debug|.NET
		{EF17E738-696E-4C1A-98F9-90960139B770}.Release.ActiveCfg = Release|.NET
		{EF17E738-696E-4C1A-98F9-90960139B770}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
India India
Mainak Saha is an Aerospace Engg from Indian Institute Of Technology Kharagpur(2003 batch) .... Now working with Cognizant Technology Solutions ... Think himself as one of the many C# gurus .. Smile | :)

Comments and Discussions