Watcom 10.6 - The First Object Created

I have an object to assist me in debugging, but it needs to the first object created and the last destroyed for it to be effective.

Is there anyway in Watcom to do this? In msvc, I make sure its the first object in the compiler list, but this seems to make no difference to Watcom.

Thanks.
Paul

Look at #pragma initialize.