From: I DOT Vighetto AT lakesnet DOT it (Cthulhu) Newsgroups: comp.os.msdos.djgpp Subject: Problem with inline functions Date: Tue, 13 Jan 1998 00:21:13 GMT Organization: Politecnico di Torino - Italia Lines: 8 Message-ID: <34b7a8b3.8939312@news.polito.it> NNTP-Posting-Host: 194.116.33.18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I did a clas with two members functions declared inline in the implementation, the implementation is in a file the declaration of the class in another file. I call these two functions in a third file that include the declaration of the class. When I compile and link all, there is a error, it says that the reference to these is invalid. If I move the implementation to this last file, all works well. Where is the error? TIA