Hi
I am developing using C/C++ window application using winapi. I will be using some standard STL containers and some win api functions provided by windows.h.
I would like use the app on different windows versions such as windows 7 and 10. The apps will be builded for x86 architecture. Would I be getting any issues if app are run on x64?
The apps wont need any permissions to access restricted folders.
At the moment I am not getting any issues running on windows 7. I am just thinking about common possible pitfalls.