Register for your free account! | Forgot your password?

You last visited: Today at 17:51

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Model Change

Discussion on Model Change within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
Model Change

I got an error while copying model change from other source. I wonder if someone can help me here please,

Here's my error. help me please

Code:
Error	35	error C2065: 'i' : undeclared identifier	D:\FlyFF\Source\_Interface\WndField.cpp	829	1	Neuz
Error	37	error C2065: 'i' : undeclared identifier	D:\FlyFF\Source\_Interface\WndField.cpp	831	1	Neuz
Error	39	error C2065: 'i' : undeclared identifier	D:\FlyFF\Source\_Interface\WndField.cpp	866	1	Neuz
Error	41	error C2065: 'i' : undeclared identifier	D:\FlyFF\Source\_Interface\WndField.cpp	868	1	Neuz
Error	1	error C2065: 'prj' : undeclared identifier	d:\flyff\source\_network\Objects\Obj.h	178	1	CoreServer
Error	3	error C2065: 'prj' : undeclared identifier	d:\flyff\source\_network\Objects\Obj.h	178	1	CoreServer
Error	5	error C2065: 'prj' : undeclared identifier	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	7	error C2065: 'prj' : undeclared identifier	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	9	error C2065: 'prj' : undeclared identifier	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	11	error C2065: 'prj' : undeclared identifier	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	13	error C2065: 'prj' : undeclared identifier	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	15	error C2065: 'prj' : undeclared identifier	d:\flyff\source\_network\Objects\Obj.h	178	1	CoreServer
Error	17	error C2065: 'prj' : undeclared identifier	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	19	error C2065: 'prj' : undeclared identifier	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	21	error C2065: 'prj' : undeclared identifier	d:\flyff\source\_network\Objects\Obj.h	178	1	CoreServer
Error	23	error C2065: 'prj' : undeclared identifier	d:\flyff\source\_network\Objects\Obj.h	178	1	CoreServer
Error	2	error C2228: left of '.GetItemProp' must have class/struct/union	d:\flyff\source\_network\Objects\Obj.h	178	1	CoreServer
Error	4	error C2228: left of '.GetItemProp' must have class/struct/union	d:\flyff\source\_network\Objects\Obj.h	178	1	CoreServer
Error	6	error C2228: left of '.GetItemProp' must have class/struct/union	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	8	error C2228: left of '.GetItemProp' must have class/struct/union	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	10	error C2228: left of '.GetItemProp' must have class/struct/union	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	12	error C2228: left of '.GetItemProp' must have class/struct/union	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	14	error C2228: left of '.GetItemProp' must have class/struct/union	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	16	error C2228: left of '.GetItemProp' must have class/struct/union	d:\flyff\source\_network\Objects\Obj.h	178	1	CoreServer
Error	18	error C2228: left of '.GetItemProp' must have class/struct/union	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	20	error C2228: left of '.GetItemProp' must have class/struct/union	d:\flyff\source\_Network\Objects\obj.h	178	1	CoreServer
Error	22	error C2228: left of '.GetItemProp' must have class/struct/union	d:\flyff\source\_network\Objects\Obj.h	178	1	CoreServer
Error	24	error C2228: left of '.GetItemProp' must have class/struct/union	d:\flyff\source\_network\Objects\Obj.h	178	1	CoreServer
Error	36	error C2228: left of '.realid' must have class/struct/union	D:\FlyFF\Source\_Interface\WndField.cpp	829	1	Neuz
Error	38	error C2228: left of '.realid' must have class/struct/union	D:\FlyFF\Source\_Interface\WndField.cpp	831	1	Neuz
Error	40	error C2228: left of '.realid' must have class/struct/union	D:\FlyFF\Source\_Interface\WndField.cpp	866	1	Neuz
Error	42	error C2228: left of '.realid' must have class/struct/union	D:\FlyFF\Source\_Interface\WndField.cpp	868	1	Neuz
khemomo is offline  
Old 01/29/2018, 09:58   #2
 
elite*gold: 0
Join Date: Dec 2014
Posts: 190
Received Thanks: 87
undeclared identifier in WndField.h
undeclared identifier in Obj.cpp.

You need to add the missing what I mention
Zeljian is offline  
Thanks
1 User
Old 01/29/2018, 10:04   #3
 
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
Quote:
Originally Posted by Zeljian View Post
undeclared identifier in WndField.h
undeclared identifier in Obj.cpp.

You need to add the missing what I mention
Yeah there is missing, but in what part do i need to put the "I" and "prj"?

Can I bump my post please need it asap
khemomo is offline  
Old 01/30/2018, 12:33   #4
 
C_O_R_E's Avatar
 
elite*gold: 0
Join Date: Jul 2014
Posts: 264
Received Thanks: 54
See the first post:



The solution is right in front of you.
C_O_R_E is offline  
Old 01/31/2018, 13:23   #5
 
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
Quote:
Originally Posted by C_O_R_E View Post
See the first post:



The solution is right in front of you.
Yah i know that there's something missing and need tobe define, but its not in the wndfield.h because i tried to compare mine to the same working source there's no #define "i" from that source and there's no difference.
khemomo is offline  
Old 01/31/2018, 13:59   #6
 
C_O_R_E's Avatar
 
elite*gold: 0
Join Date: Jul 2014
Posts: 264
Received Thanks: 54
Quote:
Originally Posted by khemomo View Post
Yah i know that there's something missing and need tobe define, but its not in the wndfield.h because i tried to compare mine to the same working source there's no #define "i" from that source and there's no difference.
Which documents have you already been searched for the declaration/definition of prj? The whole source?

About the identifier 'i' - can't tell since I haven't implementation of it.
If it's working, I would give a look at stdafx.*


edit$

An identifier might not only declared by #define lol.
C_O_R_E is offline  
Old 02/03/2018, 16:16   #7
 
elite*gold: 294
Join Date: Jun 2009
Posts: 407
Received Thanks: 587
for your undeclared identifier, "i", make sure that you are declaring the variable each time to goes out of scope or at the top of the function. In C++ 03, the variable was still allowed to be used after the scope ended.

The prj. issue could be a missing include to the Project.h file -- however, I doubt the coreserver would need access to it. The missing prj. is also causing the GetItemProp error.

Last but not least, make sure in project.h, make sure you copied everything considering that realid is probably stored in there and you are getting an error in there.
Avalion is offline  
Old 02/06/2018, 15:48   #8
 
elite*gold: 0
Join Date: Jan 2017
Posts: 301
Received Thanks: 28
Use winmerge to your files and copied files and see difference and hopefully your mistake
KingKeesie is offline  
Reply


Similar Threads Similar Threads
Can i resize a model using Atools model Editor?
09/24/2017 - Flyff Private Server - 7 Replies
Can i resize a model using Atools model Editor?
(HELP ABOUT MODEL TYPE :NO MODEL)
12/08/2015 - Flyff Private Server - 0 Replies
Close Fix
Model viewer und model dateien finden und in cinema 4d importieren
09/20/2012 - Aion - 1 Replies
Hallo Ich würde gerne mir die Aion Models fuer ein anderes Game nehmen und diese in cinema 4d importieren. Bisher habe ich die .pak datei entpackt und in der dort entstandenen zip datei viele dateien gefunden. Nach suchen bin ich zur erkenntnis gekommen das ie .cgf dateien die model sind (richtig?) MNun weiss ich aber nicht wie ich mir diese anschauen kann und dann in cinema 4d importieren kann. gibt es dafuer irgendein tool?
about the 2012 new pets model files and the weapon model files!
09/19/2012 - SRO Private Server - 2 Replies
who can tell me how to add the new pets in silkroad?and who can tell me how te add the new weapons silkroad? who can share 2012 new pets model files?THANKS!!!
FULLY CUSTOMIZABLE Orc to NE model change Pre-made
09/25/2006 - WoW Exploits, Hacks, Tools & Macros - 25 Replies
hey hey hey, im back with another big model change! with this one when u make a orc character its a NE instead!!!!! woo hooo (NE shamans ) ok heres a quick pic of Char making screen with this model change- http://i104.photobucket.com/albums/m171/eatthefir e/OrcNE.jpg and heres youe link for the model change(just save right in your data folder and start up WoW!!!!!) http://www.verzend.be/v/9513648/2_1_Speech2.mpq.h tml



All times are GMT +1. The time now is 17:52.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.