Hi All,
I have created Non-unicode static-release libray for wxWidgets 2.8.12 (MAC), I were able to build the acrobat plugin and load it successfully in Acrobat X.
When I try to open my dialog it always crashes.
Below is the crash log.
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 com.iceindia.ImposalPI 0x18bc5871 wxCriticalSection::Enter() + 17
1 com.iceindia.ImposalPI 0x18caab33 wxEvtHandler::AddPendingEvent(wxEvent&) + 115
2 com.iceindia.ImposalPI 0x18d2ef16 wxWindow::Create(wxWindow*, int, wxPoint const&, wxSize const&, long, wxString const&) + 358
3 com.iceindia.ImposalPI 0x18dc409c wxPanel::Create(wxWindow*, int, wxPoint const&, wxSize const&, long, wxString const&) + 60
4 com.iceindia.ImposalPI 0x18c1c3ad wxPanel::wxPanel(wxWindow*, int, wxPoint const&, wxSize const&, long, wxString const&) + 135 (panelg.h:57)
5 com.iceindia.ImposalPI 0x18c19bbc MyFrame::MyFrame(wxString const&, wxPoint const&, wxSize const&, long) + 722
I cheked wxSample projects and these works fine, So I assuemed the builted library has no issue. Is there any thing I need to update in XCODE setting or in Acrobat ?
Please help me out...
Regards,
Praveen