View Full Version : Wolfenstein 3D source code help
ryche
06-23-1999, 12:05 AM
I'm missing some headers. They are
alloc.h
mem.h
values.h
dir.h
If anyone has these, I'd appreciate it if you'd send them to me so I can start working on this TC (see the other thread)
JR Ewing
06-23-1999, 01:37 AM
Here's something we need to know before we can solve your problem.
1. What version of C++ do you have?
2. Check and see if you have all the paths in the directories option correct.
3. Go to Wolf3d World at http://members.xoom.com/_XOOM/wolf3d_world/index.html
If this doesn't conclude your question.
------------------
JR Ewing
"WHO SHOT JR"
Visit JR at www.jrewing.com (http://www.jrewing.com)
ryche
06-23-1999, 01:35 PM
1. MS Developer Studio 97. It has Visual C++ 5.0
2. I think so
3. Ok, I'm looking at that site now http://3drealms.3dportal.com/ubb/images/icons/smile.gif
Guest
06-23-1999, 01:59 PM
Ok, you gotta d/l BC 3.0/3.1. JR gave you a good URL. Go to the source code tips page. You can find it down at the bottom of the main page under "hosted sites."
Btw, you'll never get wolf to compile with MSVC++. In fact, I don't think you'll ever get anything to compile that you didn't write yourself in MSVC++.
-Nate
ryche
06-23-1999, 03:18 PM
heh, yeah. MSDV is such a picky little bugger...heh
warlordQ
06-26-1999, 10:01 AM
Hey Ryche you should have those headers already in visual C++ 5.0...
Look in the include directory.....
You should definatly have dir.h and mem.h.... If you haven't got those two headers, then you need to get another compiler......
Good Luck http://3drealms.3dportal.com/ubb/images/icons/smile.gif
------------------
Hey i forgot my sig
ryche
06-26-1999, 03:54 PM
All I have that's even close to those is memory.h and direct.h for Developer Studio.
Oh well, I got it compiled anyhow with help of others...
Guest
07-04-1999, 03:04 PM
This is a little late, but I think Miscrosoft changed some of the file names, like alloc.h is now malloc.h
I discovered this when I was trying to compile it on MSVC 6.0
ryche
07-04-1999, 08:46 PM
I don't need anymore help, thanks http://3drealms.3dportal.com/ubb/images/icons/smile.gif
I got it compiled and I'm already doing things to it...
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.