This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ECS
/
repos_ecs
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
repos_ecs
/
其他2015后
/
注意DLL与主程序间调用时参数与返回值的问题.txt
注意DLL与主程序间调用时参数与返回值的问题.txt
153 B
Permalink
Histórico
Raw
1
2
13:47 2016/2/3
1.主程序不能将string指针做为返回参数传给dll,因为dll的内存与主程序的内存分配是分别在两个不同的模块上。(string属于变长,会在dll里申请内存)