//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);
この同じコードは Windows では問題なく動作しますが、SBC (PowerPC) では s_request_view が NULL として渡されます。
なぜ動作が異なるのか、誰かが私を助けてくれますか?