Path: utzoo!attcan!uunet!aplcen!uakari.primate.wisc.edu!umriscc!mcs213h.cs.umr.edu!bobn From: bobn@mcs213h.cs.umr.edu (Bob Niedergerke) Newsgroups: comp.os.os2.programmer Subject: Re: Window Creation and rc (resource compiler) Message-ID: <1414@umriscc.isc.umr.edu> Date: 19 Sep 90 15:02:23 GMT References: <43330001@otter.hpl.hp.com> Sender: news@umriscc.isc.umr.edu Organization: University of Missouri - Rolla Lines: 14 In article <43330001@otter.hpl.hp.com> ag@otter.hpl.hp.com (Ajay Gupta ) writes: >I am having difficulty in using resources in a Large memeory model program... >ANUPAM SAHAI I ran into similar problems when switching memory models from small to large. On further scrutiny, however, I found that any problems I had with trap 00D on a Win... call always boiled down to pointer crashes. Such things as sprintf()ing or strcpy()ing to a char * instead of a char array, that somehow got by under the small model. So, the best advice I can give you is to check ALL of your pointers. I realize with most PM programs this is formidable, but it's the best I can do. Bob Niedergerke (University of Missouri--Rolla)