Item Wiki

09/16/2018 13:59 campomanes25#1
Hello please help me I added Item Wiki System
Now when I buid it. It says an error APP_WIKI and APP_WIKICI undeclared identifier. I already defined it in ResData.h. I can not understand why it's not fixed when I already defined it.
09/16/2018 14:08 CIay#2
Show us the error you are having ... I think that in the file where there is the error, you did'nt include "Resdata.h".
09/16/2018 14:27 campomanes25#3
Quote:
Originally Posted by CIay View Post
Show us the error you are having ... I think that in the file where there is the error, you did'nt include "Resdata.h".
see this one [Only registered and activated users can see links. Click Here To Register...]
09/16/2018 14:33 CIay#4
Yeah as i said you've to include Resdata.h in your files... For example : #include "Resdata.h" on top of your files .cpp or .h where there are errors.;)
09/16/2018 14:34 campomanes25#5
I already put sir but it still the same error
09/16/2018 14:37 CIay#6
Can you show me your files where there are errors?
09/16/2018 14:42 campomanes25#7
Quote:
Originally Posted by CIay View Post
Can you show me your files where there are errors?
open this one sir [Only registered and activated users can see links. Click Here To Register...]
09/16/2018 14:53 CIay#8
Quote:
Originally Posted by campomanes25 View Post
open this one sir [Only registered and activated users can see links. Click Here To Register...]
So you can confirm that you already included resdata.h as it : [Only registered and activated users can see links. Click Here To Register...]

And are you correctly added WndWiki.cpp in your Visual Studio?
[Only registered and activated users can see links. Click Here To Register...]
09/16/2018 17:05 cmwarjin0#9
Quote:
Originally Posted by campomanes25 View Post
open this one sir [Only registered and activated users can see links. Click Here To Register...]
Jandy musta naman ka.. Pwede taka matabangan ana!
09/17/2018 05:01 campomanes25#10
Quote:
Originally Posted by cmwarjin0 View Post
Jandy musta naman ka.. Pwede taka matabangan ana!
tabangi ko b hahahaha

Quote:
Originally Posted by CIay View Post
So you can confirm that you already included resdata.h as it : [Only registered and activated users can see links. Click Here To Register...]

And are you correctly added WndWiki.cpp in your Visual Studio?
[Only registered and activated users can see links. Click Here To Register...]
I think so. Is there any way to reach out to you?
09/17/2018 10:02 nicksss03#11
Go to your Reaource Source and declared it on Resdata.h
09/17/2018 11:14 campomanes25#12
Quote:
Originally Posted by nicksss03 View Post
Go to your Reaource Source and declared it on Resdata.h
I did
09/17/2018 12:07 nicksss03#13
Quote:
Originally Posted by campomanes25 View Post
I did
If you did. Make a folder in Source folder name it Resource and then put all your files in your resource folder except for the other folder inside of the resource folder and compile
09/18/2018 02:14 Burdenz2007#14
By the looks of it you guys are still using VS03. :feelsbadman:
Anyway's back to the problem, its just a define issue that the source need to read the "Resource Folder". Set the pointer of that folder where ResData.h is located.