VOGONS

Common searches


Search results

Display options

Re: Mouse copy/paste support

I've got a question :) Is it possible to change the codepage of the copied text from dosbox? The thing is I've got a software that is using codepage 437 and it displays correctly, but when I copy something to notepad (or similar software) the copied characters are incorrect (The "basic" letters are …

Re: Mouse copy/paste support

I am able to run the application but the copy/paste function isn't working at all. Today I will try to compile it with pdcurses in a way described below: - c_clipboard 1 c_win32clip 0 - ./configure --enable-core-inline LDFLAGS="-static-libgcc -static-libstdc++ -s" LIBS="-lvorbisfile -lvorbis -logg" …

Re: Mouse copy/paste support

I'm using Windows 7 Profesional x64 and MinGw with MSYS. Links to the config.log , configure and make outputs. http://s000.tinyupload.com/index.php?file_id=49802959473679183207 http://s000.tinyupload.com/index.php?file_id=44683756783135714961 http://s000.tinyupload.com/index.php?file_id= …

Re: Mouse copy/paste support

I can't get it working.. Guess I'm doing something wrong. - unpack sources of dosbox-code-0-3981 - unpack your source changes and overwrite it over original db code - change c_clipboard to 0 and c_win32clip to 1 (not using pdcurses) - ./autogen.sh - ./configure --enable-core-inline LDFLAGS="-static- …

Re: Mouse copy/paste support

If you want to build your own copy using MinGW under Windows, I don't think you need any additional libraries except those mentioned in that page. But if you want to enable mouse copy/paste support (by setting C_CLIPBOARD=1 in config.h) in a non-Windows platform, you will need also the pdcurses …

Re: Mouse copy/paste support

Hey. Can u post a link for a source code files for the svn r3981? I'm in a big need to build own version with some modifications in bios.cpp. Ok I found it here: http://www.vogons.org/viewtopic.php?f=41&t=40610 Sorry to bother you! Can I compile the r3981 version with your changes the way it is …

Page 1 of 1