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. Problems with dll's in C#

Problems with dll's in C#

Scheduled Pinned Locked Moved C#
questioncsharpc++delphihelp
3 Posts 2 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.
  • F Offline
    F Offline
    flyingv
    wrote on last edited by
    #1

    Hello, Problem 1: I wonder if you could use (how) dll made in delphi in C#. Problem 2: How do you make dll in C# and use this dll in Delphi, C++ ... Is this posible? I'm made dll with delphi and open it with Dependency walker. I can see my functions. But if I made "dll" with C# (you know: New project; ClassLibrary...), I can't see nothing. So I think that this dll is not real dll. How can I make "real" dll in C# : you know like dll in delphi function Something(a, b : integer) : integer; stdcall; begin Result:= a+ b; end; exports Something; Thank you for answers, have a nice day, Anze

    C 1 Reply Last reply
    0
    • F flyingv

      Hello, Problem 1: I wonder if you could use (how) dll made in delphi in C#. Problem 2: How do you make dll in C# and use this dll in Delphi, C++ ... Is this posible? I'm made dll with delphi and open it with Dependency walker. I can see my functions. But if I made "dll" with C# (you know: New project; ClassLibrary...), I can't see nothing. So I think that this dll is not real dll. How can I make "real" dll in C# : you know like dll in delphi function Something(a, b : integer) : integer; stdcall; begin Result:= a+ b; end; exports Something; Thank you for answers, have a nice day, Anze

      C Offline
      C Offline
      cdehelean
      wrote on last edited by
      #2

      This may help http://www.csharphelp.com/archives/archive52.html All I need is a roadmap and then I might be able to find a clue.

      F 1 Reply Last reply
      0
      • C cdehelean

        This may help http://www.csharphelp.com/archives/archive52.html All I need is a roadmap and then I might be able to find a clue.

        F Offline
        F Offline
        flyingv
        wrote on last edited by
        #3

        Thank you for this link.. Anze

        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