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. Web Development
  3. ASP.NET
  4. .net Language Interoperability

.net Language Interoperability

Scheduled Pinned Locked Moved ASP.NET
csharpc++asp-nethelptutorial
3 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.
  • S Offline
    S Offline
    smadan
    wrote on last edited by
    #1

    Hi, I am working on a web application in ASP.net & C# .For one of the utilities on my site, i need to use an available VC++ project. This VC++ project produces an exe as its output. I tried changing the output type of the VC++ project to .dll, but it doesn't help and after this, the project itself stops working. Can someone please tell me as to how to use this VC++ project into my web application? Thanks.

    B I 2 Replies Last reply
    0
    • S smadan

      Hi, I am working on a web application in ASP.net & C# .For one of the utilities on my site, i need to use an available VC++ project. This VC++ project produces an exe as its output. I tried changing the output type of the VC++ project to .dll, but it doesn't help and after this, the project itself stops working. Can someone please tell me as to how to use this VC++ project into my web application? Thanks.

      B Offline
      B Offline
      benqazou
      wrote on last edited by
      #2

      Hey, I don't have the magic solution for you, but just a remark. Your VC++ program compiles into an exe, because there it's designed to.. You can try to encapsulate the logic you need in it into a dll, but then you need to create another project.

      1 Reply Last reply
      0
      • S smadan

        Hi, I am working on a web application in ASP.net & C# .For one of the utilities on my site, i need to use an available VC++ project. This VC++ project produces an exe as its output. I tried changing the output type of the VC++ project to .dll, but it doesn't help and after this, the project itself stops working. Can someone please tell me as to how to use this VC++ project into my web application? Thanks.

        I Offline
        I Offline
        Ista
        wrote on last edited by
        #3

        It would be a lot of work to change it. You might ask the original developer to change it. If the class of made with the ATL template you can make some project changes and get it to output as a dll. you might ask question in the c++ forum, SOunds like your in for a big headache 1 line of code equals many bugs. So don't write any!!

        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