After using this extension, I successfully generated an. exe file. However, if I move this. exe file to a new environment without the corresponding conan package, it will fail to execute. How can I solve this problem
If it has shared dependencies, you will need to gather them, maybe using a --deployer, like the runtime one. Or you might try to link it statically, it depends on how you are building the executable.
After using this extension, I successfully generated an. exe file. However, if I move this. exe file to a new environment without the corresponding conan package, it will fail to execute. How can I solve this problem