Re: Shifted Results from External

2006-05-04 Thread Mark Wieder
Dar- Wednesday, May 3, 2006, 1:36:01 PM, you wrote: However, in the customer's environment which includes another external of mine that runs a customer supplied ActiveX module something strange happens after a while. Based on the data from the customer, it looks like the results from

Re: Shifted Results from External

2006-05-04 Thread Dar Scott
On May 4, 2006, at 11:06 AM, Mark Wieder wrote: That is, if calls are like this--f1(), g(), g(), f2(), g()-- at some point the data returned is that that should have been for the previous call--empty, f1(), g(), g(), f2(). I have no queues in my code, but it looks as if data is queued but an

Shifted Results from External

2006-05-03 Thread Dar Scott
(Hello, everybody, I'm trying to crawl back out from my cave and see what's going on here.) I have an external problem. Well, that's where the symptoms show up. I created an external that is a thin layer over some win32 calls (targeted to XP). It does some extensive error checking. The