[Stk] Noob with linking errors - Visual Studio 2005 Standard Edition

malik martin laserbeak43 at gmail.com
Sun, 11 Nov 2007 18:24:59 -0500


Hi, i'm using Visual Studio 2005 Standard Edition and i'm getting
linking errors with DX or ASIO. what i did was i started a new project
and then added an empty C++ file and basically wrote the code for the
noise tutorial. then i added winmm.lib and the other two libs and
added to compiler directives as instructed in the readme. i also just
drag and droped the include and src directories into my project. after
setting them up in my global c++ directories.

i went throught the archives all the way back to 2002. i saw people
with similar problems but not really the same or no reply.(you think a
search feature could be added to the archive?)

multithreaded debug
winmm.lib dound.lib Wsock32.lib
__WINDOWS_DS__; __LITTLE_ENDIAN__ ;__WINDOWS_MM__

hmm for some reason now i get these errors(after adding the files to
the project)
Error	1	error C2664: 'CharLowerBuffW' : cannot convert parameter 1
from 'char *' to 'LPWSTR'
Error	2	error C2664: 'RegOpenKeyW' : cannot convert parameter 2 from
'const char [6]' to 'LPCWSTR'


and they all are about hte same conversion.

any ideas?