You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
code compatibility
About this tag
The code compatibility tag on WindowsForum.com covers issues related to ensuring software code works across different Windows versions and Office releases. Discussions include tools like the Microsoft Office 2010 Compatibility Inspector, which scans legacy VBA and Visual Studio code for object model changes and provides remediation links. Another common topic is runtime compatibility problems, such as the CryptUnprotectData function failing when code compiled on Windows 7 is run on a different Windows 7 machine, often due to environment differences like missing dependencies or SDK versions. These threads help developers identify and resolve compatibility breaks between development and target systems.
Dear All,
I need some help regarding a strange issue with CryptUnprotectData function.
I have a C++ code that reads the database password from the registry and decrypts it using CryptUnprotectData. We have to deploy this application on a Windows 7 machine.
When I compile my code on...
application
c++
codecompatibility
cryptunprotectdata
debugging
decryption
dependency
development
encryption
error handling
function call
getlasterror
programming
registry
security
service pack
visual studio
windows 7
windows xp