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?
make sure fpc installed , set (including path), download main sources if needed. (depends on platform)
run "make" in packages/fv/examples/ (in sources) compiles testapp.pas testapp.exe
run testapp.exe , select file->new, in editor.
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
Post a Comment