aHardyX

Untitled

Mar 23rd, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Hi! I am geting an assertion failure while adding wxFrame as parent of a wxPanel obj. here is the backtrace: http://pastebin.com/ze141PQu
  2.  
  3. the code for wxWindow is here: https://github.com/abhinav2004/swxTK-java/blob/master/src/java_wxwindow.cpp
  4. wxPanel: https://github.com/abhinav2004/swxTK-java/blob/master/src/java_wxpanel.cpp
  5. wxFrame: https://github.com/abhinav2004/swxTK-java/blob/master/src/java_wxframe.cpp
  6.  
  7. java_wxframe inherits wxFrame.
  8.  
  9. Does anyone know how to fix this issue?
Advertisement
Add Comment
Please, Sign In to add comment