Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

libraries in Visual C++

  • 22-06-2004 03:42PM
    #1
    Closed Accounts Posts: 17


    Hello,

    I've written a series of C++ libraries which I use in an MFC application I'm also writing.
    I'm writing this MFC application in DEBUG mode. What I'm wondering is should I use the release or debug versions of my libraries??

    Any comments would be appreciated,
    Bostitch


Comments

  • Registered Users, Registered Users 2 Posts: 4,660 ✭✭✭Gavin


    It's simple enough.. if you are going to release the application, use release mode. It will be faster.

    Whilst developing the app stick with debug on everything, makes it much easier to debug if you are able to step through the library code and will provide you with helpful error messages when it crashes.

    Gav


  • Closed Accounts Posts: 17 Bostitch


    Thanks for that.


Advertisement