[Drop Info]

04/17/2017 16:16 babyminion#1
can anyone release codes of #DROP_INFO? :handsdown::handsdown::handsdown:
04/17/2017 16:28 Kiseku#2
[Only registered and activated users can see links. Click Here To Register...]
04/17/2017 21:02 babyminion#3
Quote:
Originally Posted by Kiseku View Post
[Only registered and activated users can see links. Click Here To Register...]
help please?
04/17/2017 21:18 pedala1#4
Do u read the error ? APP_DROPINFO not declared. Check ur files: resData.inc , resData.h. U need declared ur window -> (APP_DROPINFO)
04/17/2017 21:54 babyminion#5
Quote:
Originally Posted by pedala1 View Post
Do u read the error ? APP_DROPINFO not declared. Check ur files: resData.inc , resData.h. U need declared ur window -> (APP_DROPINFO)
i already put it on resData.inc and resData.h bruh and its still happening :( any posible way to fix this?
04/18/2017 07:12 dpkidz#6
Apparently you did not, or edited the wrong resdata.h
04/18/2017 09:45 babyminion#7
Quote:
Originally Posted by dpkidz View Post
Apparently you did not, or edited the wrong resdata.h
yes i did dude check this out am i wrong?
[Only registered and activated users can see links. Click Here To Register...]
04/18/2017 13:08 justcallmeidol09#8
to mine it's written as APP_INFODROP
04/19/2017 08:51 babyminion#9
Quote:
Originally Posted by justcallmeidol09 View Post
to mine it's written as APP_INFODROP
same error even if i tryd to put APP_INFODROP in resData.h SAD
04/20/2017 18:25 dpkidz#10
I think you might be adding the #define in the wrong resource mate...
Impossible to get the error if it is defined, you sure you got the right settings in vs?

[Only registered and activated users can see links. Click Here To Register...]
04/21/2017 13:15 babyminion#11
Quote:
Originally Posted by dpkidz View Post
I think you might be adding the #define in the wrong resource mate...
Impossible to get the error if it is defined, you sure you got the right settings in vs?

[Only registered and activated users can see links. Click Here To Register...]
i think i put the right resource directory bro and im curious too why i got this error huehue! this is my directories
[Only registered and activated users can see links. Click Here To Register...]
04/22/2017 01:42 dpkidz#12
Your first image is very hard to see as it is very small, but I am guessing it is saying something like
"APP_DROPINFO" Undeclared identifier?

Means that APP_DROPINFO is not identified, ("#define APP_DROPINFO"), try to search for another APP_ in the same file where the error presents, right click on the searched APP_ text -> Go to Definition another file will open in your source, add APP_DROPINFO in the file that opens.
04/22/2017 17:02 babyminion#13
Quote:
Originally Posted by dpkidz View Post
Your first image is very hard to see as it is very small, but I am guessing it is saying something like
"APP_DROPINFO" Undeclared identifier?

Means that APP_DROPINFO is not identified, ("#define APP_DROPINFO"), try to search for another APP_ in the same file where the error presents, right click on the searched APP_ text -> Go to Definition another file will open in your source, add APP_DROPINFO in the file that opens.
i've done to fixed APP_DROPINFO error dude but now i got this
[Only registered and activated users can see links. Click Here To Register...] :D :confused:
can you help me with this please? :handsdown::handsdown::handsdown:
04/22/2017 17:28 justcallmeidol09#14
Quote:
Originally Posted by babyminion View Post
i've done to fixed APP_DROPINFO error dude but now i got this
[Only registered and activated users can see links. Click Here To Register...] :D :confused:
can you help me with this please? :handsdown::handsdown::handsdown:
add your WndInfoDrop.cpp/h and Infodrop.cpp/h in VS

right click neuz and add existing file
04/22/2017 17:52 babyminion#15
Quote:
Originally Posted by justcallmeidol09 View Post
add your WndInfoDrop.cpp/h and Infodrop.cpp/h in VS

right click neuz and add existing file
Thanks! it works but now i got this sad :(
[Only registered and activated users can see links. Click Here To Register...]