文章 "摆脱自制的 DLL"

 

新文章 摆脱自制的 DLL已发布:

如果 MQL5 语言的功能性不足以完成任务,MQL5 程序员不得不诉诸于其他工具。他们必须转向其他编程语言并创建中间 DLL。MQL5 可提供各种数据类型并将它们传递至 API,但遗憾的是,MQL5 无法解决从收到的指针提取数据的相关问题。在本文中,我们将循规蹈矩,说明交换和使用复杂数据类型的简单机制。

使用 memcpy 复制 4 字节的示例

作者:o_O

 
Your article very big help to me, but how to copy the article did not mention a function pointer, because I need to put the callback function pointer passed as a parameter to the calling function. I don't know how to implement.
原因: