Click here to Skip to main content
15,881,139 members
Articles / Programming Languages / C++
Tip/Trick

Invalid Address specified to RtlFreeHeap - How to Solve

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
19 Mar 2012CPOL 19.6K   1  
This tip tells you how to solve the Invalid Address specified to RtlFreeHeap issue

Introduction

If you have faced the "Invalid Address specified to RtlFreeHeap" problem, then there is a high chance you have a mix of debug and release DLLs and EXEs in your application.

Solution

Make sure all of your solutions/projects are either debug build or release build.

History

  • Tip uploaded: 20th March, 2012

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead Kotha Technologies
Bangladesh Bangladesh
If you are not in - you are out !
- Chapter 1

Comments and Discussions

 
-- There are no messages in this forum --