我收到了这些链接器错误
cocos2d::CCLayer::ccTouchesBegan(cocos2d::CCSet*, cocos2d::CCEvent*)", referenced from:
vtable for Splash in Splash.o
"non-virtual thunk to cocos2d::CCLayer::ccTouchesBegan(cocos2d::CCSet*,
cocos2d::CCEvent*)", referenced from:
vtable for Splash in Splash.o
"coc
我将用户配置文件保存在DynamoDB中,并使用属性将.net类型转换为dynamo条目
这是我正在使用的一个转换器:
public class DictRoomClassHouseInfoConverter : IPropertyConverter
{
...
public DynamoDBEntry ToEntry(object value)
{
var dictionary = value as Dictionary<RoomClass, HouseInfo>;
if (dictionary == null)