when I compile PropertySheet Dialog resource file, I got this error:
Error RC2135 file not found: 0 PropertySheet C:\Demo\PropertySheet\PropertySheet\Prop.rc 97
- RC2135 file not found error
- Error RC 2135 file not found
- RC2135 file not found after edit resource.
- compile error 1>ReClassEx.rc(1): error RC2135: file not found: Visual #53
- Resource Compiler Error RC2104
- error RC2247: Symbol name too long (winnt.h)
- VS2008 resource view crashes with RC2247 when prsht.h included as a resource include.
- RC2247 : Cannot open Rc file : Resource explorer cannot load resource ; Load failed
- VS2008 resource view crashes with RC2247 when prsht.h included as a resource include.
- error RC2247: Symbol name too long (winnt.h)
- Resource Compiler error RC2247 SYMBOL name too long
- Migrating old project to VS2008 - resource file errors
- Upgraded to Visual Studio 2010
- windows - RC2247 : Cannot open Rc file : Resource explorer cannot load resource ; Load failed -
- 【Visual Studio】【两种方法解决】error rc2247: SYMBOL name too long
- 汉字的Unicode范围
- 打开rc文件时出现“SYMBOL name too long”错误
- [Windows] VS打开资源文件(.rc)时显示 error RC2247 : SYMBOL name too long
- EU-can-code
- error RC2247 : SYMBOL name too long[ZHUAN]
Error RC2104: undefined keyword or key name: LISTBOX1 PropertySheet C:\Demo\PropertySheet\PropertySheet\Prop.rc 107
error RC2247: Symbol name too long (winnt.h)
my case is : I should have LISTBOX in .rc definition file, but I put LISTBOX1 instead.
this trick worth a further look:
#define apstudio_hidden_symbols
#include "windows.h"
#include "prsht.h"
#undef apstudio_hidden_symbols
No comments:
Post a Comment