Hi
My app crashes when I run it on the target system, guess what it's the SideBySide MSVCRT and KERNEL32.
Most people will say, just install the MSVC Redistibutable stuff, problem is I have 7000 machines to deploy this on (no joke), so it's just impossible.
Therefore I must static link to the MS runtime libraries. This isn't normally a problem but for some reason it's not working.
So, are the SFML libraries linked against MSVCRT etc?
Thanks
Ed