Thank you! Both botman and Josh! :D :D
I haven't touch programming for quite sometime now so I've lost a few touches. Thanks for the refreshment. :D
From: Josh Matthews <[EMAIL PROTECTED]> Reply-To: [email protected] To: [email protected] Subject: Re: [hlcoders] First warning for VS .Net! Yay! Date: Fri, 8 Apr 2005 00:48:13 +1000
...Oh dear. If you have no idea what to do in this situation, you're in no shape to tackle the half-life source. For one thing it's just a warning and will keep compiling (although it's good practice to eliminate all warnings anyways). It just means that the function HasWeapon (double click on the warning to find the exact line) doesn't have a return type specified, which is a bad thing (but works fine in this case). Add an 'int' before the function name and the warning will go away.
Josh
On Apr 8, 2005 12:39 AM, Tan Theodore <[EMAIL PROTECTED]> wrote: > warning C4183: 'HasWeapon': missing return type; assumed to be a member > function returning 'int' > > This thing pops up when I compiled the unedited version of the HL SDK 2.3. I > haven't change anything to the MVS .Net. > > Anyone encountered this? > Better, yet anyone sloved this? > *looks around for any show of hands* (" ) ( ") > > _________________________________________________________________ > Find just what you are after with the more precise, more powerful new MSN > Search. http://search.msn.com.sg/ Try it now. > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlcoders > >
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders
_________________________________________________________________ Find just what you are after with the more precise, more powerful new MSN Search. http://search.msn.com.sg/ Try it now.
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

