Re: Question from begginer
Quote:
Originally Posted by
Lindley
Personally, I would have just linked the runtime statically: Project properties -> C/C++ -> Code Generation -> Runtime Library, set it on one that doesn't say "DLL".
Hey, if there were no you I would probably never figure that out. I knew for this option, and i chose the first one that doesen't say "DLL". Then my compiler which shows errors before I compile program told me there are errors. And so I choosed other one without "DLL" and errors were still there, I could see them so I thought it won't work, didn't even press "debug".
Now when I read this I tried (dunno why) with this once again and IT WORKED! After debuging errors just dissapered (that's maybe a little bug from my compiler) after chosing different Runtime Library.
Thanks =)