A
ajbecker
Thanks for all your help. Unfortunatly, it looks like the problem is
elsewhere. After adding the following code into the main loop of the
unmanaged code, the memory bloat still occurs.
{
HANDLE hThread = GetCurrentThread();
// Spin the message loop.
MsgWaitForMultipleObjects(1, &hThread, TRUE, 100, 0xFFFFFFFF);
}
Again, thanks for your help, but it looks like it's back to the drawing
board for me.
elsewhere. After adding the following code into the main loop of the
unmanaged code, the memory bloat still occurs.
{
HANDLE hThread = GetCurrentThread();
// Spin the message loop.
MsgWaitForMultipleObjects(1, &hThread, TRUE, 100, 0xFFFFFFFF);
}
Again, thanks for your help, but it looks like it's back to the drawing
board for me.