chjagge
7th June 2002, 22:26
I've been able to use the start_ci in simple c programs. Now I want to create an object which can be imbedded in other c programs or another platform that allows us to embed c objects like Progress. Has anyone used the ciserver and has any other documentation ci_start that what's available on the knowledge quest?
Assuming that start_ci is in the C program dll_login.c and I am calling a function within dll_login.c from another program say test.c, what should I pass as the program to start_ci[argv[0]).

Does anyone have any further examples on how I can use the c-interface?