ctypes from python and link dll

前端 未结 0 1099
心在旅途
心在旅途 2021-01-19 11:19

A have code in my dll (on C++). The function must accept the reference on \'long\' variable.

int add(int a, long *ffffd)
{   
    *ffffd = 1758;
    return a;
}
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题