-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoawpp.h
42 lines (37 loc) · 1.05 KB
/
oawpp.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#ifndef _VRE_APP_WIZARDTEMPLATE_
#define _VRE_APP_WIZARDTEMPLATE_
#include "vmio.h"
#include "vmgraph.h"
#include "vmstdlib.h"
#include <string.h>
#include "vmchset.h"
#include "vmmm.h"
#include "vmpromng.h"
//#include "vmvideo.h"
//#include "vmcamera.h"
#include "stdint.h"
#include "vmsys.h"
//#include "vmeditor.h"
#include <time.h>
//#include "vmsim.h"
#include <stdio.h>
#include <wchar.h>
//#include <tchar.h>
#include <stdlib.h>
#include "vmtimer.h"
#include "vmappcomm.h"
#include "vmsm.h"
#include "vmso.h"
VMINT layer_hdl[1]; ////layer handle array.
void handle_sysevt(VMINT message, VMINT param);
void checkFileExist(void);
void save_text(VMINT state, VMWSTR text);
VMINT file(VMWCHAR *FILE_PATH, VMINT wlen);
VMINT file1(VMWCHAR *FILE_PATH, VMINT wlen);
void create_auto_filename(VMWSTR text);
void create_auto_full_path_name(VMWSTR result, VMWSTR fname);
void create_app_txt_filename(VMWSTR text);
void read_file_to_input(VMWSTR path);
void timer(int a);
void create_app_new_path(VMWSTR text, VMSTR My_vxp);
#endif