> I am trying to compile a fresh brand new stock code, it is circle 3.0, > on Win95 using Borland C++ 5.0. I am just strickly trying to compile > the source code and nothing else, I haven't changed anything in the > code. It gives me 2 errors. The first one is: > <snip> > It just keeps on going on like that except with different numbers. At > the end it says "Code has no effect". So, I am kinda stumped. Any help > would greatly be appreciated. Thanks!! > > -Shaun Dunston > dunston@netins.net Most of the errors you mentioned look more like warnings to me. These are the type of warnings that you can ignore but if you get to many of them it will give you an error, try bumbing up the number of warnings till it gives you this error. Some you can fix and if need be might have to but others are just there do to the strict syntaxt Borland follows. For the first one act.comm.c ... act.comm.obj if you are using the default windows make library and I am not quite sure that Borland will like this file because of syntactical reasons <shrug> and you may have to create a project in the IDE. One more thinng off the top of my head 4.5 had a 16 bit Windows dos type compile thing but you need a 32 bit dos Window. I would assume Borland 5.0 has this but I have never used it and I am not sure. Hope this helps later. Christopher M. Ryan drizzt@visi.net http://www.visi.net/~drizzt/index.html http://www.visi.net/~drizzt/quake/index.html +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST