aui怎麼開發區塊鏈app
『壹』 aui如何封裝成app 生成app安裝包
可以使用第三方的打包平台工具,在線封裝打包;
『貳』 aui能開發wap嗎 csdn
**************************************************************
* Name: auidemoMain.cpp
* Purpose: Code for Application Frame
* Author: Yavobo ([email protected])
* Created: 2010-02-18
* Copyright: Yavobo (http://www.mymanager.com/)
* License:
**************************************************************/
#include "auidemoMain.h"
#include <wx/msgdlg.h>
#include <wx/textctrl.h>
#include <wx/grid.h>
#include "wx/aui/aui.h"
// Main propertygrid header.
#include <wx/propgrid/propgrid.h>
#include "treelistctrl.h"
// Needed for implementing custom properties.
#include <wx/propgrid/propdev.h>
// Extra property classes.
#include <wx/propgrid/advprops.h>
// This defines wxPropertyGridManager.
#include <wx/propgrid/manager.h>
// XRC-handler (note that the source portion has to be added separately in the project)
#include <wx/propgrid/xh_propgrid.h>
//(*InternalHeaders(auidemoFrame)
#include <wx/intl.h>
#include <wx/string.h>
//*)