You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pawn compiler 3.10.10 Copyright (c) 1997-2006, ITB CompuPhase
Modules/Worlds/Code.pwn(3) : error 021: symbol already defined: "_@yHOnDialogResponse@000"
Modules/Worlds/Code.pwn(3) : error 021: symbol already defined: "@yH_OnDialogResponse@000"
Modules/Worlds/Code.pwn(3) : error 021: symbol already defined: "@yH_OnDialogResponse@000"
Modules/Worlds/Code.pwn(3) : fatal error 107: too many error messages on one line
Compilation aborted.
I am developing a modular code that requires quite a few files, I wanted to simplify things further by using y_hooks since after reading the documentation I knew that was what I needed.
However I'm getting these errors, I've searched for information on some forums and in the y_hooks documentation, I've tried everything I can but this is the first time I've developed modular code of this style and used y_hooks on this scale, so I really don't know what I'm doing wrong.
I preferred to share this code where I replicate the problem so as not to extend myself so much talking.
I tried including y_hooks at the end of all Code.pwn files.
I tried including y_hooks only in the main file after including Codes.pwn.
I tried including y_hooks in Codes.pwn and in all Code.pwn files (at the end and at the beginning of the files)
I tried including y_hooks only in Codes.pwn (at the end and at the beginning of the file).
I think I also tried other ways of including y_hooks but it took me a few hours until I gave up and decided to turn to you guys... I hope you can help me solve the problem and I will appreciate if I can figure this out and learn more about y_hooks.
The text was updated successfully, but these errors were encountered:
I am developing a modular code that requires quite a few files, I wanted to simplify things further by using y_hooks since after reading the documentation I knew that was what I needed.
However I'm getting these errors, I've searched for information on some forums and in the y_hooks documentation, I've tried everything I can but this is the first time I've developed modular code of this style and used y_hooks on this scale, so I really don't know what I'm doing wrong.
I preferred to share this code where I replicate the problem so as not to extend myself so much talking.
gamemodes/GM.pwn
(Main file)gamemodes/Modules/Codes.pwn
gamemodes/Modules/Users/Code.pwn
gamemodes/Modules/Worlds/Code.pwn
Code.pwn
files.Codes.pwn
.Codes.pwn
and in allCode.pwn
files (at the end and at the beginning of the files)Codes.pwn
(at the end and at the beginning of the file).I think I also tried other ways of including y_hooks but it took me a few hours until I gave up and decided to turn to you guys... I hope you can help me solve the problem and I will appreciate if I can figure this out and learn more about y_hooks.
The text was updated successfully, but these errors were encountered: