From: Charles Krug Newsgroups: comp.os.msdos.djgpp Subject: Linking Template classes? Date: Thu, 09 Oct 1997 14:59:55 -0400 Lines: 15 Message-ID: <343D29AB.6F89BB31@pentek.com> NNTP-Posting-Host: mail.pentek.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I've a template class that compiles but won't link. Using Rhide, I get a flag on any line using an instance of the class as "Undefined reference to .....", inserting the name of the appripriate ctor, dtor, etc. I've tried writing the class as an integer class and it compiler-links-runs correctly. Any thoughts? -- Charles Krug, Jr.