Fab8573
Fab8573
Ok it's need a "CompInstall.ini" for each component. But it's doesn't detect my Delphi 12 : "Error loading component definitions: No version of Delphi installed or supported"
Ok add 12 in "CompInstall.ini" : DelphiVersions=XE3;XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4;11;12
COMPILE COMPONENT... Compile package DzNotepad (Win32) Microsoft (R) Build Engine, version 4.8.9037.0 [Microsoft .NET Framework, Version 4.0.30319.42000] Copyright (C) Microsoft Corporation. All rights reserved. MSBUILD : error MSB1009: File not...
With default EMPLOYEE.FDB if Connection Charset = NONE error is 'Malformed String' if Connection Charset = UTF8 or Charset = WIN1252 error is 'Arithmetic exception, numeric overflow, or string truncation:...
Hello, In Chat.FrameChat.pas, In procedure TFrameChat.RequestImage(const Prompt: string); this work for image : ` procedure(Params: TImageCreateParams) begin Params.Prompt(Prompt); Params.ResponseFormat(TImageResponseFormat.Url); Params.N(1);//Params.N(4); Params.Model('dall-e-3'); // Params.Model(''); Params.Size(TImageSize.s1024x1024); Params.User(FChatId); end); `