Raised This Month: $32 Target: $400
 8% 

Solved Extension entry point


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
PastyBully
Junior Member
Join Date: Dec 2016
Old 11-15-2018 , 07:28   Extension entry point
Reply With Quote #1

Hello everybody,

I develop an extension, but when I put my extension on my server in the "extension" directory. It display an error "Unable to find extension entry point". So I searched on the internet, but I didn't found anything. So I would like to know what is an entry point of an extension.

Sorry for my english

PastyBully

Last edited by asherkin; 11-15-2018 at 08:44. Reason: Restore to previous version.
PastyBully is offline
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
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:56.


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