Mixing C++ from different compilers is one of the ultimate adventurous roads to go. Nevertheless you can still share C API instead. Anyway, if you want to use mingw-w64 together with VS, I would recomment to switch to Clang for mingw-w64 (llvm). It is capable to produce mostly compatible C++ code for VS. This might be a solution for your issue.
Regards, Kai 2017-06-07 5:07 GMT+02:00 Brad Garton <[email protected]>: > On Tue, Jun 6, 2017 at 8:30 PM, David Grayson <[email protected]> > wrote: > >> >> Why do you want to build your application using both Visual Studio and >> MinGW? Why not pick one and stick with it? > > > It's the unix heritage. It's much easier to get it to compile with mingw, > but it looks like I'll have to go with building it entirely in VS. > > brad > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
