Si no tiene el DJGPP instalado, ni puede instalarlo, considere la opción de descargar el último WIP, localizado en la página web del WIP en sunsite .dk/allegro/wip .es .html, consiga la distribución binaria de Allegro. Este nuevo fichero Zip (all39xx_bin .zip) contiene varios archivos. Apenas descomprímalo en algún directorio de trabajo. A continuación lea el fichero de texto que fue descomprimido con él, explicará lo que necesita hacer para compilar los ejemplos, las herramientas, y las pruebas.
*** HOW TO INSTALL *** Because everything is already built, all you need to do is copy the files to the correct place. The "lib" and "include" files should be placed inside your compiler's directory. This is typically C:\Program Files\Microsoft Visual Studio\VC98. You'll know are looking at the right directory if it already contains a "lib" and "include" folder. The contents of the "bin" folder (three DLLs) should be placed somewhere in your system's PATH. Normally they are put in the C:\WINDOWS\SYSTEM32 folder.
--------------------Configuration: Text1 - Win32 Release--------------------Compiling...Text1.cppLinking...Text1.obj : error LNK2001: unresolved external symbol __imp__readkeyText1.obj : error LNK2001: unresolved external symbol __imp__textout_exText1.obj : error LNK2001: unresolved external symbol __imp___textmodeText1.obj : error LNK2001: unresolved external symbol __imp__makecolText1.obj : error LNK2001: unresolved external symbol __imp__text_lengthText1.obj : error LNK2001: unresolved external symbol __imp__fontText1.obj : error LNK2001: unresolved external symbol __imp__gfx_driverText1.obj : error LNK2001: unresolved external symbol __imp__clear_bitmapText1.obj : error LNK2001: unresolved external symbol __imp__screenText1.obj : error LNK2001: unresolved external symbol __imp__set_gfx_modeText1.obj : error LNK2001: unresolved external symbol __imp__set_color_depthText1.obj : error LNK2001: unresolved external symbol __imp__allegro_messageText1.obj : error LNK2001: unresolved external symbol __imp__allegro_exitText1.obj : error LNK2001: unresolved external symbol __imp__install_keyboardText1.obj : error LNK2001: unresolved external symbol __imp___install_allegro_version_checkText1.obj : error LNK2001: unresolved external symbol __imp___WinMainLIBC.lib(crt0.obj) : error LNK2001: unresolved external symbol _mainRelease/Text1.exe : fatal error LNK1120: 17 unresolved externalsError executing link.exe.Text1.exe - 18 error(s), 0 warning(s)
Eternal Idol tu sabes q hay q hacer exactamente para linkear esas librerias??