|
-
Mar 4th, 2003, 10:35 AM
#1
Thread Starter
New Member
VB constructor problem
Hi.
I wrote a C++ server which loads a driver for a specific hardware device and loads some binary files to that device. This operation takes a few seconds(~10 seconds).
I also have a VB client which activates this server and actually initaiates this whole process in the server.
my code in VB is : Set pLock = New PXServerLib.Lock .
Problem: the VB client returns a 'runtime error 429' while server is still loading those files to the device.
Question: Is there a timeout for the constructor(Set) in VB? if yes , how can I control the timeout?
Thanks
Don
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|