From: jimyang AT my-deja DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: Success!!! RSXNTDJ + DJGPP 2.02 (GCC 2.8.1)......finally! Date: Thu, 17 Jun 1999 16:51:59 GMT Organization: Deja.com - Share what you know. Learn what you don't. Lines: 48 Message-ID: <7kb939$o76$1@nnrp1.deja.com> References: <7k0e0u$tn$1 AT nnrp1 DOT deja DOT com> <7kasbf$igu$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: 199.100.56.3 X-Article-Creation-Date: Thu Jun 17 16:51:59 1999 GMT X-Http-User-Agent: Mozilla/4.6 [en] (X11; U; SunOS 5.5.1 sun4m) X-Http-Proxy: 1.0 x35.deja.com:80 (Squid/1.1.22) for client 199.100.56.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article , "Johan Venter" wrote: > jimyang AT my-deja DOT com wrote in message <7kasbf$igu$1 AT nnrp1 DOT deja DOT com>... > >In article , > > "Johan Venter" wrote: > >> >I downloaded RSXNTDJ 1.5 and successfully installed it. But I still > >> >cannot compile the SAMPLE WHELLO.CPP. It said CANNOT find library > >> >comctl32. Is there any solution? Thanks! > >> > >> Yes. Unfortunantely the original author of the zip file didn't zip it > >with long file > >> names, so names of libraries have been truncated. > >> > >> Go to your RSDXNTDJ\lib directory and rename libcomct.a to > >libcomctl32.a > >> > >> -- > >> Johan Venter > >> ICQ 3643877 > >> Visit The TPU DJGPP Interest Group: > >> http://surf.to/djgppig > >> > >> > >I copied libcomct.a to libcomctl32.a and still can not link WHELLO.CPP > >with the undefined functions like MessageBox, etc. It looks like it > >didn't link the windows library. Any ideas? Thanks advance! > > Does it say it can't find windows.h at the start of the compiler messages? > > -- > Johan Venter > ICQ 3643877 > Visit The TPU DJGPP Interest Group: > http://surf.to/djgppig > > No. Just a list of Windows related functions like MessageBox, etc. When I compiled C programs they are OK. Just doesn't like C++ program. I have not tried the other C++ programs, only whello.cpp provided by RSXNTDJ15.ZIP. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.