-
Service Pack4
Hi!
I have a problem of memory running my application. I saw at http://support.microsoft.com/support.../q225/0/99.asp
that this error is a Memory Access Violation Caused by repeated reallocs
for small blocks. I installed Service Pack4 but the problem still persists.
I saw a resolution too, one is replace a line of code of realloc.c file but
then I have to rebuild the C Run Time(CRT) and I donīt know how to rebuild
the CRT, somebody knows??
Thanks,
Maria
-
Re: Service Pack4
How about using std::vector of chars or any similar container that will
eliminate the need to mess with frequent reallocations?
Danny
maria wrote:
>
> Hi!
> I have a problem of memory running my application. I saw at http://support.microsoft.com/support.../q225/0/99.asp
> that this error is a Memory Access Violation Caused by repeated reallocs
> for small blocks. I installed Service Pack4 but the problem still persists.
>
> I saw a resolution too, one is replace a line of code of realloc.c file but
> then I have to rebuild the C Run Time(CRT) and I donīt know how to rebuild
> the CRT, somebody knows??
>
> Thanks,
> Maria
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|