I'm a user of msvc2008. Recently I found a project from net which is off type .cbproj. I googled it to find the project and ide type but unable to find the answer. I think its C++ Builder project file. Am I right ?.. And how can I convert it to .vcproj..
I've never heard of anything that automatically converts a C++ builder project into a MSVC project so I think you have to do it manually. It shouldn't be that hard creating a new project and adding the files but I wouldn't expect the result to compile/link. Most likely the code contains a lot of Borland specific stuff that has to replaced.
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
- Brian W. Kernighan
Bookmarks