IonicWind Software

IWBasic => General Questions => Topic started by: Shannara on April 03, 2007, 11:12:45 PM

Title: Compiling EBasic (compiler) source code.
Post by: Shannara on April 03, 2007, 11:12:45 PM
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?
Title: Re: Compiling EBasic (compiler) source code.
Post by: Ionic Wind Support Team on April 04, 2007, 07:48:27 AM
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.