Memory Allocation Error?

From: jaredian (_at_)
Date: 11/11/04


Date: Thu, 11 Nov 2004 15:11:07 -0500

You may have a memory leak in your code; the CreateObject call should only
be used once per application, for example:

http://support.microsoft.com/default.aspx?scid=kb;en-us;286504


Loading