Topic: Type not found in IDE

I am trying to use external 'Charm Pascal' IDE for editing the script.

In that I got the 'Error : Identifier not found "TdbComboBox" '

How to resolve this ?

Re: Type not found in IDE

You can only edit the script in there, but you can not compile it there

brian

3 (edited by rbknathan 2020-08-19 07:20:14)

Re: Type not found in IDE

brian.zaballa wrote:

You can only edit the script in there, but you can not compile it there

I am not trying to compile there. I am trying to use that as an editor with auto-suggestions for multiple pas file scenario.

Because of the error  Identifier not found "TdbComboBox" '. I am not getting property/method suggestions for TdbComboBox.

Re: Type not found in IDE

In my analysis, you have to include TdbCombobox component in the script for you to access its properties. It is a bunch of codes to include classes, etc in Pascal and it is done by MVD.

brian

5 (edited by rbknathan 2020-08-20 05:47:38)

Re: Type not found in IDE

As an alternative i found the 'visual studio code' extension 'Pascal' to edit the script with multiple script files. Its auto-suggestion and error highlighting features are cool.

Pascal Editor Extension : https://marketplace.visualstudio.com/it … ani.pascal