Skip to main content

Linux has libvision.a

Windows has avision6.lib

We have an acucobol application, which maintains many data files.  Have an idea for an external application, and the easiest way to interoperate would be to access the vision files directly.  How do I use those libraries from another language, in order to open/read/write/etc vision files?

Linux has libvision.a

Windows has avision6.lib

We have an acucobol application, which maintains many data files.  Have an idea for an external application, and the easiest way to interoperate would be to access the vision files directly.  How do I use those libraries from another language, in order to open/read/write/etc vision files?

Please contact Sales. Acu provides a Vision FSI (File System Interface) which is typically used by C programs to get to Vision data. 


Linux has libvision.a

Windows has avision6.lib

We have an acucobol application, which maintains many data files.  Have an idea for an external application, and the easiest way to interoperate would be to access the vision files directly.  How do I use those libraries from another language, in order to open/read/write/etc vision files?

Hi Robert. I used this Microfocus API in a simple c# project (.NET core). If you will use the same language, fell free to ask that I can share a bit of C# code