I add wiki in my blessed source but its says undeclared identifier i already define it in resdata.h plss help
Screenshot by Lightshot
Printable View
I add wiki in my blessed source but its says undeclared identifier i already define it in resdata.h plss help
Screenshot by Lightshot
So in the current Resource folder that holds the ResData.h you have somewhere a #define for the two values?
#define APP_WIKI ####
#define APP_WIKICI ####
Perhaps the numbers match another APP?
or perhaps you need to define the APPLET somewhere else aslwell.
n0tso1ee7 is correct that they're not defined in resdata.h
They don't need defining anywhere else however.
You may need to open and close the source after updating resdata.h to ensure it updates the IntelliSense properly.
Last Question im adding model changer in my blessed file but it says that undeclare identifier here the pic Screenshot by Lightshot
Model changer is a very bugged system, i wouldn't add it unless you have enough programming experience to fix all possible bug.
As for that undeclared identifier try "Goto Deceleration" in the source code and if it can't find it, you've not linked in ResData.h properly.
Also wish to state all publicly released source codes with Model Changer are bugged and not properly fixed. You will notice anything from re-starting the server and the model change not being saved through to logging in to find invisible models due to not properly updated ignored values (for hair and caps).
Is Resdata.h included in the file where the error comes up in? Is it calling the correct define? Is it in your source resource?
Maybe try to define the other applets right above?
If you add it correctly, there are obviously some bugs that occurs, but there's nothing really major to worry about unless you improperly add it and cause an over/under flow on item saving / loading
look in the circled pic i want to add it in my source what file should i edit?
Screenshot by Lightshot
Screenshot by Lightshot