//s_request_view() constructor is declared as below
namespace Identity_VIEW
{
Published_view_identity s_request_view("SAMPLE");
};
//The constructor is called in another source file as below,
bind_view(Identity_VIEW::s_request_view);
This same code is working fine on windows but on SBC (PowerPC) s_request_view is passed as NULL.
Can anyone please help me finding out why is it behaving differently?