C++ Application not working in release mode

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mamul
    New Member
    • Oct 2008
    • 23

    C++ Application not working in release mode

    Hi All,
    Could you please someone help me. Thanks in Advance.

    Actually My c++ application is running in debug mode with Visualstudio6.0 but NOT running in release mode. it showing that "oracle initializaton or shut down in progress" . i have restart the machine but still now this same problem comming.

    Please some one reply me with correct answer.


    Thanks,
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Are you using the same Oracle libraries in your release build that you used in your debug build?

    You will need release Oracle libraries for your release build and debug Oracle libraries fro your debug build (it looks like you have these since your debug build works).

    Comment

    Working...