hi everyone on epvpers i have some problem about adding partyfinder in my source. now when i compile the partyfinder i got 2 errors
Im using PMA_PARTYFINDER
DPClient.cpp
PHP Code:
#ifdef __PMA_PARTYFINDER
#include "WndPartyFinder.h"
#include "WndParty.h"
#endif //__PMA_PARTYFINDER
Ouput error
PHP Code:
DPClient.cpp(29) : fatal error C1083: Cannot open include file: 'WndPartyFinder.h': No such file or directory
and the 2nd is
FuncApplet.cpp
PHP Code:
#ifdef __PMA_PARTYFINDER
#include "WndPartyFinder.h"
#endif //__PMA_PARTYFINDER
Output Error
PHP Code:
\Files\Compile\New Files Updated\Program\_Interface\FuncApplet.cpp(46) : fatal error C1083: Cannot open include file: 'WndPartyFinder.h': No such file or directory
SORRY FOR MY BAD ENGLISH
THANKS IN ADVANCE TO YOUR RESPONSE