Important
Links
I've collected
these links, because they are very important to Developer's
C++ Workshop. May they bring joy and glory.
Minimalist
GNU For Windows a.k.a. MinGW32
This is the build environment included in the Developer's
C++ Workshop release package. Well, I've made some minor
changes to the w32api
part, and that's it.
http://www.mingw.org/
Scintilla
An open source code edit control for GTK+
and (of cause) Mircrosft®Windows 32-bit. It is implemented
in Developer's C++ Workshop as a Dynamic Link Library
(DLL), which is to be found the the directory of the application.
http://www.scintilla.org/
Dr. Mingw
The debugger distributed with Developer's C++ Workshop.
Dr. Mingw is designed for use with MinGW32.
http://mefriss1.swan.ac.uk/~jfonseca/gnu-win32/software/drmingw/index.html
Free
Software Foundation
Don't forget the organization which developed most of the
build tools and the famous open source license, GNU
General Public License.
http://www.fsf.org/
Less
Important Links
...and yet great
sources of inspiration.
Dependency
Walker
A free utility that scans any 32-bit or 64-bit Windows module
(exe, dll, ocx, sys, etc.) and builds a hierarchical tree
diagram of all dependent modules.
http://www.dependencywalker.com/
Inno
Setup
Properbly one of the best setup compilers ever made. You might
also want to take a look at ISTool,
a visual script creation tool.
http://www.innosetup.com/
Registry
Monitor
Regmon is a Registry monitoring utility that will show you
which applications are accessing your Registry, which keys
they are accessing, and the Registry data that they are reading
and writing.
http://www.sysinternals.com/ntw2k/source/regmon.shtml
Resource
Hacker™
Resource Hacker™ is a utility to view, modify, rename, add,
delete and extract resources in Windows 32-bit executables
and resource files.
http://www.users.on.net/johnson/resourcehacker/
WinSpy++
a tiny programming utility which can be used to view information
on any window in the system. WinSpy++ is based around the
Spy++ utility that ships with Microsoft
Visual Studio.
http://freespace.virgin.net/james.brown7/winspy.html
|