views:

8

answers:

0

Hello I was wondering about converting between Dev C++ and MSVS projects.

I was specifically wondering about the rc files. Are they different formats. I have a project that was made in Dev C++ and I would like to open in in MSVS2010. The linker settings are all set up properly, but the RC file seems to not want to straight-out convert.

Maybe the problem is that I'm not familiar enough with RC files in MSVS (ie. I can't look at the file's contents and tell that it is an rc file created in Dev C++ or one created in MSVS).

Is there any guidelines on how to do this?

Thanks!

R