[AD] 4.9.4 build on MSVC8(2005) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: [AD] 4.9.4 build on MSVC8(2005)
- From: AJ <aj@xxxxxxxxxx>
- Date: Thu, 11 Sep 2008 19:26:58 +1000
MSVC8, CMake 2.6.1
so far, following the build instructions, im in the IDE, and i can hit
compile.
its failing to find DirectX files, so i typically add them to the
project settings, in Project Settings > C/C++ > General > Additional
Include Directories.
however adding it to the plethora of projects is far too tedios, is
there a way to set this pre-cmake so its set for all projects ?
_____________________________
directX SDK is aug07.
link errors:
Linking...
allegro.def : error LNK2001: unresolved external symbol al_d3d_get_device
allegro.def : error LNK2001: unresolved external symbol al_d3d_get_hwnd
allegro.def : error LNK2001: unresolved external symbol
al_d3d_get_system_texture
allegro.def : error LNK2001: unresolved external symbol
al_d3d_get_video_texture
allegro.def : error LNK2001: unresolved external symbol
al_d3d_supports_non_pow2_textures
allegro.def : error LNK2001: unresolved external symbol
al_d3d_supports_non_square_textures
\c\librarys\allegro\allegro4.9.4\allegro_msvc8\lib\Debug\alleg-4.9.4.lib
: fatal error LNK1120: 6 unresolved externals
_____________
more compiler warnings:
.\src\win\wnewsys.c(205) : warning C4013: '_al_display_d3d_driver'
undefined; assuming extern returning int
.\src\win\wnewsys.c(205) : warning C4047: 'return' :
'ALLEGRO_DISPLAY_INTERFACE *' differs in levels of indirection from 'int'