捐赠 | 广告 | 注册 | 发布 | 上传 | 关于我们    
  沪ICP备05001939号 DELPHI盒子 | 盒子论坛 | 盒子文章 | 盒子问答悬赏 | 最新更新 | 论坛检索 | 下载中心 | 高级搜索    
  精品专区 | 繁體中文 | 奖励公告栏 | 直通车账号登陆 | 关闭GOOGLE广告 | 临时留言    
 
广告
评论:DevExpress For D7->D2005
sunchangle 13317 2005/3/17 22:48:31
转倒是能转,可是不能转成vcl.net,对不对?
hyg110 12623 2005/2/18 15:36:26
想问一下,怎么才能在DELPHI6.0中安装。
maeve_zahra 12341 2005/2/1 8:41:26
hi all, i download this and put all the runtime package under system32 on xp then using the component-->install package, i add the bpl file into delphi ide. to this point, everything work ok. but after restart, it said, the package that i install before can not be load because missing some required module. it seem, it can not reach the runtime-package. but i put all the runtime package under system32 already. have any idea to fix this problem?. thanks anyway.
maeve_zahra 12340 2005/2/1 8:35:55
if you get error like this:

Cannot Load Package 'rtl70',It Contains Unit 'Zlib',Which is also
Contained In Package 'rtl90'

then it should be u have install both d7 and d2005 on the same machine but u forget to change the registry as told by the readme.
or other solution is, just remove the d7.
rich_net 11662 2005/1/12 16:44:59
你好! huziqian  能不能把你的改动方法整理出来,这样就可以发动大家一起努力把全套Developer Express组件都给转到2005下。
dearjq 11171 2005/1/3 9:47:22
ExpressQuantumGrid3.22 FOR 在www.playicq.com上有人已改了,只差cxGrid没有,其它的都全,而这个对我来说正是最重要的。
5218731 11161 2005/1/2 16:49:11
delphi2005 sp1 资源汉化  没有看到啊,,
huziqian 11117 2004/12/31 17:39:48
没有ExpressQuantumGrid3.22 for delphi 2005 改动太费劲了
我花了两天时间改Express源码for delphi 2005,修正BUG
dearjq 11115 2004/12/31 17:23:49
huziqian 你好!有没有ExpressQuantumGrid3.22吗?
huziqian 11111 2004/12/31 16:49:05
我在其他机器测试过,先删除系统system或sysytem32目录下的DevExpress相关的*.bpl文件(不要删除DELPHI2005自带的bpl文件)
另外已上传:
teechart7 for delphi2005  
cport263 for delphi2005 
delphi2005 sp1 资源汉化
dearjq 11110 2004/12/31 15:45:41
是吗,我找个时间再试试,有没有ExpressQuantumGrid3.22吗?
huziqian 11109 2004/12/31 15:32:22
先删除系统system或sysytem32目录下的*.bpl文件
dearjq 11106 2004/12/31 14:45:42
根本不能用于DELPHI2005的啊

提示出错: Cannot Load Package 'rtl70',It Contains Unit 'Zlib',Which is also
Contained In Package 'rtl90'
huziqian 11094 2004/12/31 9:18:35
我已详细测试OK,大家放心使用,有问题告诉我hzq110@126.com

解决dxPrnDev.pas源码问题pchar转string出问题
function dxGetDefaultPrinter: string;
var
  L: Integer;
  DefaultPrinter: array[0..79] of Char;
  C, Device: PChar;
begin
  if @FGetDefaultPrinter <> nil then
  begin
    FGetDefaultPrinter(nil, @L);  
    if GetLastError = ERROR_FILE_NOT_FOUND then // There is no default printer
      Result := '
    else  
    begin
//打印机名='在 AA/P T45X3VICWH6P 上自动 Epson Stylus COLOR 680 ESC-P 2888'
//pchar转string出问题
//按此改动OK
//+
      if not FGetDefaultPrinter(DefaultPrinter, @L) then
        Result := '
      else
        Result := DefaultPrinter;
//+
//      SetLength(Result, L - 1);
//      if not FGetDefaultPrinter(PChar(Result), @L) then
//        Result := ';
    end;
  end
  else
  begin
    GetProfileString('WINDOWS', 'DEVICE', ', DefaultPrinter, SizeOf(DefaultPrinter) - 1);
    C := DefaultPrinter;
    Device := FetchStr(C);
    SetString(Result, Device, StrLen(Device));
  end;
end;
第一页 上一页 下一页 最后页 有 14 条纪录 共1页 1 - 14
 用户名:
 密 码:
自动登陆(30天有效)
 
  DELPHI盒子版权所有 1999-2023 V4.01 粤ICP备10103342号-1 更新RSS列表