UUDeview source code
General requirementsUUDeview was built starting from Frank Pilohofer's Unix source. The current version was compiled and tested on Windows 2000 using Microsoft Visual C++ 6.0 Service Pack 5. Using the sourceIf you create something new using the source supplied from this site, please remember:
Most importantly, if you fix a bug or add an enhancement, please let the authors know! We'd love to incorporate your improvements into the official source! Source repositoryThe UUDeview source is available from GitHub: The repository is structured like this:
UUDeview application and componentsThe source files for the UUDeview Windows application, the UUDeview ATL COM component, and the UUDeview ActiveX control are all inextricably interlinked, which makes sense since they are all built on the common foundation of the UUDeview engine. Accordingly, it's probably best to stick with the directory layout in the repository. UUDeview DLLAt the time when I did the original port there was still demand for 16-bit versions of the UUDeview application and the DLL, hence the source code comes with a rather baroque directory structure. The DLL was created in C rather than C++, and is much closer to the raw Unix source than the version of the engine ported to C++ for the UUDeview application and components. Double-click the Last revised: 26 January 2013 |