April 28, 2024, 03:32:30 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Compiling EBasic (compiler) source code.

Started by Shannara, April 03, 2007, 11:12:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Shannara

Since Paul is away, and will providing instructions when ever he returns (?). However, until then. Have anybody been able to compile the EBasic compiler source code with VC6?
Love is staying up all night with a sick child, or a healthy adult.

Ionic Wind Support Team

You shouldn't be having all that too much difficulty.  Just add the three .c files to a project named ebparse and compile.  You will need to add the libs and include path for ParserGenerator to VS so it picks up the static library.

Everything is standard C with no reliance on templates, so it should work just fine.
Ionic Wind Support Team