When trying to compile one of the examples in bah.registry in 32bit or 64bit you get the following error:
[100%] Linking:reg_example_01.exe
... registry.release.win32.x64.a(mbr_glue.c.release.win32.x64.o):glue.c:(.text+0x773): undefined reference to `bah_registry_TRegistryValue__setName'
... registry.release.win32.x64.a(mbr_glue.c.release.win32.x64.o):glue.c:(.text+0x77f): undefined reference to `bah_registry_TRegistryValue__setValueType'
... registry.release.win32.x64.a(mbr_glue.c.release.win32.x64.o):glue.c:(.text+0x7f3): undefined reference to `bah_registry_TRegistryValue__setLong'
...