include not work linking?
#1

So i make include to my gamemode
pawn Код:
// filename gamemode.pwn
#include "liba/file.pwn"
when i include liba/file.pwn libb/ which in liba

directory tree
Код:
gamemodedir
|---liba
    |---libb
code is like:
pawn Код:
// filename liba/file.pwn
#include "libb/custom.pwn"
I will get in compiler respond:
liba/file.pwn(16) : fatal error 100: cannot read from file: "libb/custom.pwn"
Reply


Messages In This Thread
include not work linking? - by whitedragon - 27.11.2011, 18:44
Re: include not work linking? - by Scenario - 27.11.2011, 19:02
Re: include not work linking? - by Nodroz - 27.11.2011, 19:12
Re: include not work linking? - by whitedragon - 27.11.2011, 19:16
Re: include not work linking? - by Nodroz - 27.11.2011, 19:18
Re: include not work linking? - by whitedragon - 27.11.2011, 19:23
Re: include not work linking? - by Scenario - 27.11.2011, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)