0
votes
1answer
236 views

Debugging heap corruption error in MS VC++ 2005

I am building an application whose output is libraries that end up being used by another client application. I recently discovered I was building my application in debug mode using /MDd for code ...
3
votes
3answers
3k views

fscanf / fscanf_s difference in behaviour

I'm puzzled by the following difference in behaviour: // suppose myfile.txt contains a single line with the single character 's' errno_t res; FILE* fp; char cmd[81]; res = ...
0
votes
1answer
1k views

StaticCRT(LIBCMT(D)) and DynamicCRT(MSVCRT(D)) conflict

I am developing a project which uses third party dlls and libraries. I want to build my project using static CRT (LIBCMTD) as I wish to run my application in "IBM purifier". However, the third party ...
0
votes
3answers
4k views

how to avoid lnk2005 error in visual studio

any body plzzzzzz help me to remove linker error 2005. I am vexed with these errors libcmtd.dll msvmrtd.dll some element(ex: _mkdir ) alredy defined like error.. ur support wil greatly help for me. ...