Thanks for the link, seems quite a lot has changed since I last built SFML about 12 months ago! I have added all .lib files necessary, and now down to 8 errors....so what is missing?!
Error 5 error LNK2019: unresolved external symbol __imp__SwapBuffers@4 referenced in function "public: virtual void __thiscall sf::priv::WglContext::display(void)" (?display@WglContext@priv@sf@@UAEXXZ) C:\Projects\game3\sfml-window-s-d.lib(WglContext.obj)
Error 4 error LNK2019: unresolved external symbol __imp__SetPixelFormat@12 referenced in function "private: void __thiscall sf::priv::WglContext::createContext(class sf::priv::WglContext *,unsigned int,struct sf::ContextSettings const &)"
(?createContext@WglContext@priv@sf@@AAEXPAV123@IABUContextSettings@3@@Z) C:\Projects\game\sfml-window-s-d.lib(WglContext.obj)
Error 8 error LNK2019: unresolved external symbol __imp__RegQueryValueExW@24 referenced in function "class sf::String __cdecl `anonymous namespace'::getDeviceName(unsigned int,struct tagJOYCAPSW)" (?getDeviceName@?A0x53009e8c@@YA?AVString@sf@@IUtagJOYCAPSW@@@Z) C:\Projects\game\sfml-window-s-d.lib(JoystickImpl.obj)
Error 7 error LNK2019: unresolved external symbol __imp__RegOpenKeyExW@20 referenced in function "class sf::String __cdecl `anonymous namespace'::getDeviceName(unsigned int,struct tagJOYCAPSW)" (?getDeviceName@?A0x53009e8c@@YA?AVString@sf@@IUtagJOYCAPSW@@@Z) C:\Projects\game\sfml-window-s-d.lib(JoystickImpl.obj)
Error 6 error LNK2019: unresolved external symbol __imp__RegCloseKey@4 referenced in function "class sf::String __cdecl `anonymous namespace'::getDeviceName(unsigned int,struct tagJOYCAPSW)" (?getDeviceName@?A0x53009e8c@@YA?AVString@sf@@IUtagJOYCAPSW@@@Z) C:\Projects\game\sfml-window-s-d.lib(JoystickImpl.obj)
Error 3 error LNK2019: unresolved external symbol __imp__DescribePixelFormat@16 referenced in function "private: void __thiscall sf::priv::WglContext::createContext(class sf::priv::WglContext *,unsigned int,struct sf::ContextSettings const &)" (?createContext@WglContext@priv@sf@@AAEXPAV123@IABUContextSettings@3@@Z) C:\Projects\game\sfml-window-s-d.lib(WglContext.obj)
Error 2 error LNK2019: unresolved external symbol __imp__ChoosePixelFormat@8 referenced in function "private: void __thiscall sf::priv::WglContext::createContext(class sf::priv::WglContext *,unsigned int,struct sf::ContextSettings const &)" (?createContext@WglContext@priv@sf@@AAEXPAV123@IABUContextSettings@3@@Z) C:\Projects\game\sfml-window-s-d.lib(WglContext.obj)
Here's all my .lib files:
C:\SFML\SFML21_031014\extlibs\libs-msvc\x86\freetype.lib
C:\SFML\SFML21_031014\extlibs\libs-msvc\x86\glew.lib
C:\SFML\SFML21_031014\extlibs\libs-msvc\x86\jpeg.lib
C:\SFML\SFML21_031014\extlibs\libs-msvc\x86\openal32.lib
C:\SFML\SFML21_031014\extlibs\libs-msvc\x86\sndfile.lib
C:\SFML\SFML21_031014\lib\debug\sfml-graphics-s-d.lib
C:\SFML\SFML21_031014\lib\debug\sfml-window-s-d.lib
C:\SFML\SFML21_031014\lib\debug\sfml-system-s-d.lib
C:\SFML\SFML21_031014\lib\debug\sfml-audio-s-d.lib
C:\SFML\SFML21_031014\lib\debug\sfml-main-d.lib
C:\SFML\SFML21_031014\lib\debug\sfml-network-s-d.lib
winmm.lib
opengl32.lib
ws2_32.lib
Kernel32.lib
User32.lib
kernel32.lib
user32.lib
gdi32.lib
winspool.lib
comdlg32.lib
advapi32.lib
shell32.lib
ole32.lib
oleaut32.lib
uuid.lib
odbc32.lib
odbccp32.lib
Thanks again