openMSX importer
openMSX importer
**Commented by joxy on 2013-08-02 10:21 UTC** (low priority) currently all wxString parameters are passed by value, in many cases it's better to instead pass 'const wxString&' parameters.
**Updated by manuelbi on 2005-05-31 21:07 UTC** - **labels**: 608386 --> Catapult - **summary**: Render changer before openMSX starts --> Option to set all settings back to default
**Commented by manuelbi on 2005-06-27 20:58 UTC** Logged In: YES user_id=78178 See also http://sourceforge.net/tracker/index.php?func=detail&aid=1182566&group\_id=38274&atid=421864
**Updated by manuelbi on 2006-03-14 21:18 UTC** - **priority**: 5 --> 2 - **assigned_to**: h_oudejans --> nobody
**Updated by joxy on 2013-07-30 04:03 UTC** - **labels**: Catapult --> wxCatapult - **assigned_to**: joxy - **Group**: --> Next_Release
**Commented by joxy on 2013-08-17 19:05 UTC** Related ticket : http://sourceforge.net/p/openmsx/bugs/496/
**Commented by joxy on 2013-08-02 08:01 UTC** > C6011 Dereferencing null pointer > Dereferencing NULL pointer 'm_str'. > > ``` > Line 127: 'm_str' may be NULL > Line 127:...
**Commented by joxy on 2013-08-02 08:04 UTC** x64 warnings not yet fixed
**Commented by joxy on 2013-08-02 09:10 UTC** Until these three warnings ([1]) are understood by someone, I mark these 3 warnings as "undecipherable" and "closed-invalid". [1] https://sourceforge.net/p/openmsx/bugs/483/#2527 (the comment above)
**Commented by joxy on 2013-08-02 09:53 UTC** mingw32 warnings: ``` Compiling VideoControlPage... src/VideoControlPage.cpp: In member function 'void VideoControlPage::OnChangeBlu r(wxScrollEvent&)': src/VideoControlPage.cpp:181:57: warning: format '%ld' expects argument of type 'long int', but...