I just decompiled the main bbw.exe program, and it is making calls to modules with a '.c' extension ... this would indicate a C-language platform (C# would be .cs, and C++ would be .cpp) and that would make sense. Perhaps they are using something like Metrowerks' CodeWarrior, which would compile the same C code to Win and Mac platforms (and Linux and Unix too).