I've been trying to instantiate a CHT (Handy Tools) class - either HndDisk or HndDiskEx - both static at compile AND dynamic. Anytime the program reaches the point of instantiation, it GPFs - the constructor for that class does NOT even get a chance to run.
I've even tried putting the class into a different proc called from the Web Proc. No such luck.
I can put it on the Web Server Window Proc - no problems there. No problems in non-web applications too.
Specifically, the NetWebForm procedure. Also checked it out in a NetWebSource procedure.
Has anyone had any similar issues? Or what makes the Web Form/Source Procedures different from any other procedure? What's the call chain when calling these?
I'd HATE to duplicate/implement the needed utilities from the CHT. So any help or even a direction to try would be great.
TIA.