Visual studio 2013 res文件与rc文件相同吗?

Visual studio 2013 res文件与rc文件相同吗?,visual-studio-2013,Visual Studio 2013,我正在查看一个资源文件属性对话框,我注意到它使用了.res作为want-it命令行字符串,特别是在本节中 资源文件名|$IntDir%Filename.res 所以我很困惑。res文件是rc文件的编译输出吗 我使用的是VS2013 Express Ed。看到这个了吗 1)Create a resource-definition script (.rc file) that describes the resources used by your application. 2)Co

我正在查看一个资源文件属性对话框,我注意到它使用了.res作为want-it命令行字符串,特别是在本节中

资源文件名|$IntDir%Filename.res

所以我很困惑。res文件是rc文件的编译输出吗

我使用的是VS2013 Express Ed。

看到这个了吗

    1)Create a resource-definition script (.rc file) that describes the resources used by your application.
    2)Compile the script with RC. For more information, see `http://msdn.microsoft.com/en-us/library/windows/desktop/aa381055(v=vs.85).aspx.`
    3)Link the compiled resource (.res) file into the application's executable file with your linker.

i.e After compilation using rc you will get .res file.
欲了解更多信息,请访问

希望对您有所帮助。

看到了吗

    1)Create a resource-definition script (.rc file) that describes the resources used by your application.
    2)Compile the script with RC. For more information, see `http://msdn.microsoft.com/en-us/library/windows/desktop/aa381055(v=vs.85).aspx.`
    3)Link the compiled resource (.res) file into the application's executable file with your linker.

i.e After compilation using rc you will get .res file.
欲了解更多信息,请访问


希望对您有所帮助。

谢谢,这确实有帮助。谢谢,这确实有帮助。