Share

FVM factory

Code

Programming Languages: C, Forth, Object Pascal

License: BSD License

Repositories

browse code, statistics cvs -d:pserver:anonymous@c-fvm.cvs.sourceforge.net:/cvsroot/c-fvm login

cvs -z3 -d:pserver:anonymous@c-fvm.cvs.sourceforge.net:/cvsroot/c-fvm co -P modulename

Show:

What's happening?

  • Disc write error at saving from console

    saving code from console coase error "cannot open file FVM_code.c for writing in console folder" fixed by canging FILE *of = (FILE *)fopen(console_code,"w"); to FILE *of = (FILE *)fopen("FVM_code.c","w"); in function save_compiled() (from files.c)

    2009-12-09 08:36:31 UTC by nobody

Our Numbers