Won't compile stringcvt missing
Brought to you by:
zaphodikus
When I press "Build" in Visual Studio 2008 I get 3 errors:
cannot open stringcvt.h
cannot open .\stringcvt.cpp
cannot open .\Debug\MemoryEditorList.sbr
Maybe I'm not compiling mylib right and that should produce the last file, but the two stringcvt.* files seem to be missing.
Thank you for getting back to me in a ticket, um that source file is not required to build the SVN main branch. It may have been at one point, I must have removed it and forgot to update either the solution or prj file. Just remove the file from the project, and then do a clean build. I'd like to be able to one day say this, but sometimes a clean build is not really clean, and you gotta do it again when you do something like change a dependency. I am working on a new laptop that has a clean checkout, and the file is not in my project, so I know it's no needed :-)