I've compiled up a lot of .obj files from with VisualCobol 2.1 using Visual Studio.
I need to get these running on a linux server using cobrun.
I tried grabbing the obj files and using "cobrun programname.obj" and get an error "217 Incompatible host for native code file"
Now I know I'm missing something fundamental, but cant seem to find it in the help.
Any pointers would be greatly appreciated.
Steve