> Just create 2 files. > > test.h: > > int test_func(); > > test.cpp: > > int test_func() { > go(1); > } Ahhhh.. Ok... I didn't get that it was global functions. I thought it was class methods. Ok.. This is clearly a bug. ;-). I'll fix it. /J