Giter Site home page Giter Site logo

GetModuleHandleExW error? about plugin-sdk HOT 6 CLOSED

dk22pac avatar dk22pac commented on August 20, 2024
GetModuleHandleExW error?

from plugin-sdk.

Comments (6)

Parik27 avatar Parik27 commented on August 20, 2024

The minimum supported client for GetModuleHandleEx is Windows XP, so you need to set some defines to make it compile

define _WIN32_WINNT as 0x0501 or later
https://msdn.microsoft.com/en-us/library/aa383745(VS.85).aspx

from plugin-sdk.

DK22Pac avatar DK22Pac commented on August 20, 2024

What's your mingw version? Where did you get it? Did you follow our guide when installing Code::Blocks? Did you make any changes into project config (because I see c++1z option there)?

from plugin-sdk.

user-grinch avatar user-grinch commented on August 20, 2024

@DK22pa it came with code blocks.And i didnt make any changes with project config.I was just testing with the C++1z.There were some more errors i am getting.Like the sprintf_s scope wasnt declared in this scope but after includeing the cstdio it got fixed.But now this occurs.

from plugin-sdk.

DK22Pac avatar DK22Pac commented on August 20, 2024

@inanahammad, install mingw-w64 and set it as a compiler in Code::Blocks.

from plugin-sdk.

user-grinch avatar user-grinch commented on August 20, 2024

thanks it helped

from plugin-sdk.

quiret avatar quiret commented on August 20, 2024

Closing this as inanahammad has been helped :-)

from plugin-sdk.

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.