ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
I need some .h files... (Sdk)
I need some .h files... // SdkkahJan 19, 2001, 5:43pm
I downloaded the HamBot source code to try to figure out C++ bots but when I
try to compile I get 8 errors: Line Unit Message 14 e:\c__~1\aw\hambot\hambot.cpp e:\c__~1\aw\hambot\StdaFx.h:25: afxwin.h: No such file or directory 26 e:\c__~1\aw\hambot\stdafx.h afxext.h: No such file or directory 27 e:\c__~1\aw\hambot\stdafx.h afxdisp.h: No such file or directory 29 e:\c__~1\aw\hambot\stdafx.h afxcmn.h: No such file or directory 32 e:\c__~1\aw\hambot\stdafx.h afxsock.h: No such file or directory 15 e:\c__~1\aw\hambot\hambot.cpp e:\c__~1\aw\hambot\HamBot.h:22: #error include 'stdafx.h' before including this file for PCH 25 e:\c__~1\aw\hambot\stdafx.h afxwin.h: No such file or directory 26 e:\c__~1\aw\hambot\stdafx.h afxext.h: No such file or directory Where can I get the missing files/fix the errors? I use Bloodshed Dev-C++ v. 4 KAH ananasJan 19, 2001, 7:19pm
Dies ist eine mehrteilige Nachricht im MIME-Format.
--------------88460F8CC32F5D646F37E673 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit These files are part of the MFC. As the includes without the libraries will not be very helpful you need to get the microsoft foundation classes and append their include- and lib paths to your project search paths. If your compiler installs the MFC as an option you should add the missing things from your compiler CD, else you can get the MFC from most other C++ compilers that have Windows as target system or from the microsoft web site. kah schrieb: > > I downloaded the HamBot source code to try to figure out C++ bots but when I > try to compile I get 8 errors: > Line Unit Message > 14 e:\c__~1\aw\hambot\hambot.cpp e:\c__~1\aw\hambot\StdaFx.h:25: afxwin.h: > No such file or directory > 26 e:\c__~1\aw\hambot\stdafx.h afxext.h: No such file or directory > 27 e:\c__~1\aw\hambot\stdafx.h afxdisp.h: No such file or directory > 29 e:\c__~1\aw\hambot\stdafx.h afxcmn.h: No such file or directory > 32 e:\c__~1\aw\hambot\stdafx.h afxsock.h: No such file or directory > 15 e:\c__~1\aw\hambot\hambot.cpp e:\c__~1\aw\hambot\HamBot.h:22: #error > include 'stdafx.h' before including this file for PCH > 25 e:\c__~1\aw\hambot\stdafx.h afxwin.h: No such file or directory > 26 e:\c__~1\aw\hambot\stdafx.h afxext.h: No such file or directory > > Where can I get the missing files/fix the errors? > I use Bloodshed Dev-C++ v. 4 > > KAH --------------88460F8CC32F5D646F37E673 Content-Type: text/x-vcard; charset=us-ascii; name="vha.vcf" Content-Transfer-Encoding: 7bit Content-Description: Visitenkarte für Volker Hatzenberger Content-Disposition: attachment; filename="vha.vcf" begin:vcard n:Hatzenberger;Volker x-mozilla-html:FALSE url:oct31.de adr:;;Bornheimer Strasse 15;Bonn;;53111;Germany version:2.1 email;internet:vha at oct31.de end:vcard --------------88460F8CC32F5D646F37E673-- kahJan 19, 2001, 10:11pm
Actually, I don't have any CD, Dev-C++ is free, so i downloaded it. Thanx
for the info :-)) KAH [View Quote] kahJan 19, 2001, 10:20pm
DARN! I searched around on the MS site but couldn't find better than a
"Mastering..." product...can anyone help me? KAH [View Quote] kahJan 21, 2001, 10:49am
|