Why different run on different system? 
Author Message
 Why different run on different system?

Hi,
I have a project that in debug version run exactly on all our systems but in
release version has bug on some systems and run without any problem 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.
------------------------------------------------------------



Tue, 14 Oct 2003 01:33:36 GMT  
 Why different run on different system?
Hi,
I have a project that in debug version run exactly on all our systems but in
release version has bug on some systems and run without any problem 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.
------------------------------------------------------------



Tue, 14 Oct 2003 01:33:00 GMT  
 Why different run on different system?
    I have found the frequently (i.e., nearly 100% of the time), if a Debug
build runs, but a Release build crashes, it is because you have a local
array which you are overrunning.

    void func()
    {
        char    buff[5];
        strcpy(buff, "Hello");    // BOOM -- That will do it...
    }

--
Truth,
James Curran
www.NJTheater.com     (Professional)
www.NovelTheory.com  (Personal)
www.BrandsForLess.Com (Day Job)


Quote:
> Hi,
> I have a project that in debug version run exactly on all our systems but
in
> release version has bug on some systems and run without any problem 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.
> ------------------------------------------------------------



Tue, 14 Oct 2003 01:41:49 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Why different run on different systems??

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