(rotten tomato? Fresh Fruit for Rotting Vegetables! 😜)
romato is a library that is used to build some of my tools with current MSVC compilers. It serves two main purposes:
- Because I like small independent executables, I try to avoid the compiler runtime library. Therefore romato supplies some basic functionality (e.g. memcpy).
- Several of my tools require similar (base) classes for strings, windows, dialogs etc. romato provides those classes.
Note: Most likely romato is not the right choice for you! It contains various assumptions that are OK for my tools, but surely not for the general case (e.g. it raises a fatal exception if a window could not be created).