Game Development Community

I need some further instructions for integration

by Katrina Rose · in · 09/09/2004 (5:05 am) · 4 replies

Hi,

The company I work for bought the lighting pack, and the instructions that came with the pack are not very clear. I am using VC7 and I have no idea where the FileView workspace tab is located. Where do I add the source files? I can see integrating this is going to be a pain. We are using the HEAD version from 8-18, and I can see problems other people are having. I am not the most knowledgeable programmer when is comes to C++. I am a C#.NET programmer. Thanks for any help that you can provide.

Marrion Cox

#1
09/09/2004 (7:18 am)
"Fileview" is actually called "solution explorer" in VC7. Microsoft likes to rename things and move them around with every new release.

If it's not already open --> View|Solution Explorer
#2
09/09/2004 (7:56 am)
That's what I thought. Thank you very much. Can someone please post a screen of the solution explorer properly set up for the lighting pack? I would really apreciate it.
#3
09/09/2004 (12:00 pm)
Nevermind. I figured it out. I just added the .cs and .h files to both the demo and max2dif. It seems to be working fine now.
#4
09/10/2004 (8:28 am)
Hi Marrion,

In VC6 you can add the *.cc files to any of the projects' sub-folders under 'source files'. The folders themselves are only for organization.

Hope this helps!

-John