command line - Free Pascal without Lazarus -


could of chaps point me in direction of tutorial or book free pascal not rely on using lazarus? ideally write code in text editor , compile/link using command-line. have no existing knowledge of pascal @ all.

unfortunately material have uncovered through google assumes use of lazarus, prior knowledge of pascal or refers pre-delphi/fpc versions of pascal without 'modern' features such dynamic strings, objects , forth.

lazarus doesn't change base dialect possibilities. ide , visual library on freepascal, nonvisual fpc.

just install fpc , compile

 fpc <programname> 

as reference dialect see free pascal reference guide, contains nonvisual examples. when have base level of knowledge, can adapt lazarus related examples own environment.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -