From: "Branimir Maksimovic" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp Subject: Re: Authors of DJGPP / GCC - #export needed ! Date: Sun, 21 Jan 2001 20:42:49 +0100 Organization: Public news server of EUnet Yugoslavia Lines: 31 Message-ID: <94feh0$8k6$1@SOLAIR2.EUnet.yu> References: <94ejfb$5a5$1 AT info DOT cyf-kr DOT edu DOT pl> NNTP-Posting-Host: p-3.175.eunet.yu X-Trace: SOLAIR2.EUnet.yu 980106592 8838 213.240.3.175 (21 Jan 2001 19:49:52 GMT) X-Complaints-To: abuse AT EUnet DOT yu NNTP-Posting-Date: 21 Jan 2001 19:49:52 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Rafal Maj" wrote in message news:94ejfb$5a5$1 AT info DOT cyf-kr DOT edu DOT pl... > When #export will be implemented in DJGPP ? Next month :), maybe next year > :( ? > I'm stuck because my program realy needs to use template class in libraries > and now I'm waiting for this #export keyword... > By the way... why is it realy so incredibly hard to implement ? > Maybe writting future-request directly to authors of GCC may help... do > somebody know their email ? checkout man pages for gcc, and find out about #pragma interface, #pragma implementation and -f-external-templates // which is now obsolete I think > Rafał > > P.S. Currectly I write my library in one single *.h file (not *.h + *.cc > like always) to allow usage of template classes, but my programs compiles > now very _slow_ ;-( > Greetings, Bane. > >