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

  • Home
  • SEARCH
  • 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 212081
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:09:13+00:00 2026-05-11T18:09:13+00:00

I have implemented a VSS requester, and it links compiles and executes on Windows

  • 0

I have implemented a VSS requester, and it links compiles and executes on Windows Server 2008, but does not execute on Windows Server 2003. Since my requester is inside a DLL, my DLL will not load. Using the Dependency Walker, I discovered that my DLL is finding VSSAPI.DLL just fine, but it reports:

Error: At least one required implicit or forwarded dependency was not found.

Looking at my VSSAPI.DLL, it cannot find CreateVssBackupComponentsInternal, while VSSAPI.DLL exports something completely different: ?CreateVssBackupComponents@@YGJPAPAVIVssBackupComponents@@@Z.

  • 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-11T18:09:13+00:00Added an answer on May 11, 2026 at 6:09 pm

    VSS must be compiled and targeted specifically for each platform and OS, including Windows XP, Windows Server 2003, and Vista/Windows Server 2008.

    The first Microsoft SDK to fully support VSS requesters is v6.1, and it only supports requesters running on Vista. If you want to run on Windows Server 2003 or XP:

    • Download VSS SDK 7.2.
    • Set your include and library paths to search the appropriate directory in the VSS SDK.

    The following is what AlphaVSS does in its Config.h, but the VShadow sample in the VSS SDK does not: it only sets the include and library paths. I would suggest that following VShadow is more likely to succeed. But for completeness:

    If targeting Windows XP:

    #define NTDDI_VERSION NTDDI_WINXPSP2
    #define _WIN32_WINNT _WIN32_WINNT_WINXP
    #define WINVER _WIN32_WINNT
    

    If targeting Windows Server 2003:

    #define NTDDI_VERSION NTDDI_WS03SP1
    #define _WIN32_WINNT _WIN32_WINNT_WS03
    #define WINVER 0x501
    

    If targeting Vista, don’t reference the VSS SDK. Instead reference the Windows 6.1 SDK and:

    #define NTDDI_VERSION NTDDI_WS08
    #define _WIN32_WINNT _WIN32_WINNT_WS08
    #define WINVER _WIN32_WINNT
    

    I can’t take all the credit for this, I figured this out by reading the source code of a project called AlphaVSS (see announcement), which exposes VSS to .NET code. MSDN did not seem to be very helpful. However, the VShadow tool and sample provided an example of how to compile a VSS requester.

    Also note that you must recompile again for x64 or ia64 vs x86. That means in order to support all platforms, you’ll need 9 compiled versions of your executable.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have implemented arbitrary links in my rtb using the CodeProject found here .
I have implemented SQL Server session mode for an asp.net application. <sessionState mode=SQLServer compressionEnabled=true
I have implemented ntlmv2 for lync-server login in an custom made lync client.The message
I have implemented multiple-stroke gestures in my app, but if the pause between strokes
I have implemented a drawer in android that when open show 4 buttons, but
I have implemented web service using rails server. The server uses rails default authentication
I have implemented authentication systems for webapps several times over the years, but before
I have implemented a test for self-intersection of a polygon. Because Performance is not
I have implemented Twitter4J in my Android application and it's works fine. But after
I have implemented Client Authentication to my Tomcat Server. I have distributed client X509

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.