Path: utzoo!attcan!uunet!cs.utexas.edu!helios!cs.tamu.edu From: tony@cs.tamu.edu (Tony Encarnacion) Newsgroups: comp.windows.ms Subject: Limit on global memory handles Message-ID: <8795@helios.TAMU.EDU> Date: 4 Oct 90 14:27:48 GMT Sender: usenet@helios.TAMU.EDU Organization: Computer Science Department, Texas A&M University Lines: 10 The SDK manual says "there is a system-wide limit of 8192 global memory handles, only some of which are available to any given application." Does anybody know the actual number of global memory handles that a single application can allocate? I'm developing a program that creates a lot of objects using Microsoft C6.00. I'm not familiar with C++, but does this limitation affect the number of objects that can be created in Zortech C++ too?