In the x64 application, it is impossible to use the tool, since for it there are only 32-bit external components (sapi5). There is no wish to create a separate process or raise a server.
This topic says that you can:
In a nutshell: 64-> 64 ok, 64-> 32 ok, 32-> 32 ok, 32-> 64 fail
- Is it possible to?
- Are there any problems with this (with pointers there)?
- Are there any compatibility issues (will it work on all 64-bit processors)?
- I work with std :: thread (there is also a boost), is there such an option?
- What is the best solution?