Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 597413
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T16:16:40+00:00 2026-05-13T16:16:40+00:00

I am trying to create a single executable of a simple Win32 application that

  • 0

I am trying to create a single executable of a simple Win32 application that has to be able to run on both Windows XP and Windows Vista/2008.

Due to some changes in the way Vista works some extra Win32 API calls have to be made to make the program function correctly as it did on XP.

Currently I detect if the application is running on a Windows version newer than XP and call the extra win32 functions as needed. This works fine when running on Vista and Server 2008 but fails when running on Windows XP.

On Windows XP when the program starts I get the error message: The procedure entry point ShutdownBlockReasonCreate could not be located in they dynamic link library USER32.DLL. This happens before any of my code starts executing and none of the code paths when running on XP should call that function.

I would really like to just have one executable that works on both XP and Vista. If possible I dont want to have to have conditional compilation and have two executables.

What is the best way to solve this issue?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T16:16:41+00:00Added an answer on May 13, 2026 at 4:16 pm

    You will have to use LoadLibrary() and GetProcAddress() to get the entry point for this function. On XP you’ll get a NULL back from GetProcAddress(), good enough to simply skip the call. There’s a good example in the SDK docs, the only tricky part is declaring the function pointer:

      typedef BOOL (WINAPI *MYPROC)(HWND, LPCWSTR); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a very small simple form that edits a single checkbox,
I am trying to create buttons that play single sound files and one button
I am trying to create a python script that opens a single page at
I'm trying to create a regex that accept: An empty string, a single integer
I am trying to create a single array that contains all of the values
I am trying to create a single-choice (e.g., radio button) list of items that
I am trying to create a reusable function that can open a single instance
I am trying to create a simple way to force a single checkbox to
I'm trying to create a single query that will combine the following two queries.
I am trying to create a single query that will pull results from a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.