Search:

Type: Posts; User: SteveD

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    6,705

    Thanks Mario I'll stick with a C# solution,...

    Thanks Mario

    I'll stick with a C# solution, the Send Function has no issues passing int and byte[] arrays through the delphi DLL so it must be a unmanaged Marshalling issue I am just not seeing...
  2. Replies
    6
    Views
    6,705

    What if a new Function was created in the...

    What if a new Function was created in the original mrds.dll that could store and export the
    Result:=Output;? Or am I looking at this the wrong way?

    The source mrds.dpr file identifies the...
  3. Replies
    6
    Views
    6,705

    Yes, I have the source code, same function ...

    Yes, I have the source code, same function
    Partial code shown as the owner asked it not be published.

    Delphi6


    function Receive(Adr, Len: Integer): TData;
    function TDM1.Receive(Adr, Len:...
  4. Replies
    6
    Views
    6,705

    accessing Delphi DLL import with C#

    Greetings

    I've asked before on other forums but so far I'm stumped.

    I have a Delphi DLL library that communicates with an MCU and it works fine as it is. However I'm not into pascal and would...
Results 1 to 4 of 4