• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

When adding "__FL_BAG_UPDATE" system build error

Status
Not open for further replies.
Banned
Banned
Joined
Feb 22, 2017
Messages
37
Reaction score
0
When adding "__FL_BAG_UPDATE" system build error

1>C:\Users\wlssk\Downloads\HORIZON FIX\Source\Source\WorldServer\User.cpp(3377,85): error C2440: '초기화 중': '_PACKITEMELEM'에서 'PPACKITEMELEM'(으)로변환할 수 없습니다.

내가 무엇을 놓치고 있습니까?

팩아이템오류.JPG - When adding "__FL_BAG_UPDATE" system build error - RaGEZONE Forums

- - - 업데이트됨 - - -

User.h

#ifdef __BoxPreview
void DoUsePackItem(CItemElem* pItemElem, const _PACKITEMELEM* pPackItemElem);
#else
void DoUsePackItem(CItemElem* pItemElem, PPACKITEMELEM pPackItemElem);
#endif
#ifdef __FL_BAG_UPDATE
void DoUsePackItem(CItemElem* pItemElem, PPACKITEMELEM pPackItemElem, int nBag = -1);
BOOL DoUseGiftbox(CItemElem* pItemElem, DWORD dwItemId, int nBag = -1);
#else
void DoUsePackItem(CItemElem* pItemElem, PPACKITEMELEM pPackItemElem);
BOOL DoUseGiftbox(CItemElem* pItemElem, DWORD dwItemId);
#endif

A build error occurs because '__BoxPreview' and '__FL_BAG_UPDATE' overlap. How do I edit it to be used together?
 

Attachments

You must be registered for see attachments list
Status
Not open for further replies.
Back
Top