Hi, Ive created an application and published it. Id like to be able to
open more than one instance of the application. When opend once, runs
perfect. When opening another, now having two open, runs for a short
period, then crashes. Is there some coding Im supposed to add to be
able to open more than one instance.
Regards Robert
Alberto Poblacion - 14 Jul 2007 10:36 GMT
> Hi, Ive created an application and published it. Id like to be able to
> open more than one instance of the application. When opend once, runs
> perfect. When opening another, now having two open, runs for a short
> period, then crashes. Is there some coding Im supposed to add to be
> able to open more than one instance.
You should be able to run multiple instances of an application without
doing anything special. If the second instance is crashing, it must be due
to something that you are doing inside it. Maybe you are trying to open a
file or some other shared resource which the first instance has locked for
its own use.
Hakan Fatih YILDIRIM - 14 Jul 2007 19:33 GMT
OS opens it in dfferent thread so i think something wrong in the
program.
RobcPettit@yahoo.co.uk - 14 Jul 2007 23:52 GMT
Thankyou booth for your comments. This meens I can concentrate on the
program.
Regards Robert