mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-21 14:46:20 +08:00
Fix GacUI_HelloWorlds (NOT READY)
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
#define GAC_HEADER_USE_NAMESPACE
|
||||
#include <GacUIReflection.h>
|
||||
#include <Windows.h>
|
||||
|
||||
using namespace vl::collections;
|
||||
using namespace vl::stream;
|
||||
using namespace vl::reflection::description;
|
||||
|
||||
int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int CmdShow)
|
||||
{
|
||||
return SetupWindowsDirect2DRenderer();
|
||||
}
|
||||
|
||||
void GuiMain()
|
||||
{
|
||||
{
|
||||
|
||||
@@ -1 +1 @@
|
||||
..\..\..\..\Tools\GacGen.exe Resource.xml
|
||||
%~dp0..\..\..\..\Tools\GacGen32.exe Resource.xml
|
||||
Reference in New Issue
Block a user