My NativeBoost journey has reached the point where I would like to use some of the NBExternalStructure extensions available in development version 2.2 but I can't get past a NBCodeGenRecursion error which occurs when I run the NB tests.

I put some halts into the NB code and thought that I had cracked it because NativeBoostWin32>>basicAllocate: calls NativeBoost>>callGateFunctionAddress which calls NativeBoostWin32>>basicAlloate:, but then I realised that the same thing was happening in the stable version I was using ... so I guess that I am looking in the wrong area?

Were should I look next?