Converting your old database to the new one
First Download converter.zip or download the files seperately: converter.c , MOBYPRON.txt and converter.exe
Next follow the instructions below.
Windows
- Make sure you have the files converter.exe and MOBYPRON.txt in the same directory
- Copy your data.txt file to the folder where the files mentioned above (converter.exe and MOBYPRON.txt) are located
- Double Click on converter.exe
- Wait for the program to exit
- A new file db.txt will be created. Copy this file to where your new Vocabulary Builder program has been saved
- Done!
Other Systems
- Make sure you have the files converter.c and MOBYPRON.txt in the same directory
- Copy your data.txt file to the folder where converter.c is located
- Compile converter.c using your favorite C compiler. On unix based systems it's probably easiest to do "gcc converter.c -o converter" on the terminal.
- execute converter (or whatever you named the compiled executable)
- Wait for converter to exit
- A new file db.txt will be created. Copy this file to where your new Vocabulary Builder program has been saved
- Done!