PDA

View Full Version : Using Csharp dll in QT



bismitapadhy
25th March 2010, 06:59
I have a csharp dll, I want to use it in my Qt program, how can i use it in my Qt Application. Please let me know how can i use it.

Is is possible or not?

JovianGhost
27th March 2010, 00:36
I don't think it's possible. C# is a language of the .NET runtime, of which C++ has no knowledge.
Now there *might* be a wrapper you can use, but I doubt it.

TorAn
27th March 2010, 18:32
Take a look here (http://www.codeproject.com/KB/dotnet/DllExport.aspx)