For GCompris the package we have in the store is compiled via mingw, but before I did it with msvc. It did not change anything at runtime (just the dll to ship when doing the package). If your dependencies use cmake, they should be compilable with both and there should not be an issue.
Using msvc should give you other warnings than with mingw (which should be the same as gcc) so it may improve the quality of the code. Johnny Le lun. 22 févr. 2021 à 09:48, Dag <[email protected]> a écrit : > Any pros, cons or preference? > What if package for ms store should be created? > -- > Mvh Dag >
