
CRelativePaths v1.01 Convert relative to absolute paths and vice versa
Welcome to CRelativePaths, an MFC class
to convert to and from relative paths, This is similar to how Visual Studio
stores filenames in a project / workspace. This means that you can copy a
project to a different drive and recompile without problems.
The
enclosed
zip file contains the
source code and a simple test application which exercises the class.
Copyright
- You are allowed to include the source code in
any product (commercial, shareware, freeware or otherwise) when your product
is released in binary form.
- You are allowed to modify the source code in
any way you want except you cannot modify the copyright details at the top
of each module.
- If you want to distribute source code with
your application, then you are only allowed to distribute versions released
by the author. This is to maintain a single distribution point for the
source code.
Updates
V1.0 (7 April 2003)
V1.01 (28 December 2006)
- Updated copyright details
- Addition of a CRELATIVEPATHS_EXT_CLASS preprocessor macro to allow the
classes to be more easily added to an extension dll
- Updated the code to clean compile on VC 2005
- Updated the documentation to use the same style as the web site