Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 C++/Qt 编写了一个在 Windows 上运行的应用程序,我想使用 qtHaskell 将它移植到 Haskell/Qt。我可以使用 Visual C++ 构建 qtHaskell 还是必须安装 MinGW/Qt?
据我所知,您不能混合和匹配 c++ 编译器,因为它们会做出不同的 ABI 选择。所以你应该按照文档所说的去做并使用 MinGW/Qt。