BIG686 / mod-s0beit-sa

Automatically exported from code.google.com/p/mod-s0beit-sa
0 stars 0 forks source link

error in compilation #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i have this error generating the code 

1>  proxyIDirect3D9.cpp
1>  proxyIDirect3DDevice9.cpp
1>  Generating Code...
1>C:\Program 
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning 
MSB8012: TargetPath(C:\Users\Archipielago\Desktop\Nueva carpeta 
(2)\src\\obj\Release\mod_sa.dll) does not match the Linker's OutputFile 
property value (C:\Users\Archipielago\Desktop\Nueva carpeta (2)\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\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(992,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>     Creating library C:\Users\Archipielago\Desktop\Nueva carpeta 
(2)\src\\obj\Release\mod_sa_proxy.lib and object 
C:\Users\Archipielago\Desktop\Nueva carpeta 
(2)\src\\obj\Release\mod_sa_proxy.exp
1>samp.obj : error LNK2019: unresolved external symbol "public: void __thiscall 
RakClient::SendSCMEvent(int,int,int,int)" (?SendSCMEvent@RakClient@@QAEXHHHH@Z) 
referenced in function "void __cdecl sendSCMEvent(int,int,int,int)" 
(?sendSCMEvent@@YAXHHHH@Z)
1>samp.obj : error LNK2001: unresolved external symbol "class RakClient * 
g_RakClient" (?g_RakClient@@3PAVRakClient@@A)
1>proxyIDirect3DDevice9.obj : error LNK2001: unresolved external symbol "class 
RakClient * g_RakClient" (?g_RakClient@@3PAVRakClient@@A)
1>samp.obj : error LNK2019: unresolved external symbol "public: void __thiscall 
RakClient::SendPickUp(int)" (?SendPickUp@RakClient@@QAEXH@Z) referenced in 
function "void __cdecl cmd_pickup(char *)" (?cmd_pickup@@YAXPAD@Z)
1>samp.obj : error LNK2019: unresolved external symbol "public: void __thiscall 
RakClient::SendSpawn(void)" (?SendSpawn@RakClient@@QAEXXZ) referenced in 
function "void __cdecl cmd_setclass(char *)" (?cmd_setclass@@YAXPAD@Z)
1>samp.obj : error LNK2019: unresolved external symbol "public: void __thiscall 
RakClient::RequestClass(int)" (?RequestClass@RakClient@@QAEXH@Z) referenced in 
function "void __cdecl cmd_setclass(char *)" (?cmd_setclass@@YAXPAD@Z)
1>samp.obj : error LNK2019: unresolved external symbol "public: void __thiscall 
RakClient::SendDeath(unsigned short,unsigned char)" 
(?SendDeath@RakClient@@QAEXGE@Z) referenced in function "void __cdecl 
cmd_fakekill(char *)" (?cmd_fakekill@@YAXPAD@Z)
1>proxyIDirect3DDevice9.obj : error LNK2019: unresolved external symbol 
"public: __thiscall RakClient::RakClient(void *)" (??0RakClient@@QAE@PAX@Z) 
referenced in function "void __cdecl renderSAMP(void)" (?renderSAMP@@YAXXZ)
1>../bin/d3d9.dll : fatal error LNK1120: 7 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Original issue reported on code.google.com by jailbrea...@gmail.com on 3 Apr 2013 at 4:16

GoogleCodeExporter commented 8 years ago

Original comment by its.fyp on 24 Apr 2013 at 3:02