Google Code Exporter

Results 21406 comments of Google Code Exporter

``` I assume LEN actually means STEP, otherwise this makes little sense. :) The behavior you are seeing is probably due to how kt resizes the patterns so they are...

``` You can set the restart position with the LOOP parameter in the song information. This will make the song jump to LOOP when the last row has been played....

``` Hello, How did you managed to print arabic letters with python-escpos? I tried everything but can't get it work. May I see your source code you are using to...

``` i used openerp's implementation. https://github.com/t3dev/openerp-addons/tree/master/hw_escpos. "def text(self,txt):" on hw_escpos/escpos/escpos.py is different. and this fuction doing the trick to print arabic letters. i dont have printer to test it more..:(...

``` Does this happen every time? Can you somehow work out the exact line numbers yourself since the address doesn't point to any suspicious line (I see export.c:108)? I.e. addr2line...

``` I think I might have done something wrong, but can't put my finger on it, as they look rather unhelpful. C:\Users\family>C:\MinGW\bin\addr2line.exe -e Desktop\Trackers\Klystrack\klystrack.exe 0x00408e02 ??:0 C:\Users\family>C:\MinGW\bin\addr2line.exe -e Desktop\Trackers\Klystrack\klystrack.exe 0x00000000...

``` Looks weird. It looks like there are no symbols in the binary... are you sure you are compiling the binaries in debug mode? Also, have you tried with the...

``` I'm using the available downloads because I can't seem to compile in Windows, or find out why I can't. ``` Original comment by `[email protected]` on 14 Jul 2010 at...

``` Ah ok, that makes sense. I'll start including the debug exec in the nightly archive, use that in the future. :) It has all that information that tells GDB...