摘要:
Socket 常见错误码及说明 Socket error 0 – Directly send error Socket error 10004 – Interrupted function //call 操作被终止 Socket error 10013 – Permission denied // 阅读全文
摘要:
function selectdir: string; //如果取消取返回为空,否则返回选中的路径 var Info: TBrowseInfo; IDList: pItemIDList; Buffer: PChar; begin result := ''; Buffer := StrAlloc(MA 阅读全文
摘要:
在windows系统中,可以通过Regsvr32来实现注册ocx或者dl, 编程时,调用Regsvr32来注册,却不能正常执行。尤其是在Win7系统中,需要管理员身份才能运行。 使用下面的代码则能正常注册。 //注册 function RegisterDllServer(FileName: stri 阅读全文
摘要:
{*******************************************************} { } { Delphi公用函数单元 } { } { 版权所有 (C) 2008 } { } {******************************************** 阅读全文