Giter VIP home page Giter VIP logo

Comments (3)

damonbarry avatar damonbarry commented on September 25, 2024

Thanks for reporting this! Sorry for the delay, we plan to fix this soon.

from iot-edge-v1.

damonbarry avatar damonbarry commented on September 25, 2024

@yfakariya: in our C code we're converting module/broker pointers to long long (always 64 bits). We're sending the 64-bit values to the C# Broker constructor, which takes C# long arguments (always 64 bits).

So on 64-bit platforms everything should work nicely. And on 32-bit platforms, the 32-bit pointer values will be promoted to 64-bits, and then everything should work nicely. All the pointer values originate in native code, and all pointer access happens in native code; they're simply used as opaque identifiers in the managed code.

So I may be overlooking something important...is there really a problem with using a 64-bit integer instead of IntPtr here?

from iot-edge-v1.

yfakariya avatar yfakariya commented on September 25, 2024

Sorry I missed casting to long long in C code. I agree it is no problem. Thanks!

from iot-edge-v1.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.