
Why different run on different system?
Start fixing the required environment for your application. Also there could
be bugs that show up only in release builds. Make sure those bugs are fixed.
If the product is multi-platform and it is a problem to manage these kind of
things employ DUPS package (Dll hell problem) and start tracking the dll's
in use on running and failing systems.
HTH
Hi everyone.
I have a project that work in debug version on all computer, but in release
version the program has some bugs on some computer and needs to rebuild on
that
computer to work. All computers are PIII with Win2000 and my project
produced
with VC++ 6 and setting of code generation for processor is blend.
please help me.