Jump to content
  • 0

Is DDSopt x32 a vaild win32 application?


mm101006

Question

My computer is using windows XP 32 edition sp3 home. The specific error RegGetValueA could not be located in the dynamic link library ADVAPI32.dll. I have been searching for quite some time about this issue. What I have found is to download these updates from here: https://www.microsoft.com/en-us/download/details.aspx?id=30679

 

But those updates do not work. I think that visual studio 2012 does not support xp home edition anymore. I not sure if that is true but if you have any input that would be great.

 

Thanks.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

DDSopt must use the RegGetValue function which is only available in Windows XP 64-bit, Windows Vista, Windows 7, Server 2003, and Server 2008. Pretty much everything EXCEPT XP 32-bit.

 

so to get this thing to work in windows xp (x32) you would have to do quite a lot of work , possibly to the extent of having to write some system api's to get it working...

 

https://msdn.microsoft.com/en-us/library/ms724868%28VS.85%29.aspx

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.