symbian 下的helix player源代码

源代码在线查看: rarender.rc

软件大小: 42019 K
上传用户: gggic
关键词: symbian player helix 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				#ifdef APSTUDIO_INVOKED
					#error this file is not editable by Microsoft Visual C++
				#endif //APSTUDIO_INVOKED
				
				
				/////////////////////////////////////////////////////////////////////////////
				// Add manually edited resources here...
				
				/////////////////////////////////////////////////////////////////////////////
				// Version stamp for this deliverable
				
				#ifdef WIN32
				#include       // Defines for 32bit windows version resources
				#else
				#include         // Defines for 16bit windows version resources
				#endif
				
				#include "hxver.h"        // Defines for standard Progressive Networks deliverables
				#include "rarender.ver"    // Defines for this deliverable created by GETFILES
				
				VS_VERSION_INFO         VERSIONINFO
				    FILEVERSION         TARVER_LIST_VERSION
				    PRODUCTVERSION      TARVER_LIST_VERSION
				    FILEFLAGSMASK       VS_FFI_FILEFLAGSMASK
				#ifdef _DEBUG
				    FILEFLAGS           VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
				#else
				    FILEFLAGS           0 // final version
				#endif
				
				    FILEOS              VER_FILEOS
				    FILETYPE            0   // not needed
				    FILESUBTYPE         0   // not needed
				
				BEGIN
				    BLOCK "StringFileInfo"
				    BEGIN
				        BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
				        BEGIN 
				            VALUE "FileDescription", "RealAudio Renderer plugin for RealMedia甛0"
				            VALUE "InternalName",    "RARENDER\0"
				            VALUE "OriginalFilename","RARENDER.DLL\0"
				            VALUE "ProductName",     "RealAudio Renderer plugin for RealMedia			

相关资源