what are the fields on the history record that you want to display?
- I want to know.
what are the fields on the history record that you want to display?
- I want to know.
First, thanks very much for the reply. I'll do some more searching with dwStackSize and STACKSIZE in the .def file. Is there any other wordings I could search on that might get me some more reference? I am also curious how other languages and non managed applications allocate. Thanks.
Something about CSS extended files rings a bell. I saw an article on how to make 2000 look like XP and it referred to thes files on Windows that you could manipulate. They were basically complex style sheets. Wish I could help more.
Stack – Heap Memory Question I’m trying to figure out how one would determine the size of the stack. If my understanding is correct the stack is the reserved memory of an application for it’s statically declared objects and the heap is the memory reservoir of the computer. Can I get some feedback please, I've been finding the web and my texts a little short in this subject. Thx
ok, so I am inheriting only specific functions then, and these functions are templated?
http://www.codeproject.com/shell/shellextguide1.asp class ATL_NO_VTABLE CSimpleShlExt : public CComObjectRootEx, public CComCoClass, I don't know what this function is inheriting. I have only seen these used in templates. Can I get some help or reading material or a better phrase to search under? Thanks