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.
我使用的是Linux (Ubuntu) 64 位系统,需要DLL为MetaTrader4. 我确实阅读了很多我发现的关于它的东西,但它非常混乱和令人困惑。有许多 DLL 不能用于MT4. 到目前为止,我似乎需要:使用C++制作的32 位DLL 。可能还有其他我不知道的标准。我应该在我的 64 位 Linux 系统上使用什么 IDE/编译器(如果可能,免费)?我从来没有做过任何DLL,所以请告诉我是否还有其他我应该知道的重要条件。
Linux (Ubuntu)
DLL
MetaTrader4
MT4
为 Linux 创建 dll 的唯一方法是使用 .net 核心,但这不适用于任何与 MT4 相关的内容。
MT4 的所有变体都与 windows 上的特定系统级 api 挂钩,在 Linux 上运行任何处理它的东西的唯一方法是为 windows 构建它并运行你在 wine 中编写的任何东西。