openMSX importer

Results 312 comments of openMSX importer

**Commented by joxy on 2013-08-05 09:18 UTC** GetLastError returns 0 (success)...

**Commented by m9710797 on 2013-08-05 10:11 UTC** Printing something on stdout in c++ should be as simple as: #include ... std::cout

**Commented by manuelbi on 2013-08-05 21:06 UTC** You can really assume that std::cout works on Windows, There's no need to dive into the platform specific code that lies under that....

**Commented by joxy on 2013-08-11 20:55 UTC** Tested. GetLastError / FormatMessage return smth like "No error" after std::cout

**Commented by sd-snatcher on 2010-08-23 22:47 UTC** Some more details to this feature request, since I'm not sure if it shouldn't be opened as a bug: It frequently happens that...

**Commented by manuelbi on 2014-02-08 16:15 UTC** Is this still happening?

**Commented by sd-snatcher on 2014-05-17 21:12 UTC** I just tested it and, yes it's still happening. Tested with: - openMSX 0.10.1 on Mac OS-X 10.9.2 - openMSX-debugger 0.9.0-dev12821

**Commented by manuelbi on 2014-05-10 19:31 UTC** Ticket moved from /p/openmsx/bugs/531/

**Commented by joxy on 2013-08-02 06:50 UTC** Wouter writes: If you're looking for additional work, then you can consider adding support for new features in catapult. Since the time wxcatapult...

**Commented by joxy on 2013-08-02 07:14 UTC** Wouter writes: > BTW2: Some more background info (very much over-simplified): > > wxcatapult: GUI is very static, e.g.always shows 2 disk drives,...