Thread: [Solved] Extension entry point
View Single Post
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 11-15-2018 , 10:42   Re: Extension entry point
Reply With Quote #2

https://github.com/alliedmodders/sou...onSys.cpp#L170
https://github.com/alliedmodders/sou...k_ext.cpp#L106
https://github.com/alliedmodders/sou...xtension.h#L40

Possible,
Code:
#include "smsdk_ext.h"
or

Code:
SMEXT_LINK(&g_Sample);
is missing.

Code:
/** 
 * @brief Exposes plugin's main interface.
 */
#define SMEXT_LINK(name) SDKExtension *g_pExtensionIface = name;
https://wiki.alliedmods.net/Writing_...Sample_Project
__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]
Dragokas is offline