![]() |
(OT): Blugeoning C++ 6.0 into working with quake 2 open source.
so, anyway, i'm trying to bludgeon c++ 6.0 into compiling the source code, except all of the compilation options are grayed. if the forum will let me upload it, i'll stick it on here. it's a 1.49 mb zip. maybe it needs graphics and model files? but why, then, would it come with none?? does anybody know where to get the official? i think i have it, but like i said...
now i'm getting kind of sure i don't have it. ok, never mind. what are they doing, putting the official Version under 'downloads', anyway?? [ August 21, 2003, 21:07: Message edited by: narf poit chez BOOM ] |
Re: (OT): Blugeoning C++ 6.0 into working with quake 2 open source.
lol, you find the se4 crowd to better programmers than the quake 2 open source community? http://forum.shrapnelgames.com/images/icons/icon7.gif
just outa curiosity, have you checked on any quake 2 type forums? does the source list any newGroups or faq's or anything? (often, with larger open source type projects, they'll have files specific to some of the bigger compilers, ie, like ms c++ 6.0, or the gnu (gcc etc) i'm assuming you know all about that sort of thing since you're trying to compile your own? http://forum.shrapnelgames.com/images/icons/icon7.gif |
Re: (OT): Blugeoning C++ 6.0 into working with quake 2 open source.
aah...no. my using c++ can be compared to jumping headfirst of a cliff with very blurry glasses...or in this case, not much of a clue, since the C++ 6.0 manuals SUCK and well, i didn't even think of other forums. my experience with most forum's is that they tend not to answer your questions until you answer a few other peoples. i dunno. but the people here are friendly and their's generally someone who knows something.
|
Re: (OT): Blugeoning C++ 6.0 into working with quake 2 open source.
Quote:
|
Re: (OT): Blugeoning C++ 6.0 into working with quake 2 open source.
narf -
From your statements I get the impression that you don't have experience programming in c++, and possibly not much experience programming at all. C++ pretty much assumes you know exactly what you are doing, and isn't very forgiving if you don't. That said, with time, patience, determination, something to experiment on (seldome an issue with programming, as the tools are all totally reuseable under most circumstances), and a good manual just about anyone can learn just about anything. This does include C++. Fortunately, C++ is a rather popular computer language, and so there are a great many tutorials out there, of varying quality but free of charge. Here is one index of some of them. Be prepared to do a lot of reading if you want to master the language. That said, I suspect one problem is likely one of variable names. Different implementations of compilers will often have different names for the same variable types (e.g. one might call a 16 bit signed integer a "shortint" while another might call that an "int16"). If that is the problem, it can likely be taken care of with some simple define or typedef statements at the beginning of the code. What exactly those statements would need to be is dependant on the compiler you are using and the conventions used in the source you are working with. |
Re: (OT): Blugeoning C++ 6.0 into working with quake 2 open source.
thanks. i'll look at that stuff tommorrow.
or watch lord of the rings 2. [ August 27, 2003, 08:25: Message edited by: narf poit chez BOOM ] |
All times are GMT -4. The time now is 10:20 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.