Delphi

delphi

删除Delphi 2007 无效的菜单actionclientitem9

由 非洲饿鱼 于 星期六, 07/23/2011 - 10:13 发表

原来又是个bug http://qc.embarcadero.com/wc/qcmain.aspx?d=71796 去注册表HKEY_CURRENT_USER\Software\Borland\BDS\5.0\Transfer 一看就明白了cheeky

Delphi多维数组Copy有问题!

由 非洲饿鱼 于 星期日, 07/17/2011 - 20:11 发表

看http://qc.embarcadero.com/wc/qcmain.aspx?d=20086
fpc编译结果一样!

type
  TVector = array of integer;
  TMatrix = array of array of integer;
 
procedure TForm1.Button1Click(Sender: TObject);
var
  A, B : TMatrix;
  C, D : TVector;
begin
  SetLength(C, 2);
  C[0] := 1;
  //this duplicates the vector
  D := Copy(C);
  D[0] := 2;
  //correctly shows "1"
  ShowMessage(IntToStr(C[0]));
  SetLength(A, 2, 2);
  A[0,0] := 1;
  //this should duplicate the matrix
  B := Copy(A);
  B[0,0] := 2;
  //oops: it shows "2"
  ShowMessage(IntToStr(A[0,0]));
end;

Delphi 64位!不错!

由 非洲饿鱼 于 星期二, 07/12/2011 - 19:17 发表

不错!很好!加油!laugh

上海诚聘Delphi程序员

由 非洲饿鱼 于 星期三, 06/23/2010 - 12:44 发表

要求如下

1、计算机相关专业或数学专业(大专以上);
2、1年以上软件开发经验;
3、熟练掌握Pascal语言,熟练使用Delphi系列开发工具;
4、熟悉SQL Server、Oracle、DB2等数据库中的其中1种;
5、熟悉Internet TCP/IP及Web应用开发、多线程技术、DLL技术;
6、对足彩玩法、足彩过滤软件、相关算法有了解者优先。
7、熟悉Linux,具有Php、Jsp、Asp开发B/S经验者优先。

公司门户网站: http://www.starlott.com/
公司名称; 上海神灯网络科技有限公司

关于待遇: 不低于4K,具体凭个人能力而定。

有意者请加QQ:7297996

Exception EStringListError in module rtl100.bpl at 00035145.

由 非洲饿鱼 于 星期六, 06/28/2008 - 18:21 发表

下了新版本delphi 装好运行就是

---------------------------
Application Error
---------------------------
Exception EStringListError in module rtl100.bpl at 00035145.

List index out of bounds (0).

---------------------------
OK  
---------------------------

Big Grin

气人

Delphi Lite

由 非洲饿鱼 于 星期三, 05/14/2008 - 20:45 发表

Delphi 2007 Lite v1.2 for Win32

由 非洲饿鱼 于 星期五, 03/28/2008 - 00:07 发表

Download links: 

Universal Share Downloader

由 非洲饿鱼 于 星期四, 02/28/2008 - 04:16 发表

Universal Share Downloader  可以自动下载各种文件共享网站资源,可以使用delphi编写自己的下载插件(例子代码请看Plugins目录下MyTempDir.src.zip).

 Universal Share Downloader

显示 SOAP 下载进度

由 非洲饿鱼 于 星期五, 12/21/2007 - 00:58 发表
同步内容
Drupal theme by Kiwi Themes.