Summary :
A utility to load files saved in older versions (Feb 2000). 					

Description :
Scilab-2.4 format of save/load binary files have been changed. However
Scilab-2.4 can read binary files created by earlier Scilab versions,
but cannot save binary files with old format. This directory contains
file necessary to add a new Scilab built-in wich saves variables with
the old binary file format.


Requirement:
 On unix systems you need a fortran compiler, 
 for Windows systems you need Visual C++ and Fortran to C translator f2c

How to proceed
--------------
1 - Edit Makefile or Makefile.mak to set the correct path of Scilab 

2 - in Scilab execute the Scilab script oldsave.sce
    exec oldsave.sce
3 - use the function oldsave with the same syntax as save

Files
-----
 Makefile     : Unix Makefile used by oldsave.sce to compile oldsave.f
 Makefile.mak : Windows Visual C++ Makefile used by oldsave.sce to compile
oldsave.f 
 oldsave.f    : Fortran source file of the oldsave function definition
 oldsave.sce  : Scilab script used to add the function definition in a running
Scilab
 stack.h      : a Copy of a Scilab include file
					

Corresponding Author : Serge Steer
File Name : oldsave.tgz


Your comments
Number of Comments :0

Leave your comment

Your email address :
Your rate : Love it  Useful Just OK none
Comments :


Confirmation code :

Enter the code exactly as you see it.
The code isn't case sensitive.