-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe.txt
41 lines (26 loc) · 1.5 KB
/
ReadMe.txt
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
========================================================================
Windows CE APPLICATION : tinybrowser
========================================================================
Ported by Tsubasa Kato 2017
Friendly Note:
ws2.lib (Winsocket 2 for Windows CE) is at C:\Program Files (x86)\Windows CE Tools\wce400\STANDARDSDK\Lib\Armv4
& winsock2.h is also needed and is available here: C:\Program Files (x86)\Windows CE Tools\wce400\STANDARDSDK\Include\Armv4
AppWizard has created this tinybrowser application for you.
This file contains a summary of what you will find in each of the files that
make up your tinybrowser application.
tinybrowser.cpp
This is the main application source file.
tinybrowser.vcp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.vcp) file, but they should export the makefiles locally.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named tinybrowser.pch and a precompiled types file named StdAfx.obj.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
/////////////////////////////////////////////////////////////////////////////