
Compiler Differences Cause Runtime Error - Need Help
No I doubt its a compiler error, if its VB6 there has been only 1 compiler
(SP1 had changes to runtime files only). Its sounds more like a DLL differs
from one machine to another or you are lucking out on one and not calling a
routine on one but are on the other. Do you know where the mismatch occurs?
Quote:
>Here's my problem;
>I've written a very basic application that has a form used for data input.
>When I compile it and distribute it, I get a runtime 13 error, (Suppose to
>be a datatype mismatch), however when I compile it on another computer the
>application runs fine. (Same source code) This is obviously a problem with
>the compiler or ???? on the first computer.
>Has anybody run into this problem? I've reinstalled VB6 and SP1 but to
>avail. Any help would be appreciated.
>Thanks