S
stuwe
Unregistered / Unconfirmed
GUEST, unregistred user!
在dll文件中有一個函數返回一字符串,
在調用的時候,可以返回,過後就出現錯誤
exception class EInvalidPointer with message 'Invalid pointer operation'.
在dll中函數是這樣的
function ServerDate():string;
begin
Result:=formatdatetime('yyyy-mm-dd hh:mm:ss',now);
end;
在調用的時候
ShowMessage(ServerDate);//這一句可以政黨顯示信息,後面沒有代碼
顯示完後就出現那個異常
在調用的時候,可以返回,過後就出現錯誤
exception class EInvalidPointer with message 'Invalid pointer operation'.
在dll中函數是這樣的
function ServerDate():string;
begin
Result:=formatdatetime('yyyy-mm-dd hh:mm:ss',now);
end;
在調用的時候
ShowMessage(ServerDate);//這一句可以政黨顯示信息,後面沒有代碼
顯示完後就出現那個異常