[source error] 3rd job and skill tree x_x

06/27/2014 16:34 Tarosx3#1
Hello,

I bet someone know a reason of those errors, since 3rd jobs and skill tree is standard feature that most of you already know how to add.

I wanna add 3rd jobs and Skill tree from GoH source and while im compiling it im getting those errors:

Quote:

D:\GWProject\Source\Official Source\_Common\InstanceDungeonBase.cpp(521): error C2051: case expression not constant
D:\GWProject\Source\Official Source\_Common\InstanceDungeonBase.cpp(521): error C2065: 'CLASS_LEGEND_HERO' : undeclared identifier

D:\GWProject\Source\Official Source\_Interface\WndNotice.cpp(166): error C2065: 'WIDC_COMMER_BANNER1' : undeclared identifier
D:\GWProject\Source\Official Source\_Interface\WndNotice.cpp(211): error C3861: 'WIDC_COMMER_BANNER1': identifier not found, even with argument-dependent lookup
D:\GWProject\Source\Official Source\_Interface\WndNotice.cpp(229): error C3861: 'WIDC_COMMER_BANNER1': identifier not found, even with argument-dependent lookup

D:\GWProject\Source\Official Source\_Interface\WndTitle.cpp(871): error C2065: 'WIDC_COMMER_BANNER2' : undeclared identifier

d:\GWProject\Source\Official Source\Neuz\NPGameLib.cpp(21): error C2051: case expression not constant
d:\GWProject\Source\Official Source\Neuz\Neuz.cpp(1776): error C2051: case expression not constant
d:\GWProject\Source\Official Source\Neuz\Neuz.cpp(1838): error C2051: case expression not constant

It may come from lang.h file, just got another errors with LANG but actually know how to fix them, just need help with those...
07/01/2014 13:02 Shinji-MRT#2
Code:
'WIDC_COMMER_BANNER1'
Dont forget to define these in your ResData.h in resource of Source and your client.

greetings ~ Shinji
07/01/2014 20:59 .::*[D][A][N][I]*::.#3
Quote:
Originally Posted by Tarosx3 View Post
Hello,

I bet someone know a reason of those errors, since 3rd jobs and skill tree is standard feature that most of you already know how to add.

I wanna add 3rd jobs and Skill tree from GoH source and while im compiling it im getting those errors:




It may come from lang.h file, just got another errors with LANG but actually know how to fix them, just need help with those...
You have to define those things. This error occurs because you are using the v19 resdata and the v19 theme doesnt use the banners anymore ( for example the banner in the server selection screen)