Converting PaCo databases to csv files under wine in linux.

Install wine
If Msvbvm60.dll is not in wine's system32 dir, then it must be copied there.
# cp ./Msvbvm60.dll /root/.wine/drive_c/windows/system32/Msvbvm60.dll
Launch the converter with csvconv.sh

Exporting pdb to txt (csv):
- Press Set Palm Database Name (Choose pdb file to convert (PacoDB.pdb)).
- Automatically it sets the text file to be converted and the conversion direction.
- Press Convert it!.
- After conversion it asks to create an .xdf file needed to import a txt file to pdb later. 

Importing txt to pdb:
- Set Transfer Definition file. Choose PaCoDB.xdf (it was created before)
- Set conversion direction Text to Palm.
- Press Convert it!

-------------------------------------------

If you're using windows, launch the converter using csvconv.bat


