Register for your free account! | Forgot your password?

You last visited: Today at 11:04

  • 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: Jul 2016
Posts: 1
Received Thanks: 0
Model_Change

Good evening, I added the system "Model_Change" and when I compile I have this:

Code:
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1578): error C2501: 'g_WndMng' : missing storage-class or type specifiers
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1578): error C2143: syntax error : missing ';' before '.'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1578): error C2371: 'g_WndMng' : redefinition; different basic types
        ..\_Interface\WndManager.h(854) : see declaration of 'g_WndMng'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1583): error C2059: syntax error : 'switch'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1584): error C2143: syntax error : missing ';' before '{'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1584): error C2447: '{' : missing function header (old-style formal list?)
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1670): error C2059: syntax error : 'if'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1671): error C2143: syntax error : missing ';' before '{'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1671): error C2447: '{' : missing function header (old-style formal list?)
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1686): error C2059: syntax error : 'if'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1689): error C2143: syntax error : missing ';' before '.'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1689): error C2371: 'g_WndMng' : redefinition; different basic types
        ..\_Interface\WndManager.h(854) : see declaration of 'g_WndMng'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1689): error C2501: 'g_WndMng' : missing storage-class or type specifiers
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1690): error C2143: syntax error : missing ';' before '.'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1690): error C2371: 'g_WndMng' : redefinition; different basic types
        ..\_Interface\WndManager.h(854) : see declaration of 'g_WndMng'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1690): error C2501: 'g_WndMng' : missing storage-class or type specifiers
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1691): error C2143: syntax error : missing ';' before '.'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1691): error C2371: 'g_WndMng' : redefinition; different basic types
        ..\_Interface\WndManager.h(854) : see declaration of 'g_WndMng'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1691): error C2501: 'g_WndMng' : missing storage-class or type specifiers
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1693): error C2059: syntax error : 'if'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1695): error C2059: syntax error : 'if'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1700): error C2143: syntax error : missing ';' before '.'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1700): error C2371: 'g_WndMng' : redefinition; different basic types
        ..\_Interface\WndManager.h(854) : see declaration of 'g_WndMng'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1700): error C2501: 'g_WndMng' : missing storage-class or type specifiers
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1702): error C2059: syntax error : 'if'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1705): error C2059: syntax error : 'if'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1709): error C2143: syntax error : missing ';' before '->'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1709): error C2501: 'm_p2DRender' : missing storage-class or type specifiers
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1710): error C2059: syntax error : 'this'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1711): error C2059: syntax error : '}'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1711): error C2059: syntax error : '}'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1711): error C2143: syntax error : missing ';' before '}'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1712): error C2059: syntax error : '}'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1712): error C2143: syntax error : missing ';' before '}'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1714): error C2653: 'CWndLinkedItem' : is not a class or namespace name
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1715): error C2143: syntax error : missing ';' before '{'
C:\Users\hp\Desktop\Serveur\Serveur\Sources\_Interface\WndCommunication.cpp(1715): error C2447: '{' : missing function header (old-style formal list?)

Yet WndCommunication file is good, I checked, so any file to run me?
Thank you for your help and sorry for my English, it is not perfect: p
ryandiffer23 is offline  
Old 08/09/2016, 21:27   #2


 
Reavern's Avatar
 
elite*gold: 15
Join Date: May 2010
Posts: 5,996
Received Thanks: 2,283
Arrow Flyff Main - Discussions / Questions -> Flyff PServer - D…

#moved…
Reavern is offline  
Reply




All times are GMT +2. The time now is 11:04.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.