Форум: "KOL";
Текущий архив: 2005.01.23;
Скачать: [xml.tar.bz2];
ВнизПомогите с библиотекой и KOL Найти похожие ветки
← →
axx (2004-06-15 13:21) [0]В длл есть функция
Function Execute1(P:Pointer):Int64; stdcall;
Var
Stream:PStream;
begin
// ВОПРОС ЗДЕСЬ. КАК Stream"у соопоставить Pointer. Наверно коряво вопрос сформулировал но всеже
try
// Некоторые операции с пямятью
except
Result:=-1;
end;
end;
Вызываю
var
mS:TMemoryStream;
begin
Execute1(ms.Memory); //Передаю указатель на TMemoryStream;
← →
Dimaxx (2004-06-15 23:31) [1]А что именно делается с pointer"ом в execute1? От этого зависит ответ.
← →
SPeller © (2004-06-16 04:46) [2]
function NewExMemoryStream( ExistingMem: Pointer; Size: DWORD ): PStream;
{* Creates memory stream on base of existing memory. It is not possible
to write out of top bound given by Size (i.e. memory can not be resized,
or reallocated. When stream object is destroyed this memory is not freed. }
Страницы: 1 вся ветка
Форум: "KOL";
Текущий архив: 2005.01.23;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.042 c