For the record, if you want to make Active4D into a component, you need to 
provide glue in the host for the following variables:

<>A4D_IsWebServer
<>A4D_HostType
<>A4D_HostAddr
<>A4D_HostPort
<>A4D_ClientIsWebserver

and methods:

<get http body callback> (A4D_GetHttpBodyCallback by default)
<stream receive callback>  (A4D_NTK_ReceiveCallback by default)
A4D_WriteToConsole
A4D_SendMail   (or whatever you set with a4d.utils.setMailMethod)

Also note that you cannot access any process/interprocess variables except in 
the host database.

If anyone succeeds in getting this working, I will be very interested to see it.

Kind regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to