Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 doc 2010-01-15 xfreebird [r1] - First commit
 misc 2010-01-15 xfreebird [r1] - First commit
 share 2010-01-15 xfreebird [r1] - First commit
 src 2010-01-15 xfreebird [r1] - First commit
 README.TXT 2010-01-15 xfreebird [r1] - First commit

Read Me

Prerequisites:

- WDDK 6
- Visual Studio 2005 Standard Edition

localmon,localui and bitmap - 
	Are print driver modules.
	Are responsible for dumping the raw print data as BMP file.
	Also they invoke popfax application.

	They can be build using the build environments provided with WDDK.


popfax -
	Is doing the conversion from BMP to FAX Tiff.


Every subproject has a readme.txt file, which describes the deps and how to build them.

To build all projects you need to define the min target OS (e.g. W2K,WXP or Vista).

Only LocalUI does not comipile for W2K as target OS,the dll builded using WXP
as  target goes platform works fine.


Bitmap - is needed to specify in makefile the MINIMUM_NT_TARGET_VERSION
	0x500 - W2k
	0x501 - WXP

If the target specified in makefile is WXP and the build environment is W2K.
The module will not build. In that case you will need to modify MINIMUM_NT_TARGET_VERSION


To build them all, use build-release.bat. This script will build also the installer.
For more details see the script.


To do so start the desired build environment provided with WDDK.
For example Windows 2000 x86 free build Environment.