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

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -