Quote:
Originally Posted by Tauphi
thanks a lot ... worked, too ... but now i get this error when i try to compile:
PHP Code:
1>extension.obj : error LNK2001: unresolved external symbol "class CBaseEntityList * g_pEntityList" (?g_pEntityList@@3PAVCBaseEntityList@@A)
1>fatal error LNK1120: 1 unresolved externals
do you know how to solve this?
|
Quote:
Originally Posted by Seta00
|
I am still unable to compile it. I tried to add all .lib files in my project. I tried it with the lib files from the default SDK, from the sourcemod SDKs.
added them in Project Properties -> Linker -> Input -> Additional Dependencies
and
Project Properties -> VC++ Directories -> Library Directories
Could you show me your VS link path configuration?
Or do I need a special .lib file or so which doesnt exist by default?
__________________