Page 1 of 1
Delphi codeinsight feature stops working
Posted: 09 Nov 2023, 05:30
by hayami
Hi,
I'm using Delphi 11.3.
CAD VCL is version 15.
Added DXF.pas to "uses".
Delphi's support feature "Code Insight" will no working. help me.
The same goes for DXFConf.pas and CADtoDXF.pas.
Best Regards,
Ryosuke Hayami
Code: Select all
unit Unit1;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs;
type
TForm1 = class(TForm)
procedure FormCreate(Sender: TObject);
private
{ Private 宣言 }
public
{ Public 宣言 }
end;
var
Form1: TForm1;
implementation
uses
DXF;
{$R *.dfm}
procedure TForm1.FormCreate(Sender: TObject);
var
s: string;
begin
s.To // Press to Ctrl+Space. StringHelper is not show.
// after Delete DXF uses. StringHelper is show.
end;
end.
Re: Delphi codeinsight feature stops working
Posted: 10 Nov 2023, 13:32
by support
hayami wrote: ↑09 Nov 2023, 05:30
Hi,
I'm using Delphi 11.3.
CAD VCL is version 15.
Added DXF.pas to "uses".
Delphi's support feature "Code Insight" will no working. help me.
The same goes for DXFConf.pas and CADtoDXF.pas.
Best Regards,
Ryosuke Hayami
Code: Select all
unit Unit1;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs;
type
TForm1 = class(TForm)
procedure FormCreate(Sender: TObject);
private
{ Private 宣言 }
public
{ Public 宣言 }
end;
var
Form1: TForm1;
implementation
uses
DXF;
{$R *.dfm}
procedure TForm1.FormCreate(Sender: TObject);
var
s: string;
begin
s.To // Press to Ctrl+Space. StringHelper is not show.
// after Delete DXF uses. StringHelper is show.
end;
end.
Hello,
Please, move
to the top
Code: Select all
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs;
and then compile the project and check it. Maybe it will help.
Best regards,
Catherine.
Re: Delphi codeinsight feature stops working
Posted: 13 Nov 2023, 03:15
by hayami
support wrote: ↑10 Nov 2023, 13:32
Hello,
Please, move
to the top
Code: Select all
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs;
and then compile the project and check it. Maybe it will help.
Best regards,
Catherine.
Hi,
That method didn't improve it.
Best Regards,
Ryosuke Hayami
Re: Delphi codeinsight feature stops working
Posted: 13 Nov 2023, 09:43
by support
hayami wrote: ↑13 Nov 2023, 03:15
support wrote: ↑10 Nov 2023, 13:32
Hello,
Please, move
to the top
Code: Select all
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs;
and then compile the project and check it. Maybe it will help.
Best regards,
Catherine.
Hi,
That method didn't improve it.
Best Regards,
Ryosuke Hayami
Hi Ryosuke,
Did DXF compilation go successfully?
You should have at least one successful compilation and in this case Delphi feature will work.
Best regards,
Catherine.
Re: Delphi codeinsight feature stops working
Posted: 14 Nov 2023, 02:30
by hayami
support wrote: ↑13 Nov 2023, 09:43
Hi Ryosuke,
Did DXF compilation go successfully?
You should have at least one successful compilation and in this case Delphi feature will work.
Best regards,
Catherine.
Hi,
Yes, it was compiled.
DXF.pas > DXFConv.pas > sgMFunctions.dcu is referenced.
I doubt it.
Can I get a debug DCU?
Best Regards,
Ryosuke Hayami
Re: Delphi codeinsight feature stops working
Posted: 16 Nov 2023, 10:39
by support
hayami wrote: ↑14 Nov 2023, 02:30
support wrote: ↑13 Nov 2023, 09:43
Hi Ryosuke,
Did DXF compilation go successfully?
You should have at least one successful compilation and in this case Delphi feature will work.
Best regards,
Catherine.
Hi,
Yes, it was compiled.
DXF.pas > DXFConv.pas > sgMFunctions.dcu is referenced.
I doubt it.
Can I get a debug DCU?
Best Regards,
Ryosuke Hayami
Hi,
First of all, the issue with "Code Insight" feature depends on the Delphi library.
As for DCU files. Usually, we do not provide any DCU files, however, as an expcetion you can discuss a possibility of providing you with these files at a certain price. Please, contact us at
info@cadsofttools.com
Best regards,
Catherine.
Re: Delphi codeinsight feature stops working
Posted: 04 Dec 2023, 05:36
by hayami
support wrote: ↑16 Nov 2023, 10:39
Hi,
First of all, the issue with "Code Insight" feature depends on the Delphi library.
As for DCU files. Usually, we do not provide any DCU files, however, as an expcetion you can discuss a possibility of providing you with these files at a certain price. Please, contact us at
info@cadsofttools.com
Best regards,
Catherine.
Hi,
I dealt with it by not analyzing the code.
1. Compiled the relevant source and created a dcu.
2. Added search path for each project.
I'll stop here.
Best regards,
Ryosuke Hayami
Re: Delphi codeinsight feature stops working
Posted: 05 Dec 2023, 14:25
by support
hayami wrote: ↑04 Dec 2023, 05:36
support wrote: ↑16 Nov 2023, 10:39
Hi,
First of all, the issue with "Code Insight" feature depends on the Delphi library.
As for DCU files. Usually, we do not provide any DCU files, however, as an expcetion you can discuss a possibility of providing you with these files at a certain price. Please, contact us at
info@cadsofttools.com
Best regards,
Catherine.
Hi,
I dealt with it by not analyzing the code.
1. Compiled the relevant source and created a dcu.
2. Added search path for each project.
I'll stop here.
Best regards,
Ryosuke Hayami
Hi,
Could you send us your screenshots from the tabs "Options", "Syntax Highlighter" (as per screehsot below), etc. and we will apply your settings on our machines, trying to reprodue your issue.
Best wishes,
Catherine.
Re: Delphi codeinsight feature stops working
Posted: 11 Jan 2024, 02:40
by hayami
support wrote: ↑05 Dec 2023, 14:25
Hi,
Could you send us your screenshots from the tabs "Options", "Syntax Highlighter" (as per screehsot below), etc. and we will apply your settings on our machines, trying to reprodue your issue.
Best wishes,
Catherine.
Hi,
I would like to attach it, but a warning appears and I cannot attach it.
"Sorry, the board attachment quota has been reached."
Best regards,
Ryosuke Hayami
Re: Delphi codeinsight feature stops working
Posted: 11 Jan 2024, 14:32
by support
Hello,
Please try to send a screenshot via e-mal at
support@cadsofttools.com
Thanks in advance.
Kind regards,
Suraya
Re: Delphi codeinsight feature stops working
Posted: 25 Jan 2024, 11:35
by support
Hello,
Thank you for sending us the screenshots.
As I said in the email,
In your case we may suggest two options:
1. Define the SG_NOT_USE_GLSCENE in your project;
Or
2. In your project specify the paths to:
cadvcl_source\Delphi\ExternalLib\GLScene
cadvcl_source\Delphi\ExternalLib\GLScene\Base
cadvcl_source\Delphi\ExternalLib\GLScene\FileFormats
cadvcl_source\Delphi\ExternalLib\GLScene\Platform
cadvcl_source\Delphi\ExternalLib\GLScene\Shaders
Best regards,
Catherine.