Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ISAPI help with COM servers
Message
Information générale
Forum:
Visual C++
Catégorie:
Autre
Titre:
ISAPI help with COM servers
Divers
Thread ID:
00571303
Message ID:
00571303
Vues:
51
Hi all,

Hope someone here can guide/answer my issue...

I'm working on a project writing a C++ ISAPI extension for handling web-requests... Most of it appears to be working ok, and I can successfully invoke the COM server method. However, the COM server being invoked is written with Visual FoxPro.

The baseline of research I had was the FoxISAPI.dll to better understand some of the mechanics behind the operations and all the way to the point of setting up the VARIANTARG class as a parameter to the IDispatch / DispMethod.Invoke() call. The FoxISAPI does some converting of strings to a "bstr" data type and all is ok there (understanding what, but not the why).

My ultimate goal, however, is to pass another object up to the VFP handler. So, is it possible to pass a pointer to the pECB (Extension_Control_Block) object to Visual FoxPro COM server so I can make use of things like GetServerVar, WriteClient and ReadClient methods??? If so, how, if not, what alternatives should I consider....

Appreciate the input,

Thanks,

Don
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform