Re: [hlcoders] Trouble Implementing Ironsights

2009-08-20 Thread Matt Hoffman
Because most of the tutorials say "Here's C++" and not 'Here's how to effectively use and work Visual Studios". Course, you could find it on MSDN/M$/Google I'd imagine. On Thu, Aug 20, 2009 at 11:42 AM, Tom Edwards wrote: > I prefer to use Class View. Not many people seem to know about it, which

Re: [hlcoders] Trouble Implementing Ironsights

2009-08-20 Thread Tom Edwards
I prefer to use Class View. Not many people seem to know about it, which is odd. Jorge Rodriguez wrote: > A quick "Find in Files" for "CWeaponInfo" should find you a class > declaration in some file that ends in .h and that will be your file. > > > ___

Re: [hlcoders] Trouble Implementing Ironsights

2009-08-20 Thread Jorge Rodriguez
A quick "Find in Files" for "CWeaponInfo" should find you a class declaration in some file that ends in .h and that will be your file. -- Jorge "Vino" Rodriguez ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: h

Re: [hlcoders] Trouble Implementing Ironsights

2009-08-20 Thread Cameron Fields
Sorry for being such a noob, but I'm not quite sure which header contains the information. I've tried a few likely ones, none of which have worked out. There is no header named CWeaponInfo.h or anything similar. On Thu, 20 Aug 2009 16:24:02 +0100, Garry Newman wrote: > It doesn't know what CWeap

Re: [hlcoders] Trouble Implementing Ironsights

2009-08-20 Thread Garry Newman
It doesn't know what CWeaponInfo is. You need to include a header. You should probably do some basic c++ learning. This is a lesson 1 problem. You won't learn ANYTHING by pasting code. garry On Thu, Aug 20, 2009 at 3:57 PM, Cameron Fields wrote: > > >  This is probably terribly stupid, but I am

Re: [hlcoders] Trouble Implementing Ironsights

2009-08-20 Thread Tom Edwards
It looks like you aren't #including the header file for CWeaponInfo. Once you fix that error the rest should go away. Cameron Fields wrote: > This is probably terribly stupid, but I am new to modding and am trying > to implement the iron sights found in this tutorial > (http://developer.valvesof