Having problems doing so.
I used the TestConvert program recommended to convert the VSProj files from 2005 to 2003, that program works fine.
The problem Im having is linking. I was able to get the system lib compiled and linked, but after that trying both the window and graphic libs, I get the following link error (this one from the window lib compilation)
Any ideas?
------ Rebuild All started: Project: sfml-window, Configuration: Debug DLL Win32 ------
Deleting intermediate files and output files for project 'sfml-window', configuration 'Debug DLL|Win32'.
Compiling...
WindowImpl.cpp
c:\SFML-1.2\src\SFML\Window\Win32\WindowImplWin32.hpp(219) : warning C4511: 'sf::priv::WindowImplWin32' : copy constructor could not be generated
c:\SFML-1.2\src\SFML\Window\Win32\WindowImplWin32.hpp(45) : see declaration of 'sf::priv::WindowImplWin32'
c:\SFML-1.2\src\SFML\Window\Win32\WindowImplWin32.hpp(219) : warning C4512: 'sf::priv::WindowImplWin32' : assignment operator could not be generated
c:\SFML-1.2\src\SFML\Window\Win32\WindowImplWin32.hpp(45) : see declaration of 'sf::priv::WindowImplWin32'
Window.cpp
VideoMode.cpp
OpenGLCaps.cpp
Input.cpp
VideoModeSupport.cpp
Generating Code...
Compiling...
glew.c
Compiling...
WindowImplWin32.cpp
Joystick.cpp
Generating Code...
Linking...
Creating library C:\SFML-1.2\vc2005\..\lib\vc2005\dynamic\sfml-window-d.lib and object C:\SFML-1.2\vc2005\..\lib\vc2005\dynamic\sfml-window-d.exp
Window.obj : error LNK2019: unresolved external symbol "public: __thiscall sf::Clock::Clock(void)" (??0Clock@sf@@QAE@XZ) referenced in function "public: __thiscall sf::Window::Window(void)" (??0Window@sf@@QAE@XZ)
Window.obj : error LNK2019: unresolved external symbol "public: void __thiscall sf::Clock::Reset(void)" (?Reset@Clock@sf@@QAEXXZ) referenced in function "public: void __thiscall sf::Window::Display(void)" (?Display@Window@sf@@QAEXXZ)
Window.obj : error LNK2019: unresolved external symbol "void __cdecl sf::Sleep(float)" (?Sleep@sf@@YAXM@Z) referenced in function "public: void __thiscall sf::Window::Display(void)" (?Display@Window@sf@@QAEXXZ)
Window.obj : error LNK2019: unresolved external symbol "public: float __thiscall sf::Clock::GetElapsedTime(void)const " (?GetElapsedTime@Clock@sf@@QBEMXZ) referenced in function "public: void __thiscall sf::Window::Display(void)" (?Display@Window@sf@@QAEXXZ)
C:\SFML-1.2\vc2005\..\lib\vc2005\dynamic\sfml-window-d.dll : fatal error LNK1120: 4 unresolved externals
Build log was saved at "file://C:\SFML-1.2\Temp\sfml-window\Debug DLL\BuildLog.htm"
sfml-window - 5 error(s), 2 warning(s)
---------------------- Done ----------------------
Rebuild All: 0 succeeded, 1 failed, 0 skipped