Neato, how might i change that setting in my compiler?
(sorry for bombarding you with questions, :P)
I've always had an issue with getting my programs to run on other computers, there was a setting uncer c++ -> Code generation, /MT i think, that supposedly allowed my exe's to run on different comps, d'you know if that's correct?
Neato, how might i change that setting in my compiler?
It depends on the library you're working with. Some libraries (like SFML) come with static and dynamic .lib files, so if you want static linking, just link to the static .lib.
If you're talking about VS's runtime library, then I'm not entirely sure. I think that Code generation option you mentioned might be it. I know there's some that's "Multi Threaded" and "Multi Threaded DLL". If I had to bet I'd say that the ones that say "DLL" are the dynamic links, and the ones that don't are the static links.
Are you talking about World Of Warcraft ?
man if yes, i really dont see the need of your file. For what you are trying to do i used .sql files with HeidiSQL.
Yeah, so now I''ve uninstalled VC2010 and installed it again to be sure that everything from before was deleted. I also deleted and downloaded SFML again.
So just to be sure this time that I do everything right from the start I'm asking you this: There are .dll files in my "lib" folder. Am I supposed to copy them too or am I only supposed to copy the .lib files?