Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/03/2015, 00:58
romeo711
 
Fecha de Ingreso: marzo-2015
Mensajes: 1
Antigüedad: 9 años, 1 mes
Puntos: 0
GeSHi copilar dll

hola estoy tratando de copilar lo siguiente

http://pastebin.com/E3rJTW9Z

al terminar me sale un error

Compiling project changes...
--------
- Project Filename: C:\Users\Intrepido\Documents\Proyecto 1.dev
- Compiler Name: TDM-GCC 4.8.1 64-bit Profiling

Building makefile...
--------
- Filename: C:\Users\Intrepido\Documents\Makefile.win

Processing makefile...
--------
- Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe
- Command: mingw32-make.exe -f "C:\Users\Intrepido\Documents\Makefile.win" all

g++.exe -shared dllmain.o -o "Proyecto 1.dll" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc "../../../Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/bin/ld.exe" -pg -Wl,--output-def,"libProyecto 1.def",--out-implib,"libProyecto 1.a",--add-stdcall-alias

c:/program files (x86)/dev-cpp/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.1/../../../../x86_64-w64-mingw32/bin/ld.exe: i386 architecture of input file `../../../Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/bin/ld.exe' is incompatible with i386:x86-64 output
dllmain.o:dllmain.cpp:(.text+0x7bf): undefined reference to `D3DXMatrixTranspose'
dllmain.o:dllmain.cpp:(.text+0x7cf): undefined reference to `D3DXMatrixTranspose'
dllmain.o:dllmain.cpp:(.text+0x80b): undefined reference to `D3DXVec3Project'
dllmain.o:dllmain.cpp:(.text+0x11cf): undefined reference to `Direct3DCreate9'
dllmain.o:dllmain.cpp:(.text+0x131a): undefined reference to `DetourFunction'
dllmain.o:dllmain.cpp:(.text+0x1341): undefined reference to `DetourFunction'
dllmain.o:dllmain.cpp:(.text+0x1368): undefined reference to `DetourFunction'
dllmain.o:dllmain.cpp:(.text+0x138f): undefined reference to `DetourFunction'
c:/program files (x86)/dev-cpp/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.1/../../../../x86_64-w64-mingw32/bin/ld.exe: dllmain.o: bad reloc address 0x1 in section `.text$_ZnwyPv[_ZnwyPv]'
collect2.exe: error: ld returned 1 exit status

C:\Users\Intrepido\Documents\Makefile.win:27: recipe for target '"Proyecto' failed
mingw32-make.exe: *** ["Proyecto] Error 1


Compilation results...
--------
- Errors: 1
- Warnings: 0
- Compilation Time: 0,33s


e tratado de buscar la solución en todos lados sin lograr conseguir algo efectivo que me solucione el problema desde ya agradezco su ayuda, cabe mencionar que no soy experto en programación encontré el proyecto en una web y al parecer soy el único que no puede compilarlo XD gracias