Question
· Mar 3, 2021

What is the difference between Cache for Windows and Cache for MacOS?

What are the differences between Cache for Windows and Cache for MacOS?

I want to use it in different devices.

Product version: Caché 2018.1
Discussion (2)1
Log in or sign up to continue

There are different kernels but other than that you should be able to run the same ObjectScript code on both platforms and it will behalf identically.  If you are going to be doing file interactions, then I suggest using the %File library class which will make your code portable between Windows and UNIX file systems.  Likewise if you are calling out to other executables, you will need to instrument your code to call out appropriately based on your platform.