How to compile a program?

Started by Anonymous, January 12, 2011, 07:42:28 PM

Previous topic - Next topic

Anonymous

Hi,
i recently downloaded hippoedit and I am wondering how to compile a program that I coded through hippoedit. Can someone tell me how I can compile a sample program (lets say python) while using hippoedit?

alex

Hi,

HippoEDIT is only text editor, it could not compile the program edited in it by itself. To do so you need to have a compiler or interpreter.
If the compiler or interpreter is an executable (mostly so) you can create a tool in hippoedit which will call it passing the current file or what ever. To create a tool go to Tools->Manage Tools...
If executable is console application (mostly so) you can catch it output and redirect in into Output window in HippoEDIT (look for corresponding check box in Tools settings).

About compilation of the python code you can as google ;)

Best regards,
Alex.
HippoEDIT team
[url="http://www.hippoedit.com/"]http://www.hippoedit.com/[/url]

Anonymous