Message-ID: <39CE8280.80D8A7E9@connection.com> Date: Sun, 24 Sep 2000 18:38:56 -0400 From: sam X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Templates in djgpp? working? how? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 64.56.226.8 X-Trace: 24 Sep 2000 18:38:55 -0400, 64.56.226.8 Organization: The Connection Lines: 24 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have created a relatively simple test application that would create windows environment in text mode before I decided to throw in the towel with text mode and download rsxntdj. Now since I can't get that working either I am looking again at the previous code. I have had various problems before (possibly before I copied the template code from 'C++ in 21 days' in), but what happens now, RHIDE starts compiling the file containing the CLASS functions and hangs. Seems to hang in the same place since the registers are the same every time I break out with CTRL-C. It is possible that I misunderstood the syntax or it is different from standard or there is a bug. I have read what's in the info guide but I am unsure what the Borland and Cfront models mean. Non the less I have tried -fno_impliit_templates and -frepo flags under compiler options and compiler c flags but no change. The files are at http://www.connection.com/~samirw/files/c/textwin Any help greatly appreciated. Sam