About Store Forum Documentation Contact



Post Reply 
Hello have a question?
Author Message
andreadixon825 Offline
Member

Post: #1
Hello have a question?
I'm getting an error, This is the only error I'm getting in my project.

Quote:error C2061: syntax error:identfir "Chr"[C:\Esenthel\Projects\ Build \Client\Project.vcxproj]

Code:
// update
   void update(AnimatedSkeleton &skel, Chr *owner)

I also wanted to ask, Is there a list some where that tells me what error codes are, so that way I can just look up the error code. Thanks smile
(This post was last modified: 04-15-2017 04:28 AM by andreadixon825.)
04-15-2017 04:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Zach Offline
Member

Post: #2
RE: Hello have a question?
Are you trying to add inventory from MMO to Ineisis? I believe this same thing happened to me when I was trying to do it.. the classes are different. Instead of Chr, I think I used Player *owner and it worked. It was either that or ClientChr *owner.

(not at my dev PC at the moment or I would be able to tell you for sure)
(This post was last modified: 04-15-2017 04:31 AM by Zach.)
04-15-2017 04:31 AM
Visit this user's website Find all posts by this user Quote this message in a reply
andreadixon825 Offline
Member

Post: #3
RE: Hello have a question?
Hello zach, yes its for inventory, I'm going to work on it today.
04-15-2017 05:16 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply