Code Monkey home page Code Monkey logo

Comments (4)

deltalejo avatar deltalejo commented on June 3, 2024

The compiler says: "large integer implicitly truncated to unsigned type". Try defining CEXCEPTION_NONE as a 16-bit unsigned integer, for example 0x5A5A.

from cexception.

mvandervoord avatar mvandervoord commented on June 3, 2024

@matteofranceschini -- I'm wondering if @deltalejo 's advice solved your problem? I realize this was a long time ago and you've likely moved on to other solutions if you were not able to get this to work... but I'd appreciate knowing if we have a problem that needs to be investigated here.

from cexception.

matteofranceschini avatar matteofranceschini commented on June 3, 2024

Hey! I actually gave it a try, but it didn't work out of the box. I'll probably make some tests in the near future: I'm planning to get back on this project in the next month or so :)

I'll give more feedback about it! :)

from cexception.

tyler-macinnis avatar tyler-macinnis commented on June 3, 2024

I had a similar error "Expected 0x5A5A5A5A Was 0x00000000. Unhandled Exception!" and was able to solve it by putting the following in a support file.

#define CEXCEPTION_NONE (0x00000000)

So I imagine if you did the same, but defined it to 0x00008B97 that it would solve it.

from cexception.

Related Issues (12)

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.