Undefined Symbol
#1

While compiling script i got these errors,which include do i need ?

Код:
C:\Users\Desktop\yads.pwn(240) : error 017: undefined symbol "DIALOG_STYLE_TABLIST"
C:\Users\Desktop\yads.pwn(259) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply
#2

i think you need update you all files samp
Reply
#3

Actually,i have updated all files.! But i'm missing a file that this dialog needs it to compile.
Reply
#4

Put your files in their proper locations and don't doubleclick on .pwn files to open them. Open the editor then open the file through the editor. Or get rid of spare copies of the compiler in who knows how many different locations.
Reply
#5

Код:
#define DIALOG_STYLE_TABLIST_HEADERS 5
Reply
#6

Quote:
Originally Posted by Hunud
Посмотреть сообщение
Код:
#define DIALOG_STYLE_TABLIST_HEADERS 5
Only this left now

Код:
C:\Users\Desktop\SERVER\yads.pwn(241) : error 017: undefined symbol "DIALOG_STYLE_TABLIST"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#7

same define that
Reply
#8

Compiled .
Thank you guys!
Reply
#9

That's not the right way to fix it,you should update all server files to the latest version
Reply
#10

if the files are the latest version it should work but if not try this

PHP код:

#if defined DIALOG_STYLE_TABLIST
#else
    #define DIALOG_STYLE_TABLIST
#endif

#if defined DIALOG_STYLE_TABLIST_HEADERS
#else
    #define DIALOG_STYLE_TABLIST_HEADERS
#endif 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)