D
DPM
Hello,
We've written an application in VB6 we intend to run on XP SP1 embedded. We
compile the application and package it. If we install and run it on XP pro
SP1 it runs correctly, but on XPe we get a "Runtime error 5" (invalid
procedure call or argument). We've isolated to a string function (LEFT,
MID, RIGHT or INSTR). Curiously, if we build the XP Pro emulation on
embedded we don't see the problem, so we can only assume that we're missing
a component.
So the $64K question is: what XP component would be used to handle string
functions? It must be part of the basic OS if the VB6 packager does not
include it. Is there a tool we could use to isolate the dll or control that
does string management?
Any help appreciated. Thanks.
We've written an application in VB6 we intend to run on XP SP1 embedded. We
compile the application and package it. If we install and run it on XP pro
SP1 it runs correctly, but on XPe we get a "Runtime error 5" (invalid
procedure call or argument). We've isolated to a string function (LEFT,
MID, RIGHT or INSTR). Curiously, if we build the XP Pro emulation on
embedded we don't see the problem, so we can only assume that we're missing
a component.
So the $64K question is: what XP component would be used to handle string
functions? It must be part of the basic OS if the VB6 packager does not
include it. Is there a tool we could use to isolate the dll or control that
does string management?
Any help appreciated. Thanks.