[comp.sys.mac.programmer] Think C problems

jkchan@lynx.cat.syr.edu (J. K. Chan) (03/08/91)

Some Think C 4.0.2 problems I and my friends encountered: 
----------------------------------------------------------------- 
When I try to run the program I get an alert box with the message
 
   "The application "SRT.(pie)" has unexpectedly quit (33)."
 
Then when I look up error -33 it says:

     "DirFulErr          Directory full"

Even I deleted some files in the folder, it stills had that
error message.  Any clue?
----------------------------------------------------------------- 
Vaccine and Think C are not compatible?  
Whenever I create a new project, it always asks

     Permission to add "CODE" resource to "project" file?

If I denied, it wouldn't create the project.  Do I have to grant
it permission whenever I create a project?  The control panel
doesn't have an option for me to eliminate this in vaccine.
Any easy way to get around?
-----------------------------------------------------------------
Hoops Graphics System software not compatible with Think C?  
Hoops' manual says it is compatible with Lightspeed C and higher
version.  But I found that the Think C 4.0.2 version doesn't have
the libraries Hoops needs, so I used whatever libraries Think C 
has.  But still Link Errors exist: some _sin(), _acos(), etc. 
functions undefined.  I'd included ANSI-881, unix, and MathTraps 
libraries already.  Any hints?  
----------------------------------------------------------------- 
Any one experienced that Think C debugger couldn't run on Mac II
or Mac IIci?  I could ran my programs without the debugger.  But
When I ran my project with debugger turned on, nothing happened, 
not even my program ran.  Just went back to the Think C project 
enviornment.
-----------------------------------------------------------------
Thanks in advance
- Jim