CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: DLL using STL

  1. #1
    Join Date
    May 1999
    Location
    Tokyo, Japan.
    Posts
    57

    DLL using STL

    I have written a set of classes in C++ most of which use the Standard Template Library (STL). I exported all the classes and built a dll. When I access some of the functions in the dll which use STL components/functions, I am getting some memory handling errors. Please tell me if I need to do special handling of the classes/functions which use STL.

    Note: The classes are as such working fine. The error occurs only when I use the functions thro' dll.

    -Jagadish Kumar,
    Tokyo.


  2. #2
    Join Date
    May 1999
    Location
    Antwerp, Belgium
    Posts
    136

    Re: DLL using STL

    See the knowledge base article Q172396 :
    PRB: Access Violation When Accessing STL Object in DLL


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