Path: utzoo!attcan!telly!lethe!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!ub!uhura.cc.rochester.edu!rochester!pt.cs.cmu.edu!o.gp.cs.cmu.edu!andrew.cmu.edu!mw4g+ From: mw4g+@andrew.cmu.edu (Michael Wagner) Newsgroups: comp.sys.mac.programmer Subject: code resource Message-ID: Date: 13 Feb 91 17:33:39 GMT Organization: Carnegie Mellon, Pittsburgh, PA Lines: 9 I am trying to transform an existing THINK C program of mine into a code resource (to use with Fourth Dimension, but the particular use shouldn't matter). The problem is that my code uses several ANSI library functions that apparently cannot be used in a code resource. My questions are of two types, basic and applied. Basically, I'd like to understand why some ANSI functions cannot be used in code resources. My applied question is: What do I replace calls to fprintf(), malloc(), and free() with?