This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
ECS
/
repos_ecs
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
master
Ramos
Etiquetas
master
repos_ecs
/
其他2015后
/
注意DLL与主程序间调用时参数与返回值的问题.txt
注意DLL与主程序间调用时参数与返回值的问题.txt
153 B
Link permanente
Histórico
Em bruto
1
2
13:47 2016/2/3
1.主程序不能将string指针做为返回参数传给dll,因为dll的内存与主程序的内存分配是分别在两个不同的模块上。(string属于变长,会在dll里申请内存)