Error compile vs17

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 3, 2015
Messages
38
Reaction score
0
i have this error im using CLOUD FLYFF SOURCE
THIS IS MY FIRST TIME TO DEVELOP FLYFF

I DONT KNOW THIS ERROR AND IM STUCK HERE

------ Build started: Project: AccountServer, Configuration: Release Win32 ------StdAfx.cpp
c:\program files (x86)\windows kits\8.1\include\um\winnt.h(342): error C2146: syntax error: missing ';' before identifier 'PVOID64'c:\program files (x86)\windows kits\8.1\include\um\winnt.h(342): error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\program files (x86)\windows kits\8.1\include\um\winnt.h(12342): error C3646: 'Buffer': unknown override specifierc:\program files (x86)\windows kits\8.1\include\um\winnt.h(12342): error C4430: missing type specifier - int assumed. Note: C++ does not support default-intDone building project "AccountServer.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
Inactive
Joined
Jan 20, 2009
Messages
1,013
Reaction score
1,831
This source is not compatible with VS17 it's compatible with VS03 hence the problems.
 
Upvote 0
Newbie Spellweaver
Joined
Apr 3, 2015
Messages
38
Reaction score
0
okay thank you i download it already then i already compile the others the only problem now is Neuz

i have bunch of error like this

..\..\Resource\defineObj.h(3647) : warning C4005: 'MI_PET_BOWGNOME' : macro redefinition ..\..\Resource\defineObj.h(3607) : see previous definition of 'MI_PET_BOWGNOME'..\..\Resource\defineObj.h(3722) : warning C4005: 'MI_PET_PETCUTEBLUECAT' : macro redefinition ..\..\Resource\defineObj.h(3659) : see previous definition of 'MI_PET_PETCUTEBLUECAT'..\..\Resource\defineObj.h(3724) : warning C4005: 'MI_PET_PETICEWOLF' : macro redefinition ..\..\Resource\defineObj.h(3645) : see previous definition of 'MI_PET_PETICEWOLF'..\..\Resource\defineObj.h(3725) : warning C4005: 'MI_PET_PETICEYETTI' : macro redefinition ..\..\Resource\defineObj.h(3646) : see previous definition of 'MI_PET_PETICEYETTI'..\..\Resource\defineObj.h(3726) : warning C4005: 'MI_PET_BOWGNOME' : macro redefinition ..\..\Resource\defineObj.h(3647) : see previous definition of 'MI_PET_BOWGNOME'..\..\Resource\defineObj.h(3727) : warning C4005: 'MI_PET_PETCHOCOBOFOURSTAR' : macro redefinition ..\..\Resource\defineObj.h(3648) : see previous definition of 'MI_PET_PETCHOCOBOFOURSTAR'..\..\Resource\defineObj.h(3728) : warning C4005: 'MI_PET_PETCOLOREDDEER' : macro redefinition ..\..\Resource\defineObj.h(3649) : see previous definition of 'MI_PET_PETCOLOREDDEER'..\..\Resource\defineObj.h(3729) : warning C4005: 'MI_PET_PETCUTEELEPHANT' : macro redefinition ..\..\Resource\defineObj.h(3650) : see previous definition of 'MI_PET_PETCUTEELEPHANT'..\..\Resource\defineObj.h(3730) : warning C4005: 'MI_PET_PETCUTEREDFISH' : macro redefinition ..\..\Resource\defineObj.h(3651) : see previous definition of 'MI_PET_PETCUTEREDFISH'..\..\Resource\defineObj.h(3731) : warning C4005: 'MI_PET_PETCUTEYELLOWCAT' : macro redefinition ..\..\Resource\defineObj.h(3652) : see previous definition of 'MI_PET_PETCUTEYELLOWCAT'..\..\Resource\defineObj.h(3732) : warning C4005: 'MI_PET_PETDUJIAOSHOU' : macro redefinition ..\..\Resource\defineObj.h(3653) : see previous definition of 'MI_PET_PETDUJIAOSHOU'..\..\Resource\defineObj.h(3733) : warning C4005: 'MI_PET_HAPPYRACCOON' : macro redefinition ..\..\Resource\defineObj.h(3654) : see previous definition of 'MI_PET_HAPPYRACCOON'..\..\Resource\defineObj.h(3734) : warning C4005: 'MI_PET_PETHEARTQUEEN' : macro redefinition ..\..\Resource\defineObj.h(3655) : see previous definition of 'MI_PET_PETHEARTQUEEN'..\..\Resource\defineObj.h(3735) : warning C4005: 'MI_PET_PETLOVEROBOT' : macro redefinition ..\..\Resource\defineObj.h(3656) : see previous definition of 'MI_PET_PETLOVEROBOT'..\..\Resource\defineObj.h(3736) : warning C4005: 'MI_PET_PETORANGEROBOT' : macro redefinition ..\..\Resource\defineObj.h(3657) : see previous definition of 'MI_PET_PETORANGEROBOT'..\..\Resource\defineObj.h(3737) : warning C4005: 'MI_PET_PETREDLIZARD' : macro redefinition ..\..\Resource\defineObj.h(3658) : see previous definition of 'MI_PET_PETREDLIZARD'..\..\Resource\defineObj.h(3746) : warning C4005: 'MI_PET_TUTTLEKING01' : macro redefinition ..\..\Resource\defineObj.h(3695) : see previous definition of 'MI_PET_TUTTLEKING01'



Neuz - 24 error(s), 272 warning(s)
 
Last edited:
Upvote 0
Inactive
Joined
Jan 20, 2009
Messages
1,013
Reaction score
1,831

Those are warnings not errors and they are happening because those things listed are defined more then once.
 
Upvote 0
Newbie Spellweaver
Joined
Apr 3, 2015
Messages
38
Reaction score
0
im stuck in neuz now. Rebuild All: 0 succeeded, 2 failed, 0 skipped i cant compile



is there a neuz can suitable of this? .. coz im newbie im about this.



C:\Users\zhian\OneDrive\Desktop\Cloud\Source\_Interface\WndField.cpp(1160): error C2065: 'WIDC_BUTTAURAOK1' : undeclared identifier
C:\Users\zhian\OneDrive\Desktop\Cloud\Source\_Interface\WndField.cpp(1160): error C2051: case expression not constant
C:\Users\zhian\OneDrive\Desktop\Cloud\Source\_Interface\WndField.cpp(29822): error C2065: 'WIDC_PICTURE1' : undeclared identifier
C:\Users\zhian\OneDrive\Desktop\Cloud\Source\_Interface\WndShop.cpp(160): error C2065: 'APP_RESIZE' : undeclared identifier
 
Upvote 0
Inactive
Joined
Jan 20, 2009
Messages
1,013
Reaction score
1,831
WIDC_BUTTAURAOK1
WIDC_PICTURE1
APP_RESIZE

Need to be defined in ResData.h
 
Upvote 0
Newbie Spellweaver
Joined
Apr 3, 2015
Messages
38
Reaction score
0
how?
this is my first time to code , and i want to learn all step by step.
 
Upvote 0
Newbie Spellweaver
Joined
Apr 3, 2015
Messages
38
Reaction score
0
Ketchup

its okay now , all working properly and compile properly

i have 1 question how to edit neuz ip? or need to edit in source?



how to fix this? cant start worldserver
 
Last edited:
Upvote 0
Status
Not open for further replies.