Sobeit source compiling error

mkv

Member
Joined
Mar 7, 2014
Messages
5
Reaction score
0
Hello guys,
i tried to compile the sobeit source
This one -> https://github.com/BlastHackNet/mod_s0beit_sa/releases/tag/1

but i got an error, that mod_sa.dll could not be started. There is no mod_sa.dll

Code:
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(1186,5): warning MSB8012: TargetPath(C:\Program Files (x86)\Rockstar Games\GTA - San Andreas\mod_s0beit_sa-1\src\\obj\Release\mod_sa.dll) does not match the Linker's OutputFile property value (C:\Program Files (x86)\Rockstar Games\GTA - San Andreas\mod_s0beit_sa-1\bin\d3d9.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(1188,5): warning MSB8012: TargetName(mod_sa) does not match the Linker's OutputFile property value (d3d9). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>     Bibliothek "C:\Program Files (x86)\Rockstar Games\GTA - San Andreas\mod_s0beit_sa-1\src\\obj\Release\mod_sa_proxy.lib" und Objekt "C:\Program Files (x86)\Rockstar Games\GTA - San Andreas\mod_s0beit_sa-1\src\\obj\Release\mod_sa_proxy.exp" werden erstellt.
1>  mod_sa_VS2010.vcxproj -> C:\Program Files (x86)\Rockstar Games\GTA - San Andreas\mod_s0beit_sa-1\src\\obj\Release\mod_sa.dll


Whats wrong?
 
Top