0 Members and 2 Guests are viewing this topic.
hm cant i just give my game out with a dll? so they dont need to install the vc runtimee: isnt it msvcp60.dll?
you can do a static linkgoogle says you can do this with Properties | Configuration | C/C++ | Code Generation | Runtime Library. but I don't know if it's really there and I have no visual studio on this pc
No, because you need to use the same CRT option as SFML (and generally all libraries you're using), and SFML uses dynamic link.
That's why I compiled them myself with a static link on windows.