Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8593763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:03:44+00:00 2026-06-12T00:03:44+00:00

After I compiled STLport , I have obtained three .dll in the bin direcotry:

  • 0

After I compiled STLport, I have obtained three .dll in the bin direcotry: one is for release (stlport.5.2.dll), and the others are for debug (stlportd.5.2.dll and stlportstld.5.2.dll). I was wondering why there are two debug dlls there. Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T00:03:48+00:00Added an answer on June 12, 2026 at 12:03 am

    stlportstld*.dll is for the Debug Mode of STLport:

    Debug mode lets you find very obscure bugs in application code which uses STL iterators and algorithms.

    It performs runtime checking of iterator validity and ownership and algorithm preconditions.
    When debug check reveals the bug, it terminates the program with detailed diagnostics.

    STLport in debug mode is as much exception-safe and thread-safe as in release mode.

    stlportd*.dll is the debug version of stlport*.dll, which doesn’t provide additional debugging facilities as stlportstld*.dll does (although it also can be “debugged”).

    You can also refer to stl\config\_auto_link.h in the STLport package to see the difference among the binaries:

    #  if defined (_STLP_DEBUG)
    #    define _STLP_LIB_OPTIM_MODE "stld"
    #  elif defined (_DEBUG)
    #    define _STLP_LIB_OPTIM_MODE "d"
    #  else
    #    define _STLP_LIB_OPTIM_MODE ""
    #  endif
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have deleted Java class and compiled again after making changes to some image
I have to use a header file after the program is compiled. This header
My jar will not run after I compiled it. I use this ant build
I do tutorial in following link: Java RMI Tutorial After I compile successfully three
After pre-compiled a ASP.NET web site, I got many files with the names like
After adding the link options: -lssl and -lcrypto, my program was correctly compiled. However,
When I compiled my C++ code with GCC 4.3 for the first time, (after
I have an *.exe project that was written in one solution under vs2005 and
I have a Makefile that only compiles/recompiles what's necessary. However, even after something is
I wrote a remote service MyremoteImpl.java and used following command after compiled it. rmic

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.