Windows Install Microsoft Visual Studio C++ (2012 or newer, the Express version also works) and the MySQL C Connector (32-bit) Install the boost libraries (version 1.55 or higher) Open the solution file with Visual Studio -> right click on the project -> Properties -> VC++ Directories, use Release as configuration and adjust the paths to the previously installed libraries Build the solution with Release as configuration |
SA-MP Dedicated Server ---------------------- v0.3z, ©2005-2014 SA-MP Team [12:00:25] filterscripts = "" (string) [12:00:25] [12:00:25] Server Plugins [12:00:25] -------------- [12:00:25] Loading plugin: mysql [12:00:30] Failed. [12:00:30] Loading plugin: nativechecker [12:00:30] Loaded. [12:00:30] Loaded 1 plugins. [12:00:30] [12:00:30] Ban list [12:00:30] -------- [12:00:30] Loaded: samp.ban [12:00:30] [12:00:30] [12:00:30] Filterscripts [12:00:30] --------------- [12:00:30] Loaded 0 filterscripts. [12:00:30] Error: Function not registered: 'mysql_connect' [12:00:30] Error: Function not registered: 'mysql_format' [12:00:30] Error: Function not registered: 'mysql_query' [12:00:30] Error: Function not registered: 'cache_get_row_count' [12:00:30] Error: Function not registered: 'cache_delete' [12:00:30] Error: Function not registered: 'cache_get_field_content_int' [12:00:30] Script[gamemodes/TimmehRP.amx]: Run time error 19: "File or function is not found" [12:00:30] Number of vehicle models: 0
The procedure entry point _crtCreateSymbolicLinkW could not be located in the dynamic link library C:\\Windows\SYSTEM32\MSVCP110.dll. |
I know how Visual Studio works (C# programmer), however what solution file are they talking about? I've downloaded all the files.
|
A solution file (.sln) is the file that contains information about your project or alike; which I'm sure you'd know if you actually were a C# programmer & knew how to Visual Studio works as you're implying you are/do.
|
what solution file are they talking about? |
Still, why are you trying to compile the plugin yourself if there are precompiled binaries? https://github.com/pBlueG/SA-MP-MySQL/releases
|