Search found 49 matches

by ira
Mon Feb 08, 2010 7:08 am
Forum: madBasic
Topic: madTools's changes
Replies: 1
Views: 11067

madTools's changes

I use 2.5.9.0
Why in madTools.pas, in BDS7 there is "2009-07-14 1.2v added osWin2008, osWin7, osWin2008r2" but not in BDS4.

Edit:
After I checked all unit, can I use latest version of your units (located in BDS7) if I use D2007?
by ira
Tue Dec 15, 2009 3:40 pm
Forum: madCodeHook
Topic: madCodeHook.pas
Replies: 4
Views: 4573

There is no other error. At first the program was compiled with Delphi 7, now I migrate it to Delphi 2010 and got this error.

Any advices?
by ira
Tue Dec 15, 2009 10:04 am
Forum: madCodeHook
Topic: madCodeHook.pas
Replies: 4
Views: 4573

madCodeHook.pas

Sorry for lame question. I am new in Delphi and I have to develop a source code from someone The program is using using madCodeHook (commercial edition). When I compiled the source code, it give error : [DCC Fatal Error] xx.pas(xx): F2063 Could not compile used unit 'madCodeHook.pas' I already have ...
by ira
Mon Dec 14, 2009 6:53 am
Forum: madBasic
Topic: Delphi 2010 n madCrypt
Replies: 1
Views: 11056

Delphi 2010 n madCrypt

Right now I am using Delphi 2010 and I got some error in my unit uses madCrypt; function EncString(const Str: string; const Key: string): string; var S: string; begin S := Str; Encrypt(S, Key); //error S := Encode(S); Result := S; end; [DCC Error] uCrypt.pas(xx): E2250 There is no overloaded version...