|
-
Jan 5th, 2006, 02:17 AM
#1
Thread Starter
Fanatic Member
C# to C++ conversion...
Hello!!
I have a very small dll written in c#.
Is there a way to translate it to c++ so it will work on systems that
don't have the .Net framework?
thanks!!
-
Jan 5th, 2006, 03:00 AM
#2
Re: C# to C++ conversion...
Yes there is. Rewrite it in unmanaged C++. C++ and C# are similar but also have many differences. Also, you'll have to remove every reference to any .NET type. There may be a tool to translate C# to C++.NET, but I doubt that there's one that translates to unmanaged C++.
-
Jan 5th, 2006, 10:33 AM
#3
Thread Starter
Fanatic Member
Re: C# to C++ conversion...
the problem is that I don't know unmanaged c++...
that's why I hoped that there a is a tool to translate it for me...
and how can I know which .Net references to delete?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|