H
HeapAlloc , HeapRelease failing in release version
Guest
I am executing some c++ applications(Dll's) which is getting called from a c++ DCOM application. In certain schenario's when it encounters HeapAlloc and HeapRelease it crashes...And most important this happens only in the release version. We can also execute these C++ applications individually by attaching the Dll's from any C++ MFC Calling process. In those cases it works fine in both release and debug. The issues happens when these C++ applications are called from DCOM application in release version. Any update regarding this issue will be very helpfull.
Continue reading...
Continue reading...