dos - Creating text editor like EDIT on Command Prompt using FreePascal -


i want create texteditor dos program. want create using freepascal compiler. know logical programming create it?

  1. make sure fpc installed , set (including path), download main sources if needed. (depends on platform)

  2. run "make" in packages/fv/examples/ (in sources) compiles testapp.pas testapp.exe

  3. run testapp.exe , select file->new, in editor.

  4. study testapp source , remove parts program don't like. reference book turbo pascal "turbo vision" library (which similar fpc provided fv library demo uses) great asset this.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -