Re: [Lazarus] Help with a error - Failed to initialize component: No streaming method available.

2009-03-04 Thread German Gentile
Hi, please anybody can tell me some way to debug that error or figure why is happening? TIA 2009/2/26 German Gentile german.gent...@petrobox.net Hi, anybody can help me with that error? Im losting my ear. Is a migrated program from delphi. At the beginning when try to create a TdataModule

[Lazarus] Help with a error - Failed to initialize component: No streaming method available.

2009-02-25 Thread German Gentile
Hi, anybody can help me with that error? Im losting my ear. Is a migrated program from delphi. At the beginning when try to create a TdataModule , Application.Initialize; Application.Title:='Sample DataModule'; Application.CreateForm(TServerDataModule, ServerDataModule); raises it:

[Lazarus] Dcrypt libraries dont work on 64 bits.

2008-09-16 Thread German Gentile
That code: PDWord(longword(@OutData)+ 0)^:= a; Complains: ../lazarus/components/DCP/Ciphers/dcpserpent.pas(275,10) Error: Typecast has different size (4 - 8) in assignment I search for definition of Oudata procedure DecryptECB(const Indata; var Outdata); virtual; { Decrypt a block