Abhinav Konda
Abhinav Konda

Reputation: 225

In Unmanaged C++ Dll call From Managed C# Application, How to handle conflicts between Datatypes

How to handle datatype conflicts? For Example. in C# there is a data type called String which is absent in C.

How to return multiple values from C or C++ to C# after the call.

If I use user defined data types how to handle that in both the languages without conflicts?

Upvotes: 1

Views: 164

Answers (1)

This blog should solve all your doubts and concerns http://blogs.msdn.com/b/borisj/archive/2006/09/28/769708.aspx

Upvotes: 1

Related Questions