Assapan

Member since: Thursday, 01 September 2016
Last login: 4 years ago
Profile viewed: 1,489 views

No Rank
Points: 0

Andrew wrote: People in this thread are referring to "Platforms and Extensions manager", "Platform Assistant", as well as a menu item Tools->Platforms.

Of these three described items, my fully registered installation of C++Builder 20.3 Professional has NONE of them. Where do people see these options, please?

(Also, and this may be related, each time I try to load the GetIt manager, it displays an exception 0xC0000005 followed by four 64 bit numbers, and the entire IDE crashes...)



Read More...

Assapan replied to the topic 'Rio and JSON' in the forum. 5 years ago
Mariusz S56276 thanked Assapan in topic Rio GetIt 5 years ago
Assapan replied to the topic 'Rio and JSON' in the forum. 5 years ago

I found the problem in REST.JsonReflect at line 1691

if (rttiType.Name = 'TListHelper') and
(Length(rttiType.GetFields) > 1) and
(rttiType.GetFields[0].Name = 'FCount') then


Tokyo report rttiType.GetFields[0].Name = 'FCount' where Rio report = 'FItems'

Read More...

Assapan replied to the topic 'Rio GetIt' in the forum. 5 years ago

Codesite is available now !!

Read More...

Assapan replied to the topic 'Rio and JSON' in the forum. 5 years ago

Yes it works with Tokyo but not with Rio !!!!

Read More...

Matthias B4793 thanked Assapan in topic Rio GetIt 5 years ago
Assapan created a new topic ' Rio GetIt' in the forum. 5 years ago

it GetIT a lot of the options are missing like Codesite , Jdi library ...
Why on every new release we have to wait several days or weeks to have at least what was existing in previous version ? Isn't it possible to have a full release in once ? call this a pre-release ?

Read More...

Assapan created a new topic ' Rio and JSON' in the forum. 5 years ago

It seems that something went wrong with JSON and generic Tobjectlist.

In Tokyo the following code works perfectly

TParametre = class
  private
    FValeur: string;
    Fnom: String;
    procedure Setnom(const Value: String);
    procedure SetValeur(const Value: string);
  public
    property nom: String read Fnom write Setnom;
    property Valeur: string read FValeur write SetValeur;
  end;

  TListeParametres = class(TObjectList<TParametre>);

var
  Form17: TForm17;

implementation

{$R *.dfm}
procedure TForm17.Button1Click(Sender: TObject);
var
  Liste: TListeParametres;
  P: TParametre;
  i: Integer;
begin
  Liste := TListeParametres.Create;

  for i := 1 to 10 do
  begin
    P := TParametre.Create;
    P.nom := Format('Param%d', [i]);
    P.Valeur := i.ToString;
    Liste.Add(P)
  end;

  Memo1.Lines.Add(TJSon.ObjectToJsonString(Liste));

end;

Rio reports an error at execution ( translated from french ) "EConversionError type tkpointer is no actualy supported"

Read More...

In Tools , Platforms they are not listed ?

Read More...

Assapan replied to the topic 'Raise CodeSite replacement?' in the forum. 5 years ago

Have you check in GetIt ?

Read More...

Assapan replied to the topic 'Maintaining state' in the forum. 5 years ago

INI is not related to object , JSON is .
You just have to define a persistence object and use object to json to write and json to object to read .

Read More...

Serge Girard thanked Assapan in topic TTabControl and close button 5 years ago
Assapan shared 0 photos in the Assapan's photos album 5 years ago
Pieter Viljoen (Sr) Hello there, and my compliments - this facility looks really great now! 7 years ago
loader
loader
Attachment
John.Dammeyer Clearly this forum is a bit broken. Photos appear to be downloaded but aren't and a robot message from 5 months ago shows up for each posting. 7 years ago
loader
loader
Attachment
Assapan shared 0 photos in the Assapan's photos album 5 years ago
Pieter Viljoen (Sr) Hello there, and my compliments - this facility looks really great now! 7 years ago
loader
loader
Attachment
John.Dammeyer Clearly this forum is a bit broken. Photos appear to be downloaded but aren't and a robot message from 5 months ago shows up for each posting. 7 years ago
loader
loader
Attachment
SEXDOLLS Removed 5 years ago
loader
loader
Attachment
Assapan shared 0 photos in the Assapan's photos album 5 years ago
Pieter Viljoen (Sr) Hello there, and my compliments - this facility looks really great now! 7 years ago
loader
loader
Attachment
John.Dammeyer Clearly this forum is a bit broken. Photos appear to be downloaded but aren't and a robot message from 5 months ago shows up for each posting. 7 years ago
loader
loader
Attachment
SEXDOLLS Removed 5 years ago
loader
loader
Attachment
Assapan shared 0 photos in the Assapan's photos album 5 years ago
Pieter Viljoen (Sr) Hello there, and my compliments - this facility looks really great now! 7 years ago
loader
loader
Attachment
John.Dammeyer Clearly this forum is a bit broken. Photos appear to be downloaded but aren't and a robot message from 5 months ago shows up for each posting. 7 years ago
loader
loader
Attachment
SEXDOLLS Removed 5 years ago
loader
loader
Attachment
Assapan shared 0 photos in the Assapan's photos album 5 years ago
Pieter Viljoen (Sr) Hello there, and my compliments - this facility looks really great now! 7 years ago
loader
loader
Attachment
John.Dammeyer Clearly this forum is a bit broken. Photos appear to be downloaded but aren't and a robot message from 5 months ago shows up for each posting. 7 years ago
loader
loader
Attachment
SEXDOLLS Removed 5 years ago
loader
loader
Attachment
Assapan shared 0 photos in the album 5 years ago
Pieter Viljoen (Sr) Hello there, and my compliments - this facility looks really great now! 7 years ago
loader
loader
Attachment
John.Dammeyer Clearly this forum is a bit broken. Photos appear to be downloaded but aren't and a robot message from 5 months ago shows up for each posting. 7 years ago
loader
loader
Attachment
SEXDOLLS Removed 5 years ago
loader
loader
Attachment
Assapan replied to the topic 'Anyone that remember this one?' in the forum. 5 years ago

I started with turbo pascal for CPM .........

Read More...