Search found 187 matches
- Fri Apr 21, 2006 6:44 pm
- Forum: C++ Development
- Topic: Memory Leak in wxWidgets?
- Replies: 32
- Views: 6461
(the code above should fix the problem) which one? this one: void wxGLContext::SwapBuffers() { if (m_glContext) { if (wglGetCurrentContext() != m_glContext) wglMakeCurrent((HDC) m_hDC, m_glContext); //wglMakeCurrent((HDC) m_hDC, m_glContext); ::SwapBuffers((HDC) m_hDC); //blits the backbuffer into ...
- Wed Apr 19, 2006 6:14 pm
- Forum: C++ Development
- Topic: setting up my app to use wxLocale
- Replies: 5
- Views: 1228
- Tue Apr 18, 2006 9:32 pm
- Forum: C++ Development
- Topic: setting up my app to use wxLocale
- Replies: 5
- Views: 1228
- Tue Apr 18, 2006 8:24 pm
- Forum: C++ Development
- Topic: How to show a menu on a wxTreeCtrl item right click??
- Replies: 6
- Views: 1161
- Tue Apr 18, 2006 6:04 pm
- Forum: C++ Development
- Topic: setting up my app to use wxLocale
- Replies: 5
- Views: 1228
setting up my app to use wxLocale
is there some step by step tutorial on how to set up to use wxLocale and all this stuff? i read the article in the docs, i read the internat sample source and i downloaded poedit.. but i don't know where to start.. how do i have to setup my app, which files do i have to create myself, which ones are...
- Mon Apr 17, 2006 11:06 am
- Forum: General Development
- Topic: Showing bitmap on wxGLCanvas
- Replies: 4
- Views: 1021
- Sun Apr 16, 2006 3:04 pm
- Forum: Announcements and Discoveries
- Topic: wxPdfDocument 0.7 released
- Replies: 4
- Views: 1354
- Sun Apr 16, 2006 3:03 pm
- Forum: General Development
- Topic: Showing bitmap on wxGLCanvas
- Replies: 4
- Views: 1021
- Fri Apr 14, 2006 4:12 pm
- Forum: C++ Development
- Topic: 32bit cursors
- Replies: 7
- Views: 1763
- Thu Apr 13, 2006 10:28 am
- Forum: C++ Development
- Topic: wx2.6.3: app exits on button click
- Replies: 5
- Views: 1038
- Thu Apr 13, 2006 10:18 am
- Forum: C++ Development
- Topic: wx2.6.3: app exits on button click
- Replies: 5
- Views: 1038
it seems to be a problem with wxaui which i am using for my gui. void Mainframe::OnToolbar( wxCommandEvent &event ) { switch( event.GetId() ) { case ID_WORLD: Manager.GetPane("World panel").Show(); break; case ID_LIGHTING: Manager.GetPane("Lighting panel").Show(); break; case ID_TRIGGERS: Manager.Ge...
- Thu Apr 13, 2006 9:00 am
- Forum: C++ Development
- Topic: wx2.6.3: app exits on button click
- Replies: 5
- Views: 1038
wx2.6.3: app exits on button click
my app worked fine with wx2.6.2. i've now upgraded to the latest build 2.6.3, it still compiles fine (i get these two warnings: " LINK : warning LNK4089: all references to 'ADVAPI32.dll' discarded by /OPT:REF " and " LINK : warning LNK4089: all references to 'OLEAUT32.dll' discarded by /OPT:REF " th...
- Sat Apr 08, 2006 10:42 pm
- Forum: C++ Development
- Topic: 32bit cursors
- Replies: 7
- Views: 1763
- Sat Apr 08, 2006 4:01 pm
- Forum: Component Writing
- Topic: FindWindow
- Replies: 20
- Views: 5722
- Sat Apr 08, 2006 3:55 pm
- Forum: C++ Development
- Topic: 32bit cursors
- Replies: 7
- Views: 1763