Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. how can we use a project developed in VC++ in C#

how can we use a project developed in VC++ in C#

Scheduled Pinned Locked Moved C#
csharpc++help
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rizwan Rathore
    wrote on last edited by
    #1

    How can we use a project developed in VC++ in our C# program plzzz reply in detail ... looking forward for help Regards,

    L J 2 Replies Last reply
    0
    • R Rizwan Rathore

      How can we use a project developed in VC++ in our C# program plzzz reply in detail ... looking forward for help Regards,

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • R Rizwan Rathore

        How can we use a project developed in VC++ in our C# program plzzz reply in detail ... looking forward for help Regards,

        L Offline
        L Offline
        led mike
        wrote on last edited by
        #3

        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# forum

        led mike

        R 1 Reply Last reply
        0
        • L led 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# forum

          led mike

          R Offline
          R Offline
          Rizwan Rathore
          wrote on last edited by
          #4

          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,

          L 1 Reply Last reply
          0
          • R Rizwan Rathore

            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,

            L Offline
            L Offline
            led mike
            wrote on last edited by
            #5

            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# forum

            led mike

            R 1 Reply Last reply
            0
            • L led 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# forum

              led mike

              R Offline
              R Offline
              Rizwan Rathore
              wrote on last edited by
              #6

              Hi Sir, I have sent u the project via email at ur email address Regards,

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups