From: "Paul Vanukoff" Newsgroups: comp.os.msdos.djgpp Subject: Re: questions about bcd and c++ Date: Wed, 3 May 2000 11:37:47 -0700 Organization: Frontier GlobalCenter Inc. Lines: 19 Message-ID: <8eprlt$k97$1@nnrp03.primenet.com> References: <8epjp2$jbp$1 AT nnrp02 DOT primenet DOT com> <8epn4g$k1i$1 AT nnrp02 DOT primenet DOT com> <391063d2 DOT 38568953 AT news DOT freeserve DOT net> NNTP-Posting-Host: unknown-206-phx.globalcrossing.com X-Complaints-To: abuse AT globalcenter DOT net X-Posted-By: @206.165.0.206 (vanukoff) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thank you so much! That worked like a charm! "Steamer" wrote in message news:391063d2 DOT 38568953 AT news DOT freeserve DOT net... > Paul Vanukoff wrote: > > >If I rename the source to cdtest.c and recompile, it works fine. Any ideas > >at all? I am using RHIDE btw. > > I think you need to make a copy of bcd.h in which all functions are declared > as extern "C". Then your C++ files should include this new version of bcd.h. > > S.