AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Coding MM:S Plugins & SM Extensions (https://forums.alliedmods.net/forumdisplay.php?f=75)
-   -   problem with SMEXT_CONF_METAMOD (https://forums.alliedmods.net/showthread.php?t=281965)

mastah7991 04-25-2016 15:40

problem with SMEXT_CONF_METAMOD
 
Hi.

i have problem. i want write extesion for csgo and i want use SMEXT_CONF_METAMOD but when i uncomment line with SMEXT_CONF_METAMOD i have problem with run plugin.

my plugin current have only "SDK_OnLoad".

when i want run this plugin csgo version return me "_Z6ConMsgPKcz" <-- sm exts load test.ext.2.csgo
but when i want run for css version all is fine <-- sm exts load test.2.ext.2.css

sorry for my english :_:

asherkin 04-26-2016 15:11

Re: problem with SMEXT_CONF_METAMOD
 
This is a similar problem as your other thread - you're not linking the required libraries from the hl2sdk.
I suggest looking at your build configuration again or using the standard AMBuild files.

mastah7991 05-01-2016 10:46

Re: problem with SMEXT_CONF_METAMOD
 
i used standard ambuild files and ambuild script to compile cstrike extension and i have problem

[03] <FAILED> file "game.cstrike.ext.2.csgo.so": /.../extensions/game.cstrike.ext.2.csgo.so: undefined symbol: _Z6ConMsgPKcz

can you give me tips how to link libraries?


All times are GMT -4. The time now is 23:09.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.