CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2002
    Location
    St.Louis MO, USA
    Posts
    672

    Release mode did not working-Intresting problem

    Hi

    i have developed an application in vc with oracle using oci (Oracle call Interface ) Api.

    my debug mode is working very fine but when i run this application in release mode then it will give me error ( oci.dll ----
    invalid access to memorry location ) ( the application failed to initialize properly (0xc0000142) click on OK to terminate )
    i m developing this application in my office .but when i compile and run this applicaion at my home pc then it works fine in release mode .i have another application which is using same configuration working fine on my home pc and office pc in release mode .
    I m very upset after this behaviour of visual c++.
    This is a dll error so i cannot trace the error using MAP fine .

    kindly solve this problem
    Thanks in advance
    A Person who is polite is given goodness and a person who is away from Politeness is away from Goodness.

    NAUMAAN

  2. #2
    Join Date
    Aug 1999
    Location
    Wisconsin
    Posts
    507
    See if the following article might help:

    http://www.codeproject.com/debug/survivereleasever.asp

  3. #3
    Join Date
    Sep 2003
    Location
    Forever Gone... For Now...
    Posts
    1,515
    Thought for the day/week/month/year:
    Windows System Error 4006:
    Replication with a nonconfigured partner is not allowed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured