Skip to content

GeoffreyAA/weights-measures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weights & Measures

A unit converter for Windows, with an extensible design, allowing categories and units to be easily added.

A screenshot of Weight & Measures, showing the length conversion mode.

Notes

The program comes with a default language of English and can be translated into others. To do so, open the "English.lng" file in a plain-text editor, like Notepad, and translate all the words on the right-hand side of the equal-to sign (=). Then, save it as another file, using UTF-8 encoding without the byte-order mark, or plain ANSI. Lastly, rename the file to that of the language: "French.lng" for example. The extension must be ".lng" for the file to be recognised.

Download Weights & Measures only from its official page. It is free; do not pay for it anywhere.

Building

Weights & Measures can be compiled with Visual Studio 2026. Open the solution file, WM.sln, set the configuration, and compile; it is set to link statically, so no redistributable files are needed. MFC must be installed:

C++ MFC for x64/x86 (Latest MSVC)

To target XP, use the "Release-XP" configuration. The following components must be installed:

C++ Windows XP Support for VS 2017 (v141) tools
MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16)
C++ MFC for v141 build tools (x86 & x64)

References

The sources of information used at some time or other include:


Watermelons

About

A unit converter for Windows

Resources

License

Stars

Watchers

Forks

Contributors