[quote author=Genecist link=topic=1940.msg6484#msg6484 date=1165514320]
Oh great, not supported, huh? Well that throws a spanner into everything.
Well then, I'll have to wrap each tserver connection and corresponding dispatch function in it's own address space and communicate to the main client app across process boundaries.
A lot more work than I thought I was getting into.
Thanks for the help.
BTW, seems to me a lot of you guys use the activeX wrapper...does it allow multiple tserver connections within the same application?
[/quote]
Genecist,
yes, I pretty much gave up on Tlib and now only puruse ActiveX based development, because it is easy.
Using multiple TConnection objects do not really cause any problems. There are issues with compatibility between different Genesys ActiveX (like program compiled using 7.0 would not work with 7.1) but I am sure we are not doing something right.
Of course, if you are developing with linux or Unix, then I guess you do not have a lot of choice on what you can use.
BTW, I am curious, is it necessary to use Genesys ActiveX? Can we develop our own without using either? I can think of several modifications to the existing ActiveX component and protocol that would improve all of our lives.
Of course, this would require some reverse engineering, and my gut feeling is that Genesys would frown upon it. Has anyone actually tried it?