Компоненты к Delphi (каталог ссылок)

Status
Not open for further replies.

Mosla

Member
Joined
Oct 25, 2007
Messages
22
Reaction score
129
Last edited by a moderator:

Anakin

Member
Joined
Oct 5, 2006
Messages
36
Reaction score
1
Age
42
Location
Zimbabve
Разыскиваетса Компонент DBISAM
Подскажите где валяетса плизз очень нуна... (
 

Mosla

Member
Joined
Oct 25, 2007
Messages
22
Reaction score
129
MMTools.2.0.FullSource
I work with Builder C ++.
For me these components function normal.

Добавлено позднее:

Скачано с осла, перезалито на рапиду.
Может кому-то нужно:

Epina.Software.Labs.SDL.Componet.Suite.v7.0.For.D67C6.rar

http://rapidshare.com/files/66040768/Epina.Software.Labs.SDL.Componet.Suite.v7.0.For.D67C6.rar.html

SDL Component Suite V6.0 Professional Edition SRC.rar

http://rapidshare.com/files/66041323/SDL_Component_Suite_V6.0_Professional_Edition_SRC.rar.html
 
Last edited by a moderator:

Castor69

Member
Joined
Aug 29, 2007
Messages
113
Reaction score
269
MMTools.2.0.FullSource
I work with Builder C ++.
For me these components function normal.

But are incompatibile with Delphi 7 compiler, and I don't know how to fix errors with TLargeInteger:

errors in MOV mnemonics (operand size mismatch):
Code:
function GetCPUCycles: int64;
asm
{$IFDEF WIN32}
      db      00fh              //RDTSC
      db      031h
      {$IFNDEF DELPHI4}
      mov     HiWord(Result), edx
      mov     LoWord(Result), eax
      {$ENDIF}
{$ENDIF}
end;
and other lines where are used varibles typed TLargeInteger or MMLARGE_INTEGER. In C++ LARGE_INTEGER is union, but in Delphi exists type Int64 and TLargeInteger is alias for this one. I understudna this shit :( Someone knows how to install in Delphi 7?
 

MisterM

Member
Joined
Jun 2, 2007
Messages
21
Reaction score
11
Age
61
Location
Spain
You can prove with:
Code:
                          mov  dword ptr   HiWord(Result), edx
                          mov   dword ptr  LoWord(Result), eax
.. both operands they must be of the same size..32 bits
 

zabibamishra

Member
Joined
Jun 14, 2007
Messages
11
Reaction score
5
Location
Spain
Можешь взять на оф сайте Castalia v5.2.88.9 for Delphi 2007.
А патчик вот:
*** hidden content ***

Legolas, that file give's me an error when I extract it and I can't execute it:

! C:\Users\zabibamishra\Desktop\azsd_Castalia_v5.2.88.9_D2007.rar: Cannot set Castalia v5.2.88.9 TahomaMod.exe security data

! C:\Users\zabibamishra\Desktop\azsd_Castalia_v5.2.88.9_D2007.rar: Cannot set readme.txt security data

! Cannot execute "C:\Users\zabibamishra\AppData\Local\Temp\Rar$EX00.761\Castalia v5.2.88.9 TahomaMod.exe"
 
Status
Not open for further replies.
Top