Thank you all !
I tried geany,and am trying...
I tried notepad++,it works for a very simple source just with unit sysutils,generics.collections.But if I tried to use lconvEncoding,the compiler just complaints:
Free Pascal Compiler version 3.2.2 [2024/05/25] for x86_64
Copyright (c) 1993-2021 by Florian Klaempfl and others
Target OS: Win64 for x64
Compiling project1.lpr
project1.lpr(6,36) Fatal: Can't find unit lconvencoding used by project1
Fatal: Compilation aborted
Error: E:\lazarus\fpc\3.2.2\bin\x86_64-win64\ppcx64.exe returned an error exitcode
In Lazarus ,I just did one more thing: project inspector -> Required Package, searched and added LCL.Everything goes fine.
So my question is:What is this exactly supposed to mean:A unit file/path,a lib file/path or something else should be provided in the related textbox under Project Options->Compiler Options->Paths?
project1.lpr(6,36) Fatal: Can't find unit lconvencoding used by project1
This will help me to understand more about Lazarus.
And as a reference,I will be trying to append somthing neccessory to " fpc source.pas "command in NotePad++ NppExec->Excute NppExec Script.
Appreciated.