Search results for query: *

  1. R

    DllImport - Method's Type signature is not PInvoke compatible

    Agree completely, but apparently there is a term for it called "mangling". Has something to do with the way C++ or unmanaged DLLs do things. I know it doesn't look right, but that's the way it shows up using Dependency Walker (Dependency Walker (depends.exe) Home Page).
  2. R

    DllImport - Method's Type signature is not PInvoke compatible

    I've been provided a C++ DLL that needs to be referenced in my C# project. The closest I've come to using that DLL yields an exception: "Method's Type signature is not PInvoke compatible." This is a simple DLL in that there is only a single method with a single input object and single...
Back
Top Bottom