wangchyz / duilib_googlecode

从google code备份过来,仅作存档
https://github.com/duilib/duilib
8 stars 10 forks source link

DuiDesigner 编译不过 #105

Open LostSpeed opened 9 years ago

LostSpeed commented 9 years ago

大神好 : DuiDesigner 编译不过, 用vs2010转换后编译报错. 以前编译GoogleCode上的DuiLib是可以的. 是后来没编译过这个库么? DuiLib::TRelativePosUI 的类新加进来的么? 是不是没有提交这个类?

//-------------------------------------------------------------------------------- Error 9 error C2039: 'TRelativePosUI' : is not a member of 'DuiLib' d:\prj\study\duilib\duidesigner\stdafx.h 200

双击后的报错语句: using DuiLib::TRelativePosUI;

//-------------------------------------------------------------------------------- Error 10 error C2873: 'TRelativePosUI' : symbol cannot be used in a using-declaration d:\prj\study\duilib\duidesigner\stdafx.h 200

双击后的报错语句: using DuiLib::TRelativePosUI;