CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    15

    Problem with DLL in release mode

    Hi, i'm building a DLL that works fine in Debug mode, but in Release mode doesn´t. I'm opening a PE-File with fopen and reading the first two bytes. In debug mode it read 0x5A4D, but in release i'm getting 0!! And this happen with any position inside the file.
    Tnx


  2. #2
    Join Date
    Dec 2001
    Location
    india
    Posts
    71

    Re: Problem with DLL in release mode

    change the name of dll in release mode
    the names in both debug and relaese mode should be different

    C is my favorite language
    the knowledge seeker...
    Tarun
    **********************************************************************
    Tarundeep Singh Kalra
    (tarundeep1976_nospam_at_yahoo_dot_nospam_dot_com)


    tarun_at_tarunsadhana_dot_com
    visit:www.tarunsadhana.com
    *************************************************************************

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