Re: [racket-dev] weirdest bug ever

2013-01-17 Thread Ben Goetter
On 1/17/2013 4:03 AM, Pierpaolo Bernardi wrote: (display (integer-char #x2144)) On Windows, Courier New (the default font for the drracket output pane) does not support U+2144. When I set the output pane to use a font that does support this character, such as Segoe UI Symbol, U+2144

Re: [racket-dev] Debuging Racket in Windows X64

2011-11-29 Thread Ben Goetter
On 11/29/2011 4:10 PM, Antonio Menezes Leitao wrote: Is this the correct configuration? What do you usually do when you need to debug Racket internals (particularly, mysterx)? Personally, I debug it in optimized no-symbols no-debugging mode, because I've had little success any other way.

Re: [racket-dev] Calling virtual functions

2011-02-11 Thread Ben Goetter
On 2/11/2011 2:04 PM, Kovalev Yuriy wrote: I found, that Interface - is just virtual table of methods. So, for example, pointer to QueryInterface placed in point of IDispatch's address (with no offset) and pointer to method AddRef is placed in offset 4 bytes from IDispatch's address... But I