This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
ECS
/
repos_ecs
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
repos_ecs
/
其他2015后
/
注意DLL与主程序间调用时参数与返回值的问题.txt
注意DLL与主程序间调用时参数与返回值的问题.txt
153 B
Permalink
Cronologia
Originale
1
2
13:47 2016/2/3
1.主程序不能将string指针做为返回参数传给dll,因为dll的内存与主程序的内存分配是分别在两个不同的模块上。(string属于变长,会在dll里申请内存)