__NEW_TASKBAR_V19 error

03/20/2018 16:48 babyminion#1
help please how to fix this anyone pro dev on source v19?:handsdown::handsdown:
[Only registered and activated users can see links. Click Here To Register...]

Edit: the other error is already fixed now wondering where to fix this undeclare identifier?
[Only registered and activated users can see links. Click Here To Register...]

bump
03/23/2018 10:53 jericho2nd#2
Quote:
Originally Posted by babyminion View Post
help please how to fix this anyone pro dev on source v19?:handsdown::handsdown:
[Only registered and activated users can see links. Click Here To Register...]

Edit: the other error is already fixed now wondering where to fix this undeclare identifier?
[Only registered and activated users can see links. Click Here To Register...]

bump

BOOL m_bPickup_SLIDE;
03/27/2018 08:59 babyminion#3
Quote:
Originally Posted by jericho2nd View Post
BOOL m_bPickup_SLIDE;
i can't find it? with ctrl+f in source
03/27/2018 09:27 KingKeesie#4
Quote:
Originally Posted by babyminion View Post
i can't find it? with ctrl+f in source
Thats the problem it isn't defined, just define it
03/27/2018 09:41 babyminion#5
Quote:
Originally Posted by KingKeesie View Post
Thats the problem it isn't defined, just define it
can you help me sir? how and where? :handsdown:
03/27/2018 19:42 jericho2nd#6
Quote:
Originally Posted by babyminion View Post
can you help me sir? how and where? :handsdown:

ctrl+shift+f
Code:
static SHORTCUT       m_GlobalShortcut;
bottom

if you can't find. the file name is WndBase.h
03/28/2018 21:23 KingKeesie#7
Quote:
Originally Posted by jericho2nd View Post
ctrl+shift+f
Code:
static SHORTCUT       m_GlobalShortcut;
bottom

if you can't find. the file name is WndBase.h
This should do the trick
03/29/2018 17:42 RaptoxxD#8
Search
Quote:
SHORTCUT m_GlobalShortcut
in wndbase.h
add under this: