andreadixon825
Member
|
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
|
|
04-15-2017 04:27 AM |
|
Zach
Member
|
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 |
|
andreadixon825
Member
|
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 |
|