Hi,
I try to adapt the file synhighlightervb.pas to another BASIC dialect. I do not need it in the IDE, just want to make my own version for the direct use in my application. I copied the renamed file to my project and replaced all "SynVBSyn" with "SynXBSyn", the new BASIC. I adjusted the include "SynEdit.inc" to the full path in the SynEdit directory.
When I try to compile the otherwise unchanged file I get:
uSynHighlighterXB.pas(53,3) Error: Cannot find LCLIntf used by uSynHighlighterXB. Make sure all ppu files of a package are in its output directory. ppu in wrong directory=C:\Data\lazarus\lcl\units\x86_64-win64\lclintf.ppu. Clean up package "LCLBase"..
Any hints of what I should do? I looks like my whole approach is wrong ...
Thank you
Stefan