Article # 689, added by Geoworks, historical record
| first | previous | index | next | last |

Running NC apps on EC demo and vis-versa.



Q. Can EC code compiled correctly with the EC compiler options be 
   sent to an NC emulator?
   Can NC code compiled correctly with the NC emulator options be 
   sent to an EC emulator?

A. Typically you run EC on EC and NC on NC. In reality, you can mix 
   and match. On the NC emulator, the EC functions are just stubs
   so EC compiled apps can run, in general.

   Since NC compiled apps don't make calls to EC code, they can run
   on anywhere.

   Only problem is swat looks for apps of the same type as the emulator,
   so if you are running the NC emulator, and try to send foo.app, it
   will not look for fooec.app