12.12.2013, 18:36
Hello all. Sorry for my bad english. But i'll try to speak it. 
Today i was starting development my gamemode on sampgdk. My OS is Windows. I tried to build my project in two IDEs: Visual Studio and Code::blocks. I added sampgdk_s.lib into additional dependencies. Tried to link and got this errors:
In code::blocks i added library to linker options like on linux and got same errors.
Please, help me.
I'm sure that trouble in library because on linux i have no any problems. Thanks for reading.

Today i was starting development my gamemode on sampgdk. My OS is Windows. I tried to build my project in two IDEs: Visual Studio and Code::blocks. I added sampgdk_s.lib into additional dependencies. Tried to link and got this errors:
Код:
1>main.obj : error LNK2019: ссылка на неразрешенный внешний символ __imp__sampgdk_init_plugin в функции "public: int __thiscall Plugin::Load(void * *)" (?Load@Plugin@@QAEHPAPAX@Z) 1>main.obj : error LNK2019: ссылка на неразрешенный внешний символ __imp__sampgdk_cleanup_plugin в функции "public: int __thiscall Plugin::Unload(void)" (?Unload@Plugin@@QAEHXZ) 1>main.obj : error LNK2019: ссылка на неразрешенный внешний символ __imp__sampgdk_process_plugin_timers в функции "public: void __thiscall Plugin::ProcessTimers(void)" (?ProcessTimers@Plugin@@QAEXXZ) 1>main.obj : error LNK2019: ссылка на неразрешенный внешний символ __imp__sampgdk_get_plugin_handle в функции "public: __thiscall ThisPlugin::ThisPlugin(void)" (??0ThisPlugin@@QAE@XZ) 1>HMPlayer.obj : error LNK2019: ссылка на неразрешенный внешний символ __imp__sampgdk_ShowPlayerDialog в функции "bool __cdecl ShowPlayerDialog(int,int,int,char const *,char const *,char const *,char const *)" (?ShowPlayerDialog@@YA_NHHHPBD000@Z) 1>C:\Users\Bupyc\Desktop\ModC++\Debug\TesT.dll : fatal error LNK1120: 5 неразрешенных внешних элементов
Please, help me.
I'm sure that trouble in library because on linux i have no any problems. Thanks for reading.