AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Coding MM:S Plugins & SM Extensions (https://forums.alliedmods.net/forumdisplay.php?f=75)
-   -   Unable to compile MM sample plugin (https://forums.alliedmods.net/showthread.php?t=285796)

SM9 07-31-2016 12:54

Unable to compile MM sample plugin
 
Hello, I have setup everything with Visual Studio 2015 but for some reason I am unable to compile the example plugin as seen here:
http://puu.sh/qkTWM/6de13b2994.png

I used the following tutorial: http://www.mrwaggel.be/post/writing-...ver-c-plugins/

Any help is much appreciated,

Thanks.

waggel 07-31-2016 13:24

Re: Unable to compile MM sample plugin
 
Right click on your project "sample mm" -> Under "Configuration Properties" -> General -> Platform Toolset select v120 or v120_xp it comes with VS2013 (Which you'll need to download).

WildCard65 07-31-2016 13:40

Re: Unable to compile MM sample plugin
 
Your not linking hl2sdk-csgo's tier1.lib to the project.
Edit link settings so VS links your project against %HL2SDKCSGO%/lib/public/tier1.lib

kadet.89 08-02-2016 05:05

Re: Unable to compile MM sample plugin
 
AfaIk vs2015 compiler it's not binary compatible with the versions Valve uses, you will have to build everything statically, or move to vs2013


All times are GMT -4. The time now is 19:52.

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