Results 1 to 3 of 3

Thread: C# to C++ conversion...

Hybrid View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Location
    I'm right here!
    Posts
    849

    Question 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!!

    Dekel C.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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++.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Location
    I'm right here!
    Posts
    849

    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?
    Dekel C.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width