summaryrefslogtreecommitdiff
path: root/winrt/README.txt
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-19 15:29:44 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-20 16:45:35 +0200
commit0a927854a10e1e6b9770a81e2e1d9f3093631757 (patch)
tree3d65d820d9fdba2d0d394d99c36290c851b78ca0 /winrt/README.txt
parent1ae8f19179c5f0f8c6352b3c7855465325d5449a (diff)
downloadmupdf-0a927854a10e1e6b9770a81e2e1d9f3093631757.tar.xz
Rearrange source files.
Diffstat (limited to 'winrt/README.txt')
-rw-r--r--winrt/README.txt39
1 files changed, 0 insertions, 39 deletions
diff --git a/winrt/README.txt b/winrt/README.txt
deleted file mode 100644
index 4beaefbf..00000000
--- a/winrt/README.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-This MSVC project needs the thirdparty sources to be in place.
-
-mupdf_cpp:
-
-This is the c++ viewer code, which creates and handles the UI.
-
-mupdfwinrt:
-
-This defines the WinRT interface to mupdf.
-There are two primary classes, mudocument and muctx.
-The viewer code should create a
-mudocument type and make use of the methods in
-this winRT class. The mupdocument class is a winRT
-class and the methods should be callable from
-C++, C#, Javascript etc.
-
-The muctx class interfaces to the mupdf API calls
-and pretty much uses standard c++ methods with
-the exception of the Windows types String and Point.
-
-mupdfwinrt lib is linked statically to the viewer
-code, but this could be set up as a DLL if desired.
-
-The libraries generated, libmupdf_winRT, libmupdf-nov8_winRT
-and libthridparty_winRT are essentially the same as those
-in the win32 project, however they are needed here for
-building with VS 2012 ARM target.
-
-Current Issues:
-
-Space/Tab needs to be reworked in files
-
-State needs to be saved during suspension
-
-Still needs additional error checking
-
-Needs progress bar during text search
-
-Help info needs to be populated