Update Release

This commit is contained in:
Zihan Chen
2017-03-12 00:41:48 -08:00
parent 866f782311
commit 7c7508c07d
6 changed files with 12 additions and 6 deletions
@@ -127,11 +127,11 @@ namespace vl
}
void SetSelectedCategory(::vl::Ptr<::demo::ICategory> __vwsn_value_) override
{
INVOKE_INTERFACE_PROXY(SetSelectedCategory, <value>);
INVOKE_INTERFACE_PROXY(SetSelectedCategory, __vwsn_value_);
}
void SetSelectedContact(::vl::Ptr<::demo::IContact> __vwsn_value_) override
{
INVOKE_INTERFACE_PROXY(SetSelectedContact, <value>);
INVOKE_INTERFACE_PROXY(SetSelectedContact, __vwsn_value_);
}
END_INTERFACE_PROXY(::demo::IViewModel)
#endif
+1 -2
View File
@@ -13,9 +13,8 @@ int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
void GuiMain()
{
{
List<WString> errors;
FileStream fileStream(L"../UIRes/CppXml.bin", FileStream::ReadOnly);
auto resource = GuiResource::LoadPrecompiledBinary(fileStream, errors);
auto resource = GuiResource::LoadPrecompiledBinary(fileStream);
GetResourceManager()->SetResource(L"Resource", resource);
}
helloworld::MainWindow window;
Binary file not shown.