Thread: release vs debug in msvs .net 2003

  1. #1
    Registered User
    Join Date
    Dec 2004
    Posts
    205

    release vs debug in msvs .net 2003

    Hi,
    I am puzzled. I have a function that computes some value but the problem is the value returned is different if I compile in debug mode than if I compile in release mode in microsoft visual studio .net 2003. I am really puzzled as to why. Any help would be highly appreciated. Thanks
    Amish

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Your code has bugs in it.
    First guess would be some uninitialised value being used before you've assigned an initial value.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. debug release conf problem
    By fighter92 in forum Game Programming
    Replies: 6
    Last Post: 03-20-2009, 04:39 PM
  2. makefiles - debug & release?
    By cpjust in forum C Programming
    Replies: 6
    Last Post: 10-26-2007, 04:00 PM
  3. Results in Debug and Release mode are different
    By jaro in forum C Programming
    Replies: 11
    Last Post: 05-27-2006, 11:08 AM
  4. VC++ 6.0 vs .NET 2003
    By Frantic- in forum C++ Programming
    Replies: 4
    Last Post: 06-26-2005, 08:41 AM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM