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

    DCOM and C Runtime Routines

    Hi Everybody,
    I have a simple question..
    Do C runtime routines cause memory leaks?
    (I am developing COM Server using VC++ 6.0)
    Thanks..
    Alper


  2. #2
    Guest

    Re: DCOM and C Runtime Routines

    Sometimes they do. For example CRT leaks sizeof(struct tm) if you use time functions.


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