Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!sun-barr!lll-winken!ncis.tis.llnl.gov!blackbird!lonex.radc.af.mil!wlbr!voder!pyramid!ctnews!mitisft!dold From: dold@mitisft.Convergent.COM (Clarence Dold) Newsgroups: comp.lang.c Subject: Re: Quick C error help requested Message-ID: <1755@mitisft.Convergent.COM> Date: 10 Jan 91 15:35:58 GMT References: <53924@eerie.acsu.Buffalo.EDU> Organization: Convergent Technologies, San Jose, CA Lines: 20 in article <53924@eerie.acsu.Buffalo.EDU>, v117gv8r@ubvmsa.cc.buffalo.edu (Thomas E Burnett) says: > I have a compile error called "unresolved external" that I get compiling The 'integrated environment', where you do a SHIFT-F% while in the editor, to compile and run, has a very limited library. The modules available are listed in the book somewhere. If you get an 'unresolved external', put the cursor on the function name and F1. If you get a 'help' screen, then you have a function that QuickC knows about ( no typos, etc. ). ESC to clear the help screen. ALT F L to 'make a program list'. Supply a name for the make file, usually the same as the program name (it will end with .mak) Then enter the name of the source module. ALT-S to save this. Now Shift-F5 will compile as before, but it will link with the standard set of libraries. It takes longer than before. -- --- Clarence A Dold - dold@tsmiti.Convergent.COM (408) 435-5293 ...pyramid!ctnews!tsmiti!dold FAX (408) 435-3105 P.O.Box 6685, San Jose, CA 95150-6685 MS#10-007