From cc5c051a33c407e6959ab4148c33c46c744c0f5c Mon Sep 17 00:00:00 2001 From: snow flurry Date: Wed, 14 Feb 2024 06:22:03 +0000 Subject: [PATCH] Update ReadMe.txt Switch out the boilerplate VS2003 text with something explaining this application. git-svn-id: svn://vcs.sdm.2ki.xyz/Grabby/trunk@10 27729192-006e-004d-b9b5-06fbd0ef7001 --- ReadMe.txt | 63 +++++++++++++----------------------------------------- 1 file changed, 15 insertions(+), 48 deletions(-) diff --git a/ReadMe.txt b/ReadMe.txt index 0ea70af..a7aa9f9 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,53 +1,20 @@ -======================================================================== - WIN32 APPLICATION : Grabby Project Overview -======================================================================== +=================== + Grabby Overview +=================== -AppWizard has created this Grabby application for you. -This file contains a summary of what you will find in each of the files that -make up your Grabby application. +Grabby is (the working name of?) a screenshot utility that automatically +uploads screenshots taken to a remote server. This utility is intended +to be used with older Windows versions, but might work in more modern +versions. +Please note that this project is very much a work in progress, and is +missing functionality described above. Whatever functionality it has +currently is likely to have bugs. -Grabby.vcproj - This is the main project file for VC++ projects generated using an Application Wizard. - It contains information about the version of Visual C++ that generated the file, and - information about the platforms, configurations, and project features selected with the - Application Wizard. +============ + Building +============ -Grabby.cpp - This is the main application source file. +Grabby is being developed with Visual Studio 2003 with the February 2003 +Platform SDK. -///////////////////////////////////////////////////////////////////////////// -AppWizard has created the following resources: - -Grabby.rc - This is a listing of all of the Microsoft Windows resources that the - program uses. It includes the icons, bitmaps, and cursors that are stored - in the RES subdirectory. This file can be directly edited in Microsoft - Visual C++. - -Resource.h - This is the standard header file, which defines new resource IDs. - Microsoft Visual C++ reads and updates this file. -Grabby.ico - This is an icon file, which is used as the application's icon (32x32). - This icon is included by the main resource file Grabby.rc. - -small.ico - This is an icon file, which contains a smaller version (16x16) - of the application's icon. This icon is included by the main resource - file Grabby.rc. - -///////////////////////////////////////////////////////////////////////////// -Other standard files: - -StdAfx.h, StdAfx.cpp - These files are used to build a precompiled header (PCH) file - named Grabby.pch and a precompiled types file named StdAfx.obj. - -///////////////////////////////////////////////////////////////////////////// -Other notes: - -AppWizard uses "TODO:" comments to indicate parts of the source code you -should add to or customize. - -/////////////////////////////////////////////////////////////////////////////