hi,all
I follow this thread
http://www.glest.org/glest_board/viewtopic.php?t=3271and build glest-source-3.1.2 in both debug and release mode.
The difference is that i append xerces-c_static_2.lib to 'Linker -> Input -> Additional Dependencies ' becuase of some link errors.
Now, my Additional Dependencies are
dsound.lib
dxguid.lib
ogg_static.lib
vorbis_static.lib
vorbisfile_static.lib
xerces-c_2.lib
opengl32.lib
glu32.lib
wsock32.lib
libglest.lib
mmc.lib
libcmt.lib
xerces-c_static_2.lib
Then game.exe is generated.
I extract the data files to glest-source-3.1.2\ directory, and copy deps\bin\*.dll and game.exe to glest-source-3.1.2\.
But, when i run game.exe(both debug and release mode), it complains "Unknow sound factory :OpenAL".
Could anyone tell me why? and what can i do now?
Thanks.