New Prop Parameter

06/02/2018 07:31 nicksss03#1
Hi! I tried to leech the new prop parameter from v19 erendora, and I have a small problem that I cannot understand. The code that I were using is this

And here's the error that I didn't understand

PS : I do not have the knowledge of C++ codes etc. Thanks for the help!
06/02/2018 08:19 aoyamananami#2
Quote:
Originally Posted by nicksss03 View Post
Hi! I tried to leech the new prop parameter from v19 erendora, and I have a small problem that I cannot understand. The code that I were using is this

And here's the error that I didn't understand

PS : I do not have the knowledge of C++ codes etc. Thanks for the help!
look at your error.. try to check picture below. happy leeching
[Only registered and activated users can see links. Click Here To Register...]
06/02/2018 08:33 pDestroyer#3
You forgot a } on ProjectCmn.cpp
06/02/2018 12:57 Ecrypter#4
did you leech also the ProjectCmn.h and you need to add parameter in your Spec_Item.txt
06/02/2018 14:28 nicksss03#5
Quote:
Originally Posted by pDestroyer View Post
You forgot a } on ProjectCmn.cpp
Here’s the question. Where do i need to put } cuz I tried a lot of times but I cannot figure it out. Thanks!

Quote:
Originally Posted by Ecrypter View Post
did you leech also the ProjectCmn.h and you need to add parameter in your Spec_Item.txt
Is this in resource right? As for now I am still stuck in this error. I just cannot figure it out how to put the } in the code or the what the problem was..
06/02/2018 18:11 Dr. Peacock#6
Quote:
Originally Posted by nicksss03 View Post
Here’s the question. Where do i need to put } cuz I tried a lot of times but I cannot figure it out. Thanks!



Is this in resource right? As for now I am still stuck in this error. I just cannot figure it out how to put the } in the code or the what the problem was..
Just check the Code? rofl
Every { need a }... check where the { Starts...
Now you just need to look for the next { and with some Brain, you know that the } need before... also check the code above the next { ....