V19 taskbar neuz error

03/21/2013 18:02 lolxdflyx3#1
Hi,
ich benutze [Only registered and activated users can see links. Click Here To Register...]
Ich habe zwar schon in den Threads nachgefagt, aber ich hab dort noch keine gute Antwort bekomen.
wenn ich die neuz bilden will kommt folgender error:
Code:
..\_Interface\WndTaskBar.h(117) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndTaskBar.h(117) : error C2501: 'CWndNewTaskBar::CWndNewTaskBar04' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(117) : error C2501: 'CWndNewTaskBar:WndNewTaskBar04' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(118) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndTaskBar.h(118) : error C2501: 'CWndNewTaskBar::CWndNewTaskBar03' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(118) : error C2501: 'CWndNewTaskBar:WndNewTaskBar03' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(119) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndTaskBar.h(119) : error C2501: 'CWndNewTaskBar::CWndNewTaskBar02' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(119) : error C2501: 'CWndNewTaskBar:WndNewTaskBar02' : missing storage-class or type
wenn ich ein
Quote:
;
an den Stellen einfüge fällt der error weg, aber die anderen bleiben.
was hab ich falsch gemacht. Mit original source geht das builden. Ich nutze die Bloody Files+Source.
03/25/2013 00:40 lolxdflyx3#2
Push
Hat niemand ne idee?
Liegts vllt an der bloody source?
03/25/2013 01:09 Rhyder`#3
replace
Quote:
:
to
Quote:
::
and at the end of the function that would be found at .h
justadd:
Quote:
;
03/26/2013 21:18 lolxdflyx3#4
Quote:
Originally Posted by jayjei14 View Post
replace

to


and at the end of the function that would be found at .h
justadd:
which :: ? and a ; is at the end

the code, where the error takes place is:
Code:
	SHORTCUT       m_aSlotQueue [ MAX_SLOT_QUEUE  ];
	CWndNewTaskBar04 *pWndNewTaskBar04;
	CWndNewTaskBar03 *pWndNewTaskBar03;
	CWndNewTaskBar02 *pWndNewTaskBar02;
	LPSHORTCUT     m_paSlotItem;
03/28/2013 18:08 lolxdflyx3#5
push pls help me

kann jemand vielleicht die bloody neuz mit v19 taskbar hochladen?
Dann weiß ich zwar nicht mein fehler, aber dann is das problem wenigstens behoben.
04/01/2013 17:44 lolxdflyx3#6
push
wenn ich zb. CWndNewTaskBar04 makiere und dann auf f12 drücke kommt das hier:
[Only registered and activated users can see links. Click Here To Register...]
04/02/2013 05:02 kimberly0991#7
when i add v19 taskbar
this error keeps reveiling..

Last read Default, ID:10 is duplicated. Ä÷³ÀÌ ¹Ð·Áµµ ÀÌ·±¿¡·¯°¡ ³*´Ù. FILE: propMover.txt

HELP <E !!!
04/02/2013 06:03 Rhyder`#8
try to read please! its duplicated the line 10 so fix it yours!
04/08/2013 21:11 lolxdflyx3#9
push
04/12/2013 15:42 .SnoX#10
VersionCommon.h
das adden..

Quote:
#define __NEW_THEME
#define __NEW_THEME_SKILL
#define __NEW_THEME_TASKBAR
04/13/2013 14:32 lolxdflyx3#11
Error behoben! Danke .SnoX
Leider kommt jetzt ein neuer Error-.- :

Edit: oha war ich früher dumm :D
04/13/2013 14:40 SourceShop#12
Helllo :)

In resdata.h

define :
APP_NEWTASKBAR02
APP_NEWTASKBAR03
APP_NEWTASKBAR04
APP_NEWTASKBAR
APP_NEWSKILLSLOT

Enjoy !
04/13/2013 14:51 lolxdflyx3#13
Quote:
Originally Posted by SourceShop View Post
Helllo :)

In resdata.h

define :
APP_NEWTASKBAR02
APP_NEWTASKBAR03
APP_NEWTASKBAR04
APP_NEWTASKBAR
APP_NEWSKILLSLOT

Enjoy !
Thanks that solved the errors, but
there are only one error now, we had to fix:
Quote:
_Interface\WndTaskBar.cpp(7754): error C2059: syntax error : ','
at

Code:
    return CWndNeuz::InitDialog( g_Neuz.GetSafeHwnd(), APP_NEWSKILLSLOT, 0, CPoint( 0, 0 ), pWndParent );
I hope that this is the last^^
04/16/2013 14:26 lolxdflyx3#14
push
04/22/2013 19:03 lolxdflyx3#15
push