Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid file descriptor error
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Invalid file descriptor error
Miscellaneous
Thread ID:
00536415
Message ID:
00536415
Views:
55
Hi All,

In order to by pass the compiler error I reference the QE.EXE indirectly.
This class FcgCustom.VCX is within the EXE file.

But from time to time I am getting Invalid file descriptor error.
It does not happen all the time.

Any idea?

Thanks

Doron

LOCAL m.lcQEExe
m.lcQEExe="QE.EXE"


WITH ThisForm
.AddProperty("oQE_Keeper")
.oQE_Keeper=NEWOBJECT("_QE_Keeper","FcgCustom.VCX",m.lcQEExe)
ENDWITH
Next
Reply
Map
View

Click here to load this message in the networking platform