compile a Program with Japi Calls:

(dynamic link library)

Files needed:

1) Your Program       'program.c'
2) Japi include File  'japi.h'
3) Japi include Lib   'japi.lib'
4) Japi DLL           'japi.dll'

cl program.c japi.lib

to run a JAPI Program, you need to have the JAPI.DLL in your PATH
