Why different run on different systems?? 
Author Message
 Why different run on different systems??

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.
 Please help me.

------------------------------------------------------------
 Get your FREE web-based e-mail and newsgroup access at:
                http://www.*-*-*.com/

 Create a new mailbox, or access your existing IMAP4 or
 POP3 mailbox from anywhere with just a web browser.
------------------------------------------------------------



Sun, 19 Oct 2003 21:50:37 GMT  
 Why different run on different systems??
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.
 Please help me.

------------------------------------------------------------
 Get your FREE web-based e-mail and newsgroup access at:
                http://MailAndNews.com

 Create a new mailbox, or access your existing IMAP4 or
 POP3 mailbox from anywhere with just a web browser.
------------------------------------------------------------



Sun, 19 Oct 2003 21:54:43 GMT  
 Why different run on different systems??

Quote:

>  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.

In the absence of information about the exact nature of the "bug," I'd
be inclined to blame a bug in your code that simply doesn't show up in
a debug build.  Given the symptoms, such a bug would most probably be
memory-related.


Sun, 19 Oct 2003 22:03:13 GMT  
 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



Sun, 19 Oct 2003 22:58:29 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Why different run on different system?

2. Why different run on different system?

3. localtime function returns different values for different winnt operating systems

4. Globals in different files, different types, same names

5. Different sizes of long int on different machines.

6. ATL7 / different OSs == different results

7. Different ODBC versions accept different parameters???

8. Different results of OpenSchema() with different drivers?

9. compile different source files with different exception handling

10. Different Help for different configurations?

11. Different results when using different optimization options

12. Different value when converting into different type

 

 
Powered by phpBB® Forum Software