how can we use a project developed in VC++ in C#
-
How can we use a project developed in VC++ in our C# program plzzz reply in detail ... looking forward for help Regards,
-
How can we use a project developed in VC++ in our C# program plzzz reply in detail ... looking forward for help Regards,
2 ways: you can use P/Invoke to call C methods (see P/Invoke.net[^]), or you can compile your VC++ project with the /clr switch in Visual Studio 2003 or 2005, thus making your C++ classes available to other .NET languages.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Islamic Domination: Coming to a Jewish state near you! The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
How can we use a project developed in VC++ in our C# program plzzz reply in detail ... looking forward for help Regards,
Rizwan Rathore wrote:
plzzz reply in detail
please post in detail...
Rizwan Rathore wrote:
a project developed in VC++
What sort of project in VC++? :~
"What classes are you using ? You shouldn't call stuff if you have no idea what it does"
Christian Graus in the C# forumled mike
-
Rizwan Rathore wrote:
plzzz reply in detail
please post in detail...
Rizwan Rathore wrote:
a project developed in VC++
What sort of project in VC++? :~
"What classes are you using ? You shouldn't call stuff if you have no idea what it does"
Christian Graus in the C# forumled mike
well i m developing a text mining engine in C# and i ve found a utility developed in VC++ that creates the inverted index from the given dataset so i want to use this code in my prgram the project is not developed in VC dot net its developed in VS Regards,
-
well i m developing a text mining engine in C# and i ve found a utility developed in VC++ that creates the inverted index from the given dataset so i want to use this code in my prgram the project is not developed in VC dot net its developed in VS Regards,
Rizwan Rathore wrote:
i ve found a utility developed in VC++
Rizwan Rathore wrote:
so i want to use this code in my prgram
So you have the source code? a library? an application? You are still not being specific.
Rizwan Rathore wrote:
is not developed in VC dot net its developed in VS
Visual C++ .NET is in Visual Studio. If "VS" does not mean "Visual Studio" I don't know what it means. You really need to be more specific.
"What classes are you using ? You shouldn't call stuff if you have no idea what it does"
Christian Graus in the C# forumled mike
-
Rizwan Rathore wrote:
i ve found a utility developed in VC++
Rizwan Rathore wrote:
so i want to use this code in my prgram
So you have the source code? a library? an application? You are still not being specific.
Rizwan Rathore wrote:
is not developed in VC dot net its developed in VS
Visual C++ .NET is in Visual Studio. If "VS" does not mean "Visual Studio" I don't know what it means. You really need to be more specific.
"What classes are you using ? You shouldn't call stuff if you have no idea what it does"
Christian Graus in the C# forumled mike
Hi Sir, I have sent u the project via email at ur email address Regards,