Hi,
I'm trying to compile my program to a native executable, so that I can
run it from the command line. It seems to work fine, except that when
an error occurs, the Err object's Description field doesn't seem to be
filled correctly.
This is when using a method from an ActiveX control, and the
Err.Description field tends to be something like:
Method '~' of object '~' failed
Now, when I run it inside VB, the Err.Description field fills in the
method name and object name correctly. Is there some reason why it
doesn't get those when running as an executable? Is there something I
can do so that it does? Is it an error with the way I compiled it, or
perhaps with the activex control? Or is it just a fact of life that
it does this?
Thanks!
Jeff