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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Can C# project complied to win32 dll?

Can C# project complied to win32 dll?

Scheduled Pinned Locked Moved C#
csharpc++question
3 Posts 3 Posters 2 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.
  • N Offline
    N Offline
    NotProfessional
    wrote on last edited by
    #1

    Got a project on hand, but they need to implement to the Win32 DLL in order for the call from the framework. Is it possible or means that I have to switch to VC++. Nightmire if have to do that.

    M B 2 Replies Last reply
    0
    • N NotProfessional

      Got a project on hand, but they need to implement to the Win32 DLL in order for the call from the framework. Is it possible or means that I have to switch to VC++. Nightmire if have to do that.

      M Offline
      M Offline
      Minh Truong
      wrote on last edited by
      #2

      No, C# project cannot be compiled to a Win32 DLL. You may build a .NET component, then wrap that within a COM Callable Wrapper, but that would still require .NET run-time to run.

      1 Reply Last reply
      0
      • N NotProfessional

        Got a project on hand, but they need to implement to the Win32 DLL in order for the call from the framework. Is it possible or means that I have to switch to VC++. Nightmire if have to do that.

        B Offline
        B Offline
        Bo Hunter
        wrote on last edited by
        #3

        This says it can. http://www.remotesoft.com/linker/

        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