29.03.2013, 15:17
It means your plugin doesn't export one of the functions that the SA-MP server expects be exported, such as Supports() or Load(). AFAIK, Unload() is not mandatory, AmxLoad() and AmxUnload() are needed if you return the SUPPORTS_AMX_NATIVES flag in Supports(), and ProcessTick() is required if you return SUPPORTS_PROCESS_TICK.
You don't have to use CMake.
Quote:
What does the 'Plugin does not conform to architecture.' error message mean? What did I leave out?
Edit: This is utterly embarassing. I thought I didn't even need to read the CMake stuff since I just wanted to create a quick test, but no. I've read that this error is caused by not having a .def file for your project, trying cmake now |