
Why different run on different systems??
Quote:
>Hi,
> I have a project that in release version run without any problem on some
>systems and has bug on some other systems. All systems are PentumIII with
>Win2000. And in project setting in Code Generation the processor is set to
>blend.
First, there is no group microsoft.public.vc.c++, so you can't cross post to
it.
As somebody else said, without any information about the kind of bug, it's
very hard to say. Chances are it's just masked on the systems it does not
show on. Could be just order of stuff in memory or on disk, just for
example. Some things you might check though...
Does the app use DLLs? If so, is there the exact same version on all
machines?
Are some of the machines running out of disk or some other resource? Memory,
bandwidth, etc.
Dan Evens